/*
Theme Name: hillk Original Theme
Theme URI: https://hillk.net/
Author: hillk / TripleArrows
Description: hillk専用の完全オリジナルWordPressテーマ。HOME編集、POP UP管理、PC/SP画像分離、レスポンシブ、基本SEO対応。
Version: 1.19.0
Text Domain: hillk
*/

:root{
  --hk-bg:#f8f7f4;
  --hk-paper:#fff;
  --hk-ink:#232321;
  --hk-muted:#78766f;
  --hk-line:#dedbd3;
  --hk-accent:#8e7f73;
  --hk-max:1320px;
  --hk-gutter:clamp(20px,4vw,64px);
  --hk-serif:"Times New Roman","Yu Mincho","YuMincho","Hiragino Mincho ProN",serif;
  --hk-sans:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--hk-bg);color:var(--hk-ink);font-family:var(--hk-sans);line-height:1.8;letter-spacing:.02em}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.hk-wrap{width:min(calc(100% - var(--hk-gutter)*2),var(--hk-max));margin-inline:auto}.hk-section{padding:clamp(72px,10vw,150px) 0}.hk-kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--hk-muted);margin:0 0 14px}.hk-title{font-family:var(--hk-serif);font-weight:400;line-height:1.12;font-size:clamp(38px,6vw,84px);margin:0}.hk-subtitle{font-size:clamp(17px,2vw,24px);font-weight:500;margin:18px 0 0}.hk-copy{max-width:720px;color:#4c4b47}.hk-link{display:inline-flex;align-items:center;gap:10px;margin-top:24px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:5px}.hk-media{overflow:hidden;background:#ebe9e4}.hk-media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.hk-media:hover img{transform:scale(1.025)}

/* header */
.hk-header{position:fixed;inset:0 0 auto;z-index:1000;height:84px;display:flex;align-items:center;transition:.35s;background:linear-gradient(to bottom,rgba(0,0,0,.22),transparent);color:#fff}.hk-header.is-scrolled,.body-not-home .hk-header{background:rgba(248,247,244,.96);backdrop-filter:blur(12px);color:var(--hk-ink);border-bottom:1px solid rgba(0,0,0,.07)}.hk-header__inner{width:min(calc(100% - 40px),var(--hk-max));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.hk-logo{font-family:var(--hk-serif);font-size:32px;letter-spacing:.04em}.hk-nav{display:flex;align-items:center;gap:28px;font-size:12px;letter-spacing:.12em}.hk-nav a{position:relative}.hk-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:currentColor;transition:.25s}.hk-nav a:hover::after{right:0}.hk-menu-btn{display:none;border:0;background:none;color:inherit;padding:10px;cursor:pointer}.hk-menu-btn span{display:block;width:24px;height:1px;background:currentColor;margin:5px 0;transition:.3s}.hk-drawer{position:fixed;inset:0 0 0 auto;width:min(86vw,420px);background:var(--hk-paper);z-index:1200;padding:100px 40px 40px;transform:translateX(100%);transition:.45s cubic-bezier(.2,.7,.2,1);box-shadow:-20px 0 50px rgba(0,0,0,.1)}.hk-drawer.is-open{transform:none}.hk-drawer__close{position:absolute;right:24px;top:24px;border:0;background:none;font-size:30px}.hk-drawer nav{display:grid;gap:22px;font-family:var(--hk-serif);font-size:30px}.hk-drawer .hk-small-links{display:grid;gap:10px;margin-top:36px;font-size:13px}.hk-overlay{position:fixed;inset:0;background:rgba(0,0,0,.25);z-index:1100;opacity:0;pointer-events:none;transition:.3s}.hk-overlay.is-open{opacity:1;pointer-events:auto}

/* hero */
.hk-hero{position:relative;min-height:100svh;background:#222;color:#fff;overflow:hidden}.hk-hero picture,.hk-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hk-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.42),rgba(0,0,0,.06) 55%,rgba(0,0,0,.12))}.hk-hero__content{position:relative;z-index:2;min-height:100svh;display:flex;flex-direction:column;justify-content:flex-end;padding:0 var(--hk-gutter) clamp(56px,8vw,110px);width:min(100%,var(--hk-max));margin:auto}.hk-hero__brand{font-family:var(--hk-serif);font-size:clamp(56px,9vw,128px);line-height:.85;margin:0 0 24px}.hk-hero__copy{font-size:clamp(20px,2.5vw,34px);margin:0;letter-spacing:.05em}.hk-hero__sub{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.9)}

.hk-intro{text-align:center}.hk-intro .hk-title{font-size:clamp(34px,5vw,68px)}.hk-intro .hk-copy{margin:28px auto 0}
.hk-split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(36px,7vw,110px);align-items:center}.hk-split--reverse{grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr)}.hk-split--reverse .hk-media{order:2}.hk-split__media{aspect-ratio:4/5}.hk-split__text{max-width:500px}
.hk-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(18px,3vw,42px);margin-top:48px}.hk-grid__item:nth-child(3){grid-column:2}.hk-grid__item .hk-media{aspect-ratio:4/5}.hk-grid__item:nth-child(2) .hk-media{aspect-ratio:1/1}.hk-card-title{font-family:var(--hk-serif);font-size:26px;margin:14px 0 0}.hk-card-meta{font-size:11px;color:var(--hk-muted);letter-spacing:.14em;text-transform:uppercase}
.hk-look{margin-top:48px}.hk-look .hk-media{aspect-ratio:16/9}.hk-look__label{display:flex;justify-content:space-between;gap:20px;margin-top:16px;font-size:12px;letter-spacing:.15em;text-transform:uppercase}
.hk-signatures{display:grid;gap:clamp(70px,10vw,150px);margin-top:60px}.hk-signature{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,6vw,90px);align-items:center}.hk-signature:nth-child(even) .hk-media{order:2}.hk-signature .hk-media{aspect-ratio:4/3}.hk-signature h3{font-family:var(--hk-serif);font-size:clamp(38px,5vw,72px);font-weight:400;margin:0 0 18px}
.hk-popup-list{margin-top:44px;border-top:1px solid var(--hk-line)}.hk-popup-row{display:grid;grid-template-columns:180px 1fr 150px;gap:20px;padding:22px 0;border-bottom:1px solid var(--hk-line);align-items:center}.hk-popup-date{font-size:12px;letter-spacing:.12em}.hk-popup-name{font-family:var(--hk-serif);font-size:30px}.hk-popup-floor{text-align:right;color:var(--hk-muted)}.hk-badge{display:inline-block;padding:4px 9px;border:1px solid currentColor;border-radius:99px;font-size:10px;letter-spacing:.14em;margin-right:10px}
.hk-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,3vw,34px);margin-top:45px}.hk-journal-card .hk-media{aspect-ratio:4/3}.hk-journal-card h3{font-size:18px;font-weight:500;margin:12px 0 4px}.hk-journal-card time{font-size:11px;color:var(--hk-muted)}
.hk-online{position:relative;min-height:520px;display:flex;align-items:center;color:#fff;background:#333;overflow:hidden}.hk-online>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hk-online::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}.hk-online__inner{position:relative;z-index:2;text-align:center;width:100%;padding:80px var(--hk-gutter)}.hk-online .hk-title{font-size:clamp(52px,8vw,110px)}
.hk-instagram-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:42px}.hk-instagram-grid .hk-media{aspect-ratio:1}

.hk-footer{padding:80px 0 40px;background:#efede8}.hk-footer__top{display:grid;grid-template-columns:1.2fr .8fr;gap:40px}.hk-footer__brand{font-family:var(--hk-serif);font-size:54px;margin:0}.hk-footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 30px}.hk-footer__bottom{margin-top:70px;padding-top:24px;border-top:1px solid var(--hk-line);display:flex;justify-content:space-between;gap:20px;font-size:11px;color:var(--hk-muted)}

/* pages */
.hk-page-hero{padding:180px 0 90px}.hk-page-hero .hk-title{font-size:clamp(54px,8vw,110px)}.hk-prose{max-width:820px;margin:auto}.hk-prose h2{font-family:var(--hk-serif);font-size:42px;font-weight:400;margin-top:70px}.hk-prose p{margin:1.5em 0}.hk-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.hk-empty{padding:30px 0;color:var(--hk-muted)}

/* animation */
[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease}[data-reveal].is-visible{opacity:1;transform:none}

@media (max-width: 900px){
  .hk-header{height:70px}.hk-header__inner{width:calc(100% - 28px)}.hk-nav{display:none}.hk-menu-btn{display:block}.hk-logo{font-size:28px}
  .hk-hero__content{padding-left:22px;padding-right:22px}.hk-split,.hk-split--reverse,.hk-signature{grid-template-columns:1fr}.hk-split--reverse .hk-media,.hk-signature:nth-child(even) .hk-media{order:0}.hk-grid{grid-template-columns:1fr 1fr}.hk-grid__item:nth-child(3){grid-column:auto}.hk-look .hk-media{aspect-ratio:4/5}.hk-popup-row{grid-template-columns:1fr auto}.hk-popup-date{grid-column:1/-1}.hk-popup-floor{text-align:right}.hk-journal-grid{grid-template-columns:1fr 1fr}.hk-instagram-grid{grid-template-columns:repeat(2,1fr)}.hk-footer__top{grid-template-columns:1fr}.hk-footer__bottom{flex-direction:column}.hk-archive-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 620px){
  .hk-section{padding:74px 0}.hk-wrap{width:calc(100% - 36px)}.hk-hero::after{background:linear-gradient(to top,rgba(0,0,0,.48),rgba(0,0,0,.04) 58%)}.hk-hero__brand{font-size:64px}.hk-hero__copy{font-size:22px}.hk-grid,.hk-journal-grid,.hk-archive-grid{grid-template-columns:1fr}.hk-grid__item:nth-child(3){grid-column:auto}.hk-popup-row{grid-template-columns:1fr}.hk-popup-floor{text-align:left}.hk-online{min-height:440px}.hk-footer__nav{grid-template-columns:1fr 1fr}.hk-page-hero{padding:130px 0 60px}.hk-page-hero .hk-title{font-size:58px}
}

/* v1.1 structured pages */
.hk-page-lead{max-width:760px;margin:30px 0 0;font-size:clamp(16px,1.6vw,21px);line-height:2;color:#56544f}.hk-story-list{display:grid;gap:clamp(90px,13vw,180px)}.hk-story-row{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,7vw,100px);align-items:center}.hk-story-row.is-reverse .hk-story-row__image{order:2}.hk-story-row__image{aspect-ratio:4/5}.hk-story-row__text h2{font-family:var(--hk-serif);font-size:clamp(34px,4.4vw,64px);font-weight:400;line-height:1.2;margin:0 0 24px}.hk-collection-list{display:grid;gap:clamp(80px,12vw,170px)}.hk-collection-row>a,.hk-collection-row{display:block}.hk-collection-row__image{aspect-ratio:16/9}.hk-collection-row:nth-child(even){width:82%;margin-left:auto}.hk-collection-row:nth-child(odd){width:90%}.hk-collection-row__caption{display:grid;grid-template-columns:60px minmax(180px,1fr) minmax(220px,.8fr);gap:20px;align-items:start;padding-top:18px}.hk-collection-row__caption h2{font-family:var(--hk-serif);font-size:clamp(32px,4vw,58px);font-weight:400;margin:0}.hk-collection-row__caption p{margin:8px 0;color:var(--hk-muted)}.hk-collection-row__caption .hk-link{grid-column:2;margin-top:0}.hk-journal-grid--archive{row-gap:64px}.hk-journal-grid--archive .hk-journal-card h2{font-size:22px;margin:8px 0 4px}.hk-contact-wrap{max-width:900px}.hk-form-shell{margin-top:36px;background:#fff;padding:clamp(24px,5vw,64px)}.hk-form-shell input,.hk-form-shell textarea,.hk-form-shell select{max-width:100%;border:1px solid var(--hk-line);background:#fff;padding:12px 14px}.hk-company-card{max-width:920px;background:#fff;padding:clamp(30px,6vw,80px);font-size:16px;white-space:normal}.hk-company-card p{margin:0 0 1.5em}.hk-popup-name small{display:block;font-family:var(--hk-sans);font-size:10px;letter-spacing:.14em;color:var(--hk-muted);margin-top:4px}.hk-popup-archive+.hk-popup-archive{padding-top:0}.hk-popup-detail-meta{display:flex;flex-wrap:wrap;gap:12px 30px;margin-top:28px;font-size:12px;letter-spacing:.1em}.hk-popup-detail{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(30px,7vw,90px);align-items:start}.hk-popup-detail>.hk-media{aspect-ratio:4/5}
@media(max-width:900px){.hk-story-row,.hk-popup-detail{grid-template-columns:1fr}.hk-story-row.is-reverse .hk-story-row__image{order:0}.hk-collection-row:nth-child(even),.hk-collection-row:nth-child(odd){width:100%;margin-left:0}.hk-collection-row__caption{grid-template-columns:44px 1fr}.hk-collection-row__caption p{grid-column:2}.hk-collection-row__caption .hk-link{grid-column:2}}
@media(max-width:620px){.hk-collection-row__image{aspect-ratio:4/5}.hk-story-row__image{aspect-ratio:4/5}.hk-form-shell{padding:24px 18px}.hk-popup-detail-meta{display:grid;gap:8px}}

/* =========================================================
   HOME EDITORIAL DESIGN / v1.4.1
========================================================= */
.hk-hero{position:relative;min-height:100svh;background:#d8d2ca;color:#fff;overflow:hidden}
.hk-hero__picture,.hk-hero__picture img{position:absolute;inset:0;width:100%;height:100%}.hk-hero__picture img{object-fit:cover;animation:hkHeroZoom 14s ease-out both}
.hk-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.03) 42%,rgba(0,0,0,.38) 100%)}
.hk-hero__content{position:absolute;left:var(--hk-gutter);bottom:clamp(72px,10vh,120px);z-index:2;max-width:760px}.hk-hero__eyebrow{font-size:10px;letter-spacing:.24em;margin:0 0 16px;opacity:.8}.hk-hero__brand{font-family:var(--hk-serif);font-weight:400;font-size:clamp(64px,10vw,150px);letter-spacing:-.04em;line-height:.8;margin:0}.hk-hero__copy{font-family:var(--hk-serif);font-size:clamp(22px,3vw,40px);letter-spacing:.04em;margin:24px 0 0}.hk-hero__sub{max-width:540px;font-size:13px;line-height:2;margin:18px 0 0;opacity:.9}.hk-hero__scroll{position:absolute;right:var(--hk-gutter);bottom:34px;z-index:3;display:flex;align-items:center;gap:14px;font-size:9px;letter-spacing:.22em}.hk-hero__scroll i{width:58px;height:1px;background:currentColor;position:relative;overflow:hidden}.hk-hero__scroll i:after{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-100%);animation:hkScrollLine 2.2s ease-in-out infinite}
@keyframes hkHeroZoom{from{transform:scale(1.035)}to{transform:scale(1)}}@keyframes hkScrollLine{0%{transform:translateX(-100%)}55%,100%{transform:translateX(100%)}}

.hk-intro{padding:clamp(110px,14vw,210px) 0}.hk-intro__inner{max-width:980px;text-align:center}.hk-intro__title{font-size:clamp(40px,5.6vw,78px);margin-inline:auto}.hk-intro__copy{margin:34px auto 0;max-width:640px;line-height:2.3}

.hk-season-section{padding-top:0}.hk-season{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);gap:clamp(42px,7vw,110px);align-items:end}.hk-season__media{aspect-ratio:4/5}.hk-season__media picture,.hk-season__media img{width:100%;height:100%}.hk-season__season{font-size:12px;letter-spacing:.18em;margin:0 0 26px}.hk-season__title{font-size:clamp(48px,5vw,78px);margin-bottom:30px}.hk-season__text{padding-bottom:clamp(10px,5vw,70px)}

.hk-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:clamp(48px,7vw,90px)}.hk-section-head .hk-title{font-size:clamp(48px,6vw,86px)}.hk-section-head__note{max-width:340px;margin:0 0 8px;color:var(--hk-muted);font-size:13px;line-height:2}.hk-section-head__link{margin-bottom:10px;white-space:nowrap}

.hk-editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(24px,5vw,70px);align-items:start}.hk-editorial-card .hk-media{aspect-ratio:4/5}.hk-editorial-card--2{margin-top:clamp(110px,15vw,210px)}.hk-editorial-card--3{width:76%;margin:-2vw 0 0 auto;grid-column:1}.hk-editorial-card__meta{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:16px;padding-top:16px;font-size:10px;letter-spacing:.14em;border-top:1px solid var(--hk-line);margin-top:14px}.hk-editorial-card__meta h3{font-family:var(--hk-serif);font-size:clamp(21px,2.1vw,31px);font-weight:400;letter-spacing:.02em;margin:0}.hk-editorial-card__meta span:last-child{font-size:9px}

.hk-style-home{padding:clamp(80px,11vw,150px) 0}.hk-style-home__head{margin-bottom:42px}.hk-style-home__head .hk-title{font-size:clamp(52px,7vw,96px)}.hk-style-visual{position:relative;display:block;width:calc(100% - var(--hk-gutter));margin-left:var(--hk-gutter);height:min(78vw,860px);overflow:hidden;color:#fff}.hk-style-visual__media,.hk-style-visual__media img{width:100%;height:100%}.hk-style-visual__media img{object-fit:cover;transition:transform 1.4s cubic-bezier(.2,.7,.2,1)}.hk-style-visual:hover img{transform:scale(1.02)}.hk-style-visual__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.42))}.hk-style-visual__label{position:absolute;left:clamp(24px,5vw,70px);right:clamp(24px,5vw,70px);bottom:clamp(28px,5vw,64px);display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:24px;border-top:1px solid rgba(255,255,255,.55);padding-top:18px;font-size:10px;letter-spacing:.18em}.hk-style-visual__label strong{font-size:13px;font-weight:500}

.hk-signature-home{padding-top:clamp(100px,12vw,170px)}.hk-signatures{display:flex;flex-direction:column;gap:clamp(90px,12vw,170px)}.hk-signature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.7fr);gap:clamp(38px,7vw,100px);align-items:center}.hk-signature:nth-child(even){grid-template-columns:minmax(320px,.7fr) minmax(0,1.05fr)}.hk-signature:nth-child(even) .hk-media{order:2}.hk-signature .hk-media{aspect-ratio:4/5}.hk-signature__body{max-width:500px}.hk-signature__num{font-size:10px;letter-spacing:.18em;color:var(--hk-muted)}.hk-signature h3{font-family:var(--hk-serif);font-weight:400;font-size:clamp(38px,4.5vw,68px);line-height:1;margin:18px 0 30px}

.hk-popup-home{background:#ece9e3}.hk-popup-list{border-top:1px solid #bdb9b1}.hk-popup-row{display:grid;grid-template-columns:150px 170px 1fr 120px 34px;align-items:center;gap:20px;padding:24px 0;border-bottom:1px solid #c8c4bc;transition:opacity .2s}.hk-popup-row:hover{opacity:.62}.hk-popup-status .hk-badge{display:inline-block;font-size:8px;letter-spacing:.15em;padding:6px 9px;border:1px solid currentColor}.hk-popup-date{display:flex;gap:9px;font-family:var(--hk-serif);font-size:18px}.hk-popup-name a{font-family:var(--hk-serif);font-size:clamp(22px,2.6vw,36px)}.hk-popup-floor{text-align:right;font-size:12px}.hk-popup-arrow{text-align:right;font-size:20px}

.hk-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,3vw,42px)}.hk-journal-card .hk-media{aspect-ratio:4/5}.hk-journal-card__meta{display:flex;justify-content:space-between;gap:10px;padding-top:14px;font-size:9px;letter-spacing:.14em;color:var(--hk-muted)}.hk-journal-card h3{font-family:var(--hk-serif);font-size:clamp(20px,2vw,28px);font-weight:400;line-height:1.5;margin:8px 0 0}

.hk-online{position:relative;min-height:min(74vw,760px);display:grid;place-items:center;overflow:hidden;color:#fff;background:#a9a39a}.hk-online>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hk-online__shade{position:absolute;inset:0;background:rgba(0,0,0,.22)}.hk-online__inner{position:relative;z-index:2;text-align:center}.hk-online__inner .hk-kicker{color:rgba(255,255,255,.8)}.hk-online__inner .hk-title{font-size:clamp(54px,9vw,128px)}.hk-online__inner p:not(.hk-kicker){font-family:var(--hk-serif);font-size:clamp(18px,2.5vw,30px)}

.hk-instagram-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hk-instagram-grid .hk-media{aspect-ratio:1}

[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}

@media(max-width:900px){
  .hk-section-head{align-items:flex-start}.hk-season{grid-template-columns:1fr;gap:38px}.hk-season__media{width:86%;aspect-ratio:4/5}.hk-season__text{width:82%;margin-left:auto}.hk-editorial-grid{gap:22px}.hk-editorial-card--2{margin-top:90px}.hk-signature,.hk-signature:nth-child(even){grid-template-columns:1fr;gap:26px}.hk-signature:nth-child(even) .hk-media{order:0}.hk-signature .hk-media{width:78%}.hk-signature:nth-child(even) .hk-media{margin-left:auto}.hk-signature:nth-child(even) .hk-signature__body{margin-left:auto}.hk-popup-row{grid-template-columns:110px 140px 1fr 70px 24px}.hk-journal-grid{grid-template-columns:repeat(2,1fr)}.hk-journal-card:nth-child(3){display:none}
}
@media(max-width:620px){
  .hk-hero{min-height:100svh}.hk-hero__content{left:20px;right:20px;bottom:88px}.hk-hero__eyebrow{font-size:8px}.hk-hero__brand{font-size:clamp(72px,26vw,112px)}.hk-hero__copy{font-size:24px;line-height:1.5;margin-top:18px}.hk-hero__scroll{right:20px;bottom:22px}.hk-hero__scroll i{width:42px}
  .hk-intro{padding:96px 0 110px}.hk-intro__inner{text-align:left}.hk-intro__title{font-size:40px;line-height:1.3}.hk-intro__copy{margin-top:26px;line-height:2.1}
  .hk-season__media,.hk-season__text{width:100%;margin:0}.hk-season__title{font-size:44px;line-height:1.2}.hk-season__season{margin-bottom:18px}
  .hk-section-head{display:block;margin-bottom:42px}.hk-section-head .hk-title{font-size:46px}.hk-section-head__note{margin-top:24px}.hk-section-head__link{margin-top:20px}
  .hk-editorial-grid{display:block}.hk-editorial-card{width:88%;margin:0 0 64px}.hk-editorial-card--2{margin-left:auto}.hk-editorial-card--3{width:82%;margin:0}.hk-editorial-card__meta{grid-template-columns:30px 1fr auto}.hk-editorial-card__meta h3{font-size:23px}
  .hk-style-home{padding:90px 0}.hk-style-home__head{margin-bottom:26px}.hk-style-home__head .hk-title{font-size:48px}.hk-style-visual{width:calc(100% - 20px);margin-left:20px;height:118vw}.hk-style-visual__label{left:18px;right:18px;bottom:22px;grid-template-columns:1fr auto}.hk-style-visual__label span:last-child{display:none}.hk-style-visual__label strong{font-size:11px}
  .hk-signatures{gap:80px}.hk-signature .hk-media,.hk-signature:nth-child(even) .hk-media{width:88%}.hk-signature:nth-child(even) .hk-media{margin-left:auto}.hk-signature h3{font-size:42px;margin:14px 0 22px}.hk-signature__body{max-width:88%}
  .hk-popup-row{grid-template-columns:1fr auto;padding:20px 0;gap:6px 14px}.hk-popup-status{grid-column:1}.hk-popup-date{grid-column:2;grid-row:1;font-size:15px}.hk-popup-name{grid-column:1 / -1}.hk-popup-name a{font-size:25px}.hk-popup-floor{grid-column:1;text-align:left;color:var(--hk-muted)}.hk-popup-arrow{grid-column:2;grid-row:3}.hk-popup-name small{margin-top:2px}
  .hk-journal-grid{grid-template-columns:1fr;gap:52px}.hk-journal-card:nth-child(3){display:block}.hk-journal-card .hk-media{aspect-ratio:4/5}.hk-journal-card h3{font-size:24px}
  .hk-online{min-height:118vw}.hk-online__inner .hk-title{font-size:54px}.hk-instagram-grid{grid-template-columns:repeat(2,1fr);gap:6px}
}


/* =========================================================
   LEGACY HILLK / SWELL COMPATIBILITY / v1.4.1
   The previous site used a WPCode header with #hillk-header
   and #hillk-mobile-menu. Hide only those legacy components
   while this original theme is active.
========================================================= */
body.hillk-original-theme #hillk-header,
body.hillk-original-theme #hillk-mobile-menu,
body.hillk-original-theme header#header.l-header,
body.hillk-original-theme #fix_header.l-fixHeader,
body.hillk-original-theme .c-gnav,
body.hillk-original-theme .p-headerMenu,
body.hillk-original-theme .p-headerSearch,
body.hillk-original-theme .p-spMenu,
body.hillk-original-theme #sp_menu,
body.hillk-original-theme .p-searchModal,
body.hillk-original-theme #search_modal,
body.hillk-original-theme #footer.l-footer,
body.hillk-original-theme footer.l-footer,
body.hillk-original-theme .p-fixBtnWrap,
body.hillk-original-theme #pagetop {
  display:none !important;
}

/* New theme components must always remain available. */
body.hillk-original-theme .hk-header { display:block !important; }
body.hillk-original-theme .hk-drawer { display:block !important; }
body.hillk-original-theme .hk-footer { display:block !important; }

/* =========================================================
   LEGACY WPCode FOOTER COMPATIBILITY / v1.4.3
   The old site footer was injected by WPCode at wp_footer().
   Hide known legacy wrappers only while this theme is active.
========================================================= */
body.hillk-original-theme #hillk-footer,
body.hillk-original-theme #hillkFooter,
body.hillk-original-theme .hillk-footer,
body.hillk-original-theme .hillk-footer-wrap,
body.hillk-original-theme .hillk-site-footer,
body.hillk-original-theme .hk-legacy-footer,
body.hillk-original-theme [data-hillk-legacy-footer="true"] {
  display:none !important;
}

/* v1.5.0 responsive picture helpers */
.hk-style-visual__media picture,.hk-style-visual__media picture img,.hk-online__picture,.hk-online__picture img{display:block;width:100%;height:100%}.hk-online__picture{position:absolute;inset:0}.hk-online__picture img{object-fit:cover}


/* =========================================================
   HERO TYPOGRAPHY REFINEMENT / v1.5.3
   Editorial balance for desktop and mobile.
========================================================= */
.hk-hero__shade{
  background:linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(0,0,0,.02) 40%,rgba(0,0,0,.40) 100%);
}
.hk-hero__content{
  left:clamp(28px,5vw,76px);
  bottom:clamp(68px,9vh,104px);
  max-width:680px;
}
.hk-hero__eyebrow{
  font-size:9px;
  letter-spacing:.22em;
  margin-bottom:14px;
}
.hk-hero__brand{
  font-size:clamp(56px,7.4vw,108px);
  line-height:.86;
  letter-spacing:-.035em;
}
.hk-hero__copy{
  font-size:clamp(20px,2.15vw,30px);
  line-height:1.55;
  margin-top:20px;
  letter-spacing:.055em;
}
.hk-hero__sub{
  max-width:500px;
  font-size:12px;
  line-height:2;
  margin-top:14px;
}
@media(max-width:620px){
  .hk-hero__content{left:22px;right:22px;bottom:72px;max-width:none}
  .hk-hero__eyebrow{font-size:7px;letter-spacing:.20em;margin-bottom:12px}
  .hk-hero__brand{font-size:clamp(58px,20vw,84px);line-height:.9}
  .hk-hero__copy{font-size:20px;line-height:1.6;margin-top:16px;max-width:13em}
  .hk-hero__sub{font-size:11px;line-height:1.9;margin-top:12px;max-width:88%}
}


/* =========================================================
   INSTAGRAM FEED / v1.5.3
========================================================= */
.hk-instagram-feed{margin-top:42px;min-height:40px}
.hk-instagram-feed #sb_instagram{padding:0!important;width:100%!important}
.hk-instagram-feed #sb_instagram #sbi_images{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;padding:0!important}
.hk-instagram-feed #sb_instagram .sbi_item{width:auto!important;height:auto!important;padding:0!important;margin:0!important;float:none!important}
.hk-instagram-feed #sb_instagram .sbi_photo{height:auto!important;aspect-ratio:1/1!important;background-size:cover!important}
.hk-instagram-feed #sb_instagram .sbi_photo img{width:100%!important;height:100%!important;object-fit:cover!important}
.hk-instagram-feed #sb_instagram .sbi_load_btn,.hk-instagram-feed #sb_instagram .sbi_follow_btn{margin-top:28px!important}
.hk-instagram-feed__notice{padding:18px 20px;border:1px solid var(--hk-line);font-size:13px;color:var(--hk-muted)}
@media (max-width:767px){
  .hk-instagram-feed{margin-top:28px}
  .hk-instagram-feed #sb_instagram #sbi_images{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}
}

/* =========================================================
   INSTAGRAM FEED CLEAN GALLERY / v1.5.4
   Hide plugin profile/bio chrome and keep the site heading + photos.
========================================================= */
.hk-instagram-feed #sb_instagram .sb_instagram_header,
.hk-instagram-feed #sb_instagram #sbi_header,
.hk-instagram-feed #sb_instagram .sbi_header_text,
.hk-instagram-feed #sb_instagram .sbi_bio,
.hk-instagram-feed #sb_instagram .sbi_header_img,
.hk-instagram-feed #sb_instagram .sbi_header_hashtag_icon,
.hk-instagram-feed #sb_instagram .sbi_feedtheme_header_text,
.hk-instagram-feed #sb_instagram .sbi_load_btn,
.hk-instagram-feed #sb_instagram .sbi_follow_btn,
.hk-instagram-feed #sb_instagram #sbi_load {
  display:none!important;
}
.hk-instagram-feed #sb_instagram #sbi_images {
  margin-top:0!important;
}


/* =========================================================
   MENU + FOOTER REFINEMENT / v1.5.6
   Rebuilds the stronger visual language of the former site
   inside the original theme. No WPCode dependency.
========================================================= */
.hk-menu-btn{align-items:center;gap:9px;padding:8px 0;border:0;background:transparent;color:inherit;cursor:pointer}
.hk-menu-btn__lines{display:grid;gap:7px;width:28px}.hk-menu-btn__lines i{display:block;width:28px;height:1px;background:currentColor;transition:.3s}.hk-menu-btn small{font-size:9px;letter-spacing:.18em;font-weight:500}
.hk-overlay{background:rgba(20,22,21,.62);backdrop-filter:blur(2px);opacity:0;transition:opacity .38s ease}
.hk-drawer{inset:0 auto 0 0;width:min(84vw,470px);padding:0;background:#f5f2ec;box-shadow:18px 0 60px rgba(0,0,0,.16);transform:translateX(-104%);transition:transform .52s cubic-bezier(.22,.72,.25,1);overflow:auto;color:#262522}
.hk-drawer.is-open{transform:translateX(0)}.hk-drawer__inner{min-height:100%;padding:34px clamp(28px,7vw,58px) 28px;display:flex;flex-direction:column}
.hk-drawer__head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:26px;border-bottom:1px solid #d3cec5}.hk-drawer__brand{display:block;font-family:var(--hk-serif);font-size:39px;line-height:1;letter-spacing:.02em}.hk-drawer__head p{margin:13px 0 0;font-size:11px;letter-spacing:.08em;color:#76716a}.hk-drawer__close{position:relative;top:auto;right:auto;width:42px;height:42px;padding:0;border:0;background:transparent;cursor:pointer}.hk-drawer__close span{position:absolute;left:8px;top:20px;width:27px;height:1px;background:#262522}.hk-drawer__close span:first-child{transform:rotate(45deg)}.hk-drawer__close span:last-child{transform:rotate(-45deg)}
.hk-drawer__nav{display:grid!important;gap:0!important;margin:22px 0 32px;font-family:inherit!important;font-size:inherit!important}.hk-drawer__nav a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:18px;padding:15px 0;border-bottom:1px solid #ded9d0;transition:opacity .2s}.hk-drawer__nav a:hover{opacity:.55}.hk-drawer__nav strong{font-family:var(--hk-serif);font-size:clamp(25px,7vw,36px);font-weight:400;line-height:1}.hk-drawer__nav small{font-size:9px;letter-spacing:.08em;color:#8a857c;white-space:nowrap}
.hk-drawer__links{margin-top:auto;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #cfcac1;border-bottom:1px solid #cfcac1}.hk-drawer__links a{display:flex;justify-content:space-between;gap:10px;padding:16px 0;font-size:10px;letter-spacing:.12em}.hk-drawer__links a+a{padding-left:20px;border-left:1px solid #cfcac1}.hk-drawer__copy{margin:18px 0 0;font-size:9px;letter-spacing:.1em;color:#8a857c}

.hk-footer{padding:0;background:#f0ede7;color:#2a2926;border-top:1px solid #dad5cc}.hk-footer__inner{padding-top:clamp(64px,8vw,112px);padding-bottom:28px}.hk-footer__lead{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(520px,1.22fr);gap:clamp(60px,9vw,150px);align-items:start}.hk-footer__brand{font-family:var(--hk-serif);font-size:clamp(64px,8vw,116px);font-weight:400;line-height:.8;letter-spacing:-.035em;margin:0}.hk-footer__tagline{margin:32px 0 0;font-family:var(--hk-serif);font-size:clamp(16px,1.6vw,22px);letter-spacing:.06em}.hk-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px}.hk-footer__nav a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:14px;padding:17px 0;border-bottom:1px solid #cbc6bc}.hk-footer__nav strong{font-family:var(--hk-serif);font-size:20px;font-weight:400}.hk-footer__nav small{font-size:9px;color:#817c74;letter-spacing:.06em}
.hk-footer__actions{display:grid;grid-template-columns:1fr 1fr;margin-top:clamp(60px,8vw,108px);border-top:1px solid #bbb6ad;border-bottom:1px solid #bbb6ad}.hk-footer__actions a{display:flex;align-items:center;justify-content:space-between;padding:25px 4px;font-size:11px;letter-spacing:.14em}.hk-footer__actions a+a{padding-left:34px;border-left:1px solid #bbb6ad}.hk-footer__actions i{font-style:normal;font-size:16px}.hk-footer__bottom{margin-top:0;padding:25px 0 0;border:0;display:flex;justify-content:space-between;gap:30px;color:#77726a;font-size:9px;letter-spacing:.08em}.hk-footer__legal{display:flex;gap:28px}.hk-footer__legal a{border-bottom:1px solid currentColor}

@media(max-width:900px){
  .hk-menu-btn{display:flex}.hk-footer__lead{grid-template-columns:1fr;gap:54px}.hk-footer__identity{max-width:420px}.hk-footer__nav{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .hk-drawer{width:82vw;max-width:none}.hk-drawer__inner{padding:26px 24px 22px}.hk-drawer__brand{font-size:34px}.hk-drawer__head p{font-size:9px}.hk-drawer__nav{margin-top:16px}.hk-drawer__nav a{padding:13px 0}.hk-drawer__nav strong{font-size:27px}.hk-drawer__nav small{font-size:8px}.hk-drawer__links{grid-template-columns:1fr}.hk-drawer__links a+a{padding-left:0;border-left:0;border-top:1px solid #cfcac1}
  .hk-footer__inner{padding-top:70px}.hk-footer__brand{font-size:76px}.hk-footer__tagline{margin-top:24px;font-size:17px}.hk-footer__lead{gap:48px}.hk-footer__nav{grid-template-columns:1fr}.hk-footer__nav a{padding:15px 0}.hk-footer__nav strong{font-size:19px}.hk-footer__actions{grid-template-columns:1fr;margin-top:62px}.hk-footer__actions a+a{padding-left:4px;border-left:0;border-top:1px solid #bbb6ad}.hk-footer__bottom{flex-direction:column;gap:14px;padding-top:22px}.hk-footer__legal{justify-content:space-between;gap:16px}
}

/* =========================================================
   v1.5.7 / CLASSIC HILLK MENU + FOOTER
   Visual language follows the previous hillk site while
   navigation itself uses the new site architecture only.
========================================================= */
.hk-drawer--classic{
  left:0;right:auto;width:min(84vw,430px);max-width:430px;
  background:rgba(250,249,246,.985);box-shadow:18px 0 54px rgba(0,0,0,.16);
}
.hk-drawer--classic .hk-drawer__inner{padding:28px 28px 24px;min-height:100%;}
.hk-drawer--classic .hk-drawer__head{padding-bottom:18px;border-bottom:1px solid #ddd9d2;align-items:center;}
.hk-drawer__wordmark{font-family:Arial,Helvetica,sans-serif;font-size:29px;font-weight:700;letter-spacing:.30em;line-height:1;color:#111;}
.hk-drawer--classic .hk-drawer__close{width:34px;height:34px;}
.hk-drawer--classic .hk-drawer__close span{left:5px;top:16px;width:24px;}
.hk-drawer__nav--classic{margin:0!important;display:grid!important;gap:0!important;}
.hk-drawer__nav--classic a{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #ddd9d2;}
.hk-drawer__nav--classic strong{font-family:var(--hk-serif);font-size:24px;font-weight:400;letter-spacing:.01em;line-height:1;}
.hk-drawer__nav--classic a span{font-size:13px;line-height:1;color:#6e6a64;}
.hk-drawer__links--classic{margin-top:26px;display:grid;grid-template-columns:1fr;border-top:0;border-bottom:0;gap:0;}
.hk-drawer__links--classic a{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #ddd9d2;font-size:10px;letter-spacing:.14em;}
.hk-drawer__links--classic a+a{padding-left:0;border-left:0;}
.hk-drawer__links--classic i{font-style:normal;font-size:13px;}
.hk-drawer__foot{margin-top:auto;padding-top:26px;display:flex;flex-direction:column;gap:10px;font-size:9px;letter-spacing:.08em;color:#8b867e;}
.hk-drawer__foot a{width:max-content;border-bottom:1px solid currentColor;}

.hk-footer--classic{padding:0;background:#f7f5f0;color:#272521;border-top:1px solid #ddd8cf;}
.hk-footer--classic .hk-footer__inner{padding-top:clamp(72px,8vw,108px);padding-bottom:28px;}
.hk-footer__classic-grid{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(420px,1.05fr);gap:clamp(64px,9vw,150px);align-items:start;}
.hk-footer--classic .hk-footer__brand{font-size:clamp(72px,8vw,116px);line-height:.82;letter-spacing:-.04em;}
.hk-footer--classic .hk-footer__tagline{margin-top:28px;font-size:clamp(16px,1.45vw,21px);}
.hk-footer__nav--classic{display:grid;grid-template-columns:1fr;gap:0;}
.hk-footer__nav--classic a{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #d2cdc4;}
.hk-footer__nav--classic a span{font-family:var(--hk-serif);font-size:19px;}
.hk-footer__nav--classic i{font-style:normal;font-size:13px;color:#706b64;}
.hk-footer__actions--classic{margin-top:28px;display:grid;grid-template-columns:1fr;border-top:1px solid #c9c4bb;border-bottom:0;}
.hk-footer__actions--classic a{display:flex;align-items:center;justify-content:space-between;padding:15px 0;border-bottom:1px solid #c9c4bb;font-size:10px;letter-spacing:.13em;}
.hk-footer__actions--classic a+a{padding-left:0;border-left:0;}
.hk-footer__actions--classic i{font-style:normal;font-size:13px;}
.hk-footer__bottom--classic{margin-top:70px;padding-top:22px;border-top:1px solid #c9c4bb;}
.hk-footer__bottom--classic .hk-footer__legal{display:block;}
.hk-footer__bottom--classic .hk-footer__legal a{border-bottom:1px solid currentColor;}

@media (max-width: 959px){
  .hk-footer__classic-grid{grid-template-columns:1fr;gap:50px;}
  .hk-footer__classic-right{max-width:620px;}
}
@media (max-width: 620px){
  .hk-drawer--classic{width:82vw;max-width:none;}
  .hk-drawer--classic .hk-drawer__inner{padding:24px 22px 20px;}
  .hk-drawer__wordmark{font-size:26px;}
  .hk-drawer__nav--classic a{padding:16px 0;}
  .hk-drawer__nav--classic strong{font-size:21px;}
  .hk-footer--classic .hk-footer__inner{padding-top:68px;}
  .hk-footer--classic .hk-footer__brand{font-size:72px;}
  .hk-footer__classic-grid{gap:44px;}
  .hk-footer__bottom--classic{margin-top:52px;flex-direction:column;gap:12px;}
}


/* =========================================================
   CURRENT HILLK MENU + FOOTER / v1.5.8
   Rebuilt from the current site's visual proportions.
========================================================= */
.hk-drawer--current{left:0;right:auto;top:0;bottom:0;width:86vw;max-width:430px;padding:0;background:transparent;box-shadow:none;overflow:hidden;transform:translateX(-102%);transition:transform .5s cubic-bezier(.2,.75,.25,1)}
.hk-drawer--current.is-open{transform:translateX(0)}
.hk-drawer--current .hk-drawer__panel{width:82%;height:100%;background:#f9f8f5;padding:26px 24px 20px;display:flex;flex-direction:column;overflow-y:auto;box-shadow:16px 0 38px rgba(0,0,0,.12)}
.hk-drawer--current .hk-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:0 0 26px;border-bottom:1px solid #ddd9d1}
.hk-drawer__wordmark-current{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:28px;line-height:1;letter-spacing:.31em;color:#111;padding-left:3px}
.hk-drawer--current .hk-drawer__close{position:relative;top:auto;right:auto;width:34px;height:34px;padding:0;border:0;background:transparent;cursor:pointer}
.hk-drawer--current .hk-drawer__close span{position:absolute;left:5px;top:16px;width:24px;height:1px;background:#222}.hk-drawer--current .hk-drawer__close span:first-child{transform:rotate(45deg)}.hk-drawer--current .hk-drawer__close span:last-child{transform:rotate(-45deg)}
.hk-drawer__nav-current{display:grid!important;gap:0!important;margin:0!important;font-family:inherit!important;font-size:inherit!important}
.hk-drawer__nav-current a{display:grid;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;column-gap:10px;min-height:58px;border-bottom:1px solid #ddd9d1}
.hk-drawer__nav-current strong{font-family:var(--hk-serif);font-size:18px;font-weight:400;line-height:1;letter-spacing:.02em}
.hk-drawer__nav-current small{font-size:8px;line-height:1.4;letter-spacing:.04em;color:#aaa59d;text-align:right;white-space:nowrap}
.hk-drawer__nav-current i{font-style:normal;font-size:12px;color:#55514a;text-align:right}
.hk-drawer__utility-current{margin-top:28px;padding-top:4px;border-top:1px solid #ddd9d1}
.hk-drawer__utility-current a{display:grid;grid-template-columns:18px 1fr 18px;align-items:center;gap:10px;min-height:44px;font-size:9px;letter-spacing:.12em;border-bottom:0}
.hk-drawer__utility-current strong{font-weight:500}.hk-drawer__utility-current i{font-style:normal;text-align:right;font-size:12px}
.hk-uicon{display:inline-block;width:15px;height:15px;position:relative}.hk-uicon--bag{border:1px solid #555;border-radius:1px}.hk-uicon--bag:before{content:"";position:absolute;left:3px;right:3px;top:-5px;height:6px;border:1px solid #555;border-bottom:0;border-radius:6px 6px 0 0}.hk-uicon--ig{border:1px solid #555;border-radius:4px}.hk-uicon--ig:before{content:"";position:absolute;width:5px;height:5px;border:1px solid #555;border-radius:50%;left:4px;top:4px}.hk-uicon--ig:after{content:"";position:absolute;width:2px;height:2px;background:#555;border-radius:50%;right:2px;top:2px}
.hk-drawer__foot-current{margin-top:auto;padding-top:24px;border-top:1px solid #ddd9d1;display:grid;gap:10px;font-size:8px;letter-spacing:.08em;color:#9a958d}.hk-drawer__foot-current a{width:max-content}
.hk-overlay{background:rgba(20,22,21,.14);backdrop-filter:none}

.hk-footer--current{padding:0;background:#f8f7f4;color:#292825;border-top:1px solid #e2ded6}
.hk-footer__current-inner{padding-top:76px;padding-bottom:28px}
.hk-footer__current-logo{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:34px;font-weight:700;letter-spacing:.31em;line-height:1}
.hk-footer__current-tagline{margin:30px 0 0;font-family:var(--hk-serif);font-size:15px;letter-spacing:.08em}
.hk-footer__current-nav{display:grid;gap:0;margin-top:48px;max-width:560px}.hk-footer__current-nav a{padding:11px 0;font-size:10px;letter-spacing:.16em}
.hk-footer__current-utility{display:grid;gap:0;margin-top:24px;padding-top:12px;border-top:1px solid #ddd9d1;max-width:560px}.hk-footer__current-utility a{display:grid;grid-template-columns:18px 1fr 18px;align-items:center;gap:10px;min-height:42px;font-size:9px;letter-spacing:.1em}.hk-footer__current-utility i{font-style:normal;text-align:right}
.hk-footer__current-bottom{margin-top:54px;padding-top:22px;border-top:1px solid #ddd9d1;display:flex;justify-content:space-between;gap:20px;font-size:8px;letter-spacing:.08em;color:#99948c}.hk-footer__current-bottom a{border-bottom:1px solid currentColor}
@media(min-width:960px){.hk-footer__current-inner{display:grid;grid-template-columns:.8fr 1.2fr;column-gap:100px}.hk-footer__current-brand{grid-row:1/4}.hk-footer__current-nav{margin-top:0;grid-template-columns:repeat(2,1fr);column-gap:48px}.hk-footer__current-utility{grid-template-columns:1fr 1fr;column-gap:34px}.hk-footer__current-bottom{grid-column:1/-1}}
@media(max-width:620px){.hk-drawer--current{width:88vw;max-width:none}.hk-drawer--current .hk-drawer__panel{width:84%;padding:26px 22px 18px}.hk-drawer__wordmark-current{font-size:27px}.hk-drawer__nav-current a{min-height:57px}.hk-drawer__nav-current strong{font-size:18px}.hk-drawer__nav-current small{font-size:7px}.hk-footer__current-inner{padding-top:66px}.hk-footer__current-logo{font-size:31px}.hk-footer__current-tagline{margin-top:28px;font-size:14px}.hk-footer__current-nav{margin-top:42px}.hk-footer__current-bottom{flex-direction:column;gap:10px}}


/* =========================================================
   NAVIGATION HIERARCHY / v1.5.10
   Main navigation = 4 core pages. Support links are visually secondary.
========================================================= */
.hk-drawer__nav-main{margin-top:0!important}
.hk-drawer__nav-main a{min-height:64px}
.hk-drawer__nav-main strong{font-size:20px}
.hk-drawer__nav-main small{font-size:7.5px;color:#aaa59d}
.hk-drawer__support{display:grid;margin-top:22px;padding-top:16px;border-top:1px solid #ddd9d1}
.hk-drawer__support a{display:flex;align-items:center;justify-content:space-between;min-height:34px;font-size:9px;letter-spacing:.14em;color:#69665f}
.hk-drawer__support i{font-style:normal;font-size:11px;color:#77736c}
.hk-drawer__utility-current{margin-top:22px}

.hk-footer__current-links{max-width:560px}
.hk-footer__current-nav--main{grid-template-columns:repeat(2,1fr);column-gap:48px;margin-top:0}
.hk-footer__current-nav--main a{font-family:var(--hk-serif);font-size:16px;letter-spacing:.04em;padding:14px 0;border-bottom:1px solid #ddd9d1}
.hk-footer__support{display:flex;gap:34px;margin-top:22px;font-size:9px;letter-spacing:.14em;color:#77736c}
.hk-footer__support a{border-bottom:1px solid transparent;padding-bottom:2px}.hk-footer__support a:hover{border-color:currentColor}
@media(min-width:960px){
  .hk-footer__current-inner{grid-template-columns:.8fr 1.2fr}
  .hk-footer__current-links{margin-top:0}
  .hk-footer__current-utility{grid-column:2}
}
@media(max-width:620px){
  .hk-drawer__nav-main a{min-height:61px}
  .hk-drawer__nav-main strong{font-size:19px}
  .hk-drawer__support{margin-top:18px;padding-top:14px}
  .hk-footer__current-nav--main{grid-template-columns:1fr}
  .hk-footer__current-nav--main a{font-size:15px;padding:13px 0}
  .hk-footer__support{gap:26px}
}


/* =========================================================
   MENU CLOSE + INSTAGRAM ICON FIX / v1.5.11
========================================================= */
.hk-drawer--current .hk-drawer__head{
  position:sticky;
  top:0;
  z-index:40;
  background:#f9f8f5;
  margin:-26px -24px 0;
  padding:26px 24px 24px;
}
.hk-drawer--current .hk-drawer__close{
  flex:0 0 40px;
  width:40px;
  height:40px;
  z-index:50;
}
.hk-drawer--current .hk-drawer__close span{
  left:7px;
  top:19px;
  width:26px;
  height:1.25px;
  background:#1d1d1b;
}
.hk-social-icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;color:#55514a}
.hk-social-icon svg{display:block;width:16px;height:16px;overflow:visible}
.hk-social-icon svg *{vector-effect:non-scaling-stroke}
.hk-uicon--ig{display:none!important}
@media(max-width:620px){
  .hk-drawer--current .hk-drawer__head{margin:-26px -22px 0;padding:26px 22px 24px}
}

/* v1.5.12: hamburger -> close animation */
.hk-menu-btn{position:relative;z-index:1405}
.hk-menu-btn__lines{position:relative;display:block!important;width:28px!important;height:20px!important}
.hk-menu-btn__lines i{position:absolute!important;left:0;width:28px!important;height:1.5px!important;margin:0!important;background:currentColor;transform-origin:center;transition:top .28s cubic-bezier(.4,0,.2,1),transform .28s cubic-bezier(.4,0,.2,1),opacity .18s ease}
.hk-menu-btn__lines i:nth-child(1){top:2px}
.hk-menu-btn__lines i:nth-child(2){top:9px}
.hk-menu-btn__lines i:nth-child(3){top:16px}
.hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(1){top:9px;transform:rotate(45deg)}
.hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(2){opacity:0}
.hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(3){top:9px;transform:rotate(-45deg)}
.hk-menu-btn.is-open small{opacity:.6}
.hk-drawer__close{display:none!important}
body.hk-menu-open .hk-menu-btn{position:fixed;top:17px;right:20px;color:var(--hk-ink);z-index:1405}
@media(min-width:769px){body.hk-menu-open .hk-menu-btn{display:none}}


/* =========================================================
   v1.5.13 / MOBILE HAMBURGER VISIBILITY + X MORPH
========================================================= */
@media (max-width:768px){
  .hk-menu-btn{
    display:flex!important;
    width:38px!important;
    height:38px!important;
    padding:7px!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    background:transparent!important;
    border:0!important;
    color:inherit!important;
  }
  .hk-menu-btn__lines{
    position:relative!important;
    display:block!important;
    width:24px!important;
    height:18px!important;
  }
  .hk-menu-btn__lines i{
    position:absolute!important;
    left:0!important;
    display:block!important;
    width:24px!important;
    height:2px!important;
    border-radius:2px!important;
    background:currentColor!important;
    opacity:1!important;
    transform:none!important;
    transform-origin:center!important;
    transition:top .28s cubic-bezier(.4,0,.2,1), transform .28s cubic-bezier(.4,0,.2,1), opacity .18s ease!important;
  }
  .hk-menu-btn__lines i:nth-child(1){top:1px!important}
  .hk-menu-btn__lines i:nth-child(2){top:8px!important}
  .hk-menu-btn__lines i:nth-child(3){top:15px!important}
  .hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(1){top:8px!important;transform:rotate(45deg)!important}
  .hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(2){top:8px!important;opacity:0!important;transform:scaleX(.25)!important}
  .hk-menu-btn.is-open .hk-menu-btn__lines i:nth-child(3){top:8px!important;transform:rotate(-45deg)!important}
  body.hk-menu-open .hk-menu-btn{
    position:fixed!important;
    top:13px!important;
    right:14px!important;
    color:#25231f!important;
    z-index:1505!important;
  }
}


/* =========================================================
   v1.5.14 / HAMBURGER RENDER FIX
   Prevent the generic .hk-menu-btn span rule from painting the
   line-wrapper as a solid rectangle. The three <i> elements are
   the only visible strokes.
========================================================= */
@media (max-width:768px){
  .hk-menu-btn > .hk-menu-btn__lines{
    background:transparent!important;
    margin:0!important;
    border:0!important;
    box-shadow:none!important;
  }
  .hk-menu-btn > .hk-menu-btn__lines > i{
    background:currentColor!important;
  }
}


/* =========================================================
   ABOUT PAGE / v1.6.0
========================================================= */
.hk-about-page{background:#f8f7f4}
.hk-about-hero{position:relative;min-height:92svh;display:flex;align-items:flex-end;overflow:hidden;background:#a9a59e;color:#fff}
.hk-about-hero__media,.hk-about-hero__media picture,.hk-about-hero__media img{position:absolute;inset:0;width:100%;height:100%}
.hk-about-hero__media img{object-fit:cover}.hk-about-hero__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#a9a59e,#6f6b65)}
.hk-about-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.52) 100%)}
.hk-about-hero__content{position:relative;z-index:2;padding-bottom:clamp(70px,9vw,125px);max-width:1320px}
.hk-about-hero .hk-kicker{color:rgba(255,255,255,.78)}
.hk-about-hero__title{max-width:920px;margin:0;font-family:var(--hk-serif);font-size:clamp(54px,7.8vw,118px);font-weight:400;line-height:1.03;letter-spacing:.02em}
.hk-about-hero__lead{max-width:680px;margin:30px 0 0;font-size:clamp(15px,1.45vw,20px);line-height:2;color:rgba(255,255,255,.94)}
.hk-about-intro{padding-top:clamp(110px,13vw,190px);padding-bottom:clamp(100px,12vw,170px)}
.hk-about-intro__inner{max-width:980px;text-align:center}
.hk-about-intro__inner h2{margin:0;font-family:var(--hk-serif);font-size:clamp(40px,5.5vw,78px);font-weight:400;line-height:1.25}
.hk-about-intro__inner>p:last-child{max-width:700px;margin:34px auto 0;line-height:2.25;color:#514f4a}
.hk-about-stories{padding-top:0}
.hk-about-stories__list{display:flex;flex-direction:column;gap:clamp(100px,14vw,210px)}
.hk-about-story{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(330px,.72fr);gap:clamp(42px,7vw,110px);align-items:center}
.hk-about-story.is-reverse{grid-template-columns:minmax(330px,.72fr) minmax(0,1.04fr)}
.hk-about-story.is-reverse .hk-about-story__media{order:2}
.hk-about-story__media{aspect-ratio:4/5}.hk-about-story__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#e3dfd7,#c6c0b7)}
.hk-about-story__body{max-width:520px}.hk-about-story__num{margin:0 0 32px;font-family:var(--hk-serif);font-size:12px;letter-spacing:.16em;color:#8b877f}
.hk-about-story__body h2{margin:10px 0 28px;font-family:var(--hk-serif);font-size:clamp(42px,5vw,74px);font-weight:400;line-height:1.18}
.hk-about-story__body>p:last-child{margin:0;line-height:2.2;color:#53514c}
.hk-about-cta{position:relative;min-height:min(72vw,780px);display:grid;place-items:center;overflow:hidden;background:#77736c;color:#fff}
.hk-about-cta__media,.hk-about-cta__media img{position:absolute;inset:0;width:100%;height:100%}.hk-about-cta__media img{object-fit:cover}
.hk-about-cta__shade{position:absolute;inset:0;background:rgba(0,0,0,.34)}
.hk-about-cta__inner{position:relative;z-index:2;text-align:center}.hk-about-cta .hk-kicker{color:rgba(255,255,255,.78)}
.hk-about-cta h2{margin:0;font-family:var(--hk-serif);font-size:clamp(48px,7vw,100px);font-weight:400;line-height:1.1}
.hk-about-cta p:not(.hk-kicker){margin:26px auto 0;max-width:620px;font-size:clamp(14px,1.4vw,18px);line-height:2;color:rgba(255,255,255,.92)}
.hk-about-cta .hk-link{margin-top:34px}
@media(max-width:900px){
  .hk-about-story,.hk-about-story.is-reverse{grid-template-columns:1fr;gap:34px}.hk-about-story.is-reverse .hk-about-story__media{order:0}.hk-about-story__media{width:82%}.hk-about-story.is-reverse .hk-about-story__media{margin-left:auto}.hk-about-story.is-reverse .hk-about-story__body{margin-left:auto}.hk-about-story__body{width:88%}
}
@media(max-width:620px){
  .hk-about-hero{min-height:100svh}.hk-about-hero__shade{background:linear-gradient(180deg,rgba(0,0,0,.06) 35%,rgba(0,0,0,.58) 100%)}.hk-about-hero__content{padding-bottom:82px}.hk-about-hero__title{font-size:50px;line-height:1.15}.hk-about-hero__lead{margin-top:22px;font-size:14px;line-height:2}
  .hk-about-intro{padding-top:92px;padding-bottom:100px}.hk-about-intro__inner{text-align:left}.hk-about-intro__inner h2{font-size:39px}.hk-about-intro__inner>p:last-child{margin-top:28px;line-height:2.15}
  .hk-about-stories__list{gap:92px}.hk-about-story__media,.hk-about-story.is-reverse .hk-about-story__media{width:88%}.hk-about-story__body,.hk-about-story.is-reverse .hk-about-story__body{width:92%;margin-left:0}.hk-about-story.is-reverse .hk-about-story__body{margin-left:auto}.hk-about-story__body h2{font-size:40px;margin:8px 0 22px}.hk-about-story__num{margin-bottom:24px}
  .hk-about-cta{min-height:116vw}.hk-about-cta h2{font-size:48px}.hk-about-cta__inner{text-align:left}.hk-about-cta p:not(.hk-kicker){margin-left:0}
}

/* =========================================================
   v1.6.1 / DRAWER HEADER SAFE SPACING
========================================================= */
.hk-drawer--current .hk-drawer__panel{scroll-padding-top:88px}
.hk-drawer--current .hk-drawer__nav-main{padding-top:18px}
@media(max-width:620px){
  .hk-drawer--current .hk-drawer__panel{scroll-padding-top:82px}
  .hk-drawer--current .hk-drawer__nav-main{padding-top:16px}
}

/* =========================================================
   COLLECTION PAGE / v1.7.0
========================================================= */
.hk-collection-page{background:#f8f7f4}
.hk-collection-hero{position:relative;min-height:92svh;display:flex;align-items:flex-end;overflow:hidden;background:#a9a59e;color:#fff}
.hk-collection-hero__media,.hk-collection-hero__media picture,.hk-collection-hero__media img{position:absolute;inset:0;width:100%;height:100%}
.hk-collection-hero__media img{object-fit:cover}.hk-collection-hero__placeholder{position:absolute;inset:0;background:linear-gradient(135deg,#a9a59e,#6f6b65)}
.hk-collection-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 25%,rgba(0,0,0,.55) 100%)}
.hk-collection-hero__content{position:relative;z-index:2;padding-bottom:clamp(72px,9vw,128px)}
.hk-collection-hero .hk-kicker{color:rgba(255,255,255,.78)}
.hk-collection-hero__title{max-width:1000px;margin:0;font-family:var(--hk-serif);font-size:clamp(58px,8vw,122px);font-weight:400;line-height:1.02}
.hk-collection-hero__lead{max-width:720px;margin:28px 0 0;font-size:clamp(15px,1.45vw,20px);line-height:2;color:rgba(255,255,255,.94)}
.hk-collection-categories{padding-top:clamp(110px,14vw,200px);padding-bottom:clamp(120px,15vw,210px)}
.hk-collection-categories__list{display:flex;flex-direction:column;gap:clamp(105px,15vw,220px)}
.hk-collection-feature{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:clamp(40px,7vw,110px);align-items:center}
.hk-collection-feature.is-reverse{grid-template-columns:minmax(330px,.72fr) minmax(0,1.08fr)}
.hk-collection-feature.is-reverse .hk-collection-feature__media{order:2}
.hk-collection-feature__media{aspect-ratio:4/5;overflow:hidden;background:#e5e1da}
.hk-collection-feature__body{max-width:540px}.hk-collection-feature__num{margin:0 0 30px;font-family:var(--hk-serif);font-size:12px;letter-spacing:.16em;color:#8b877f}
.hk-collection-feature__body h2{margin:8px 0 26px;font-family:var(--hk-serif);font-size:clamp(44px,5.2vw,78px);font-weight:400;line-height:1.12}
.hk-collection-feature__copy{margin:0;line-height:2.15;color:#53514c}.hk-collection-feature .hk-link{margin-top:28px;display:inline-block}
.hk-collection-store{position:relative;min-height:min(70vw,760px);display:grid;place-items:center;overflow:hidden;background:#77736c;color:#fff}
.hk-collection-store__media,.hk-collection-store__media img{position:absolute;inset:0;width:100%;height:100%}.hk-collection-store__media img{object-fit:cover}
.hk-collection-store__shade{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hk-collection-store__inner{position:relative;z-index:2;text-align:center}.hk-collection-store .hk-kicker{color:rgba(255,255,255,.8)}
.hk-collection-store h2{margin:0;font-family:var(--hk-serif);font-size:clamp(50px,7vw,102px);font-weight:400;line-height:1.08}
.hk-collection-store p:not(.hk-kicker){max-width:640px;margin:26px auto 0;line-height:2;color:rgba(255,255,255,.92)}
.hk-collection-store .hk-link{margin-top:32px}
@media(max-width:900px){
 .hk-collection-feature,.hk-collection-feature.is-reverse{grid-template-columns:1fr;gap:34px}.hk-collection-feature.is-reverse .hk-collection-feature__media{order:0}.hk-collection-feature__media{width:84%}.hk-collection-feature.is-reverse .hk-collection-feature__media{margin-left:auto}.hk-collection-feature__body{width:90%}.hk-collection-feature.is-reverse .hk-collection-feature__body{margin-left:auto}
}
@media(max-width:620px){
 .hk-collection-hero{min-height:100svh}.hk-collection-hero__title{font-size:52px;line-height:1.1}.hk-collection-hero__lead{font-size:14px;line-height:2}.hk-collection-hero__content{padding-bottom:82px}
 .hk-collection-categories{padding-top:92px;padding-bottom:110px}.hk-collection-categories__list{gap:94px}.hk-collection-feature__media,.hk-collection-feature.is-reverse .hk-collection-feature__media{width:90%}.hk-collection-feature__body,.hk-collection-feature.is-reverse .hk-collection-feature__body{width:92%;margin-left:0}.hk-collection-feature.is-reverse .hk-collection-feature__body{margin-left:auto}.hk-collection-feature__body h2{font-size:42px}.hk-collection-store{min-height:116vw}.hk-collection-store__inner{text-align:left}.hk-collection-store h2{font-size:48px}.hk-collection-store p:not(.hk-kicker){margin-left:0}
}


/* =========================================================
   POP UP SCHEDULER / v1.8.1
========================================================= */
.hk-popup-page__hero{padding-bottom:clamp(70px,9vw,120px)}
.hk-popup-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}
.hk-popup-section-head h2{font-family:var(--hk-serif);font-size:clamp(36px,5vw,70px);font-weight:400;line-height:1;margin:0}
.hk-popup-section-head>p{max-width:360px;margin:0;color:var(--hk-muted);font-size:12px;letter-spacing:.08em}
.hk-popup-open{background:#ece9e3}
.hk-popup-upcoming{background:var(--hk-bg)}
.hk-popup-past{background:#f1f0ec}
.hk-popup-past .hk-popup-row{opacity:.62}
.hk-popup-list--past .hk-popup-name a{font-size:clamp(18px,2vw,28px)}
.hk-popup-row{grid-template-columns:105px 190px 1fr minmax(100px,180px) 24px}
.hk-popup-status{min-height:1px}
.hk-popup-status .hk-badge{margin:0}
.hk-badge.open{background:#263328;color:#fff;border-color:#263328}
.hk-badge.upcoming{background:transparent;color:inherit}
.hk-popup-detail-status{margin-bottom:18px}
@media(max-width:900px){
  .hk-popup-section-head{display:block}.hk-popup-section-head>p{margin-top:14px}
  .hk-popup-row{grid-template-columns:95px 150px 1fr 28px}.hk-popup-floor{display:none}
}
@media(max-width:620px){
  .hk-popup-row{grid-template-columns:1fr auto;gap:7px 12px;padding:19px 0}
  .hk-popup-status{grid-column:1}.hk-popup-date{grid-column:2;grid-row:1;font-size:12px;justify-self:end}
  .hk-popup-name{grid-column:1/-1}.hk-popup-name a{font-size:25px}
  .hk-popup-arrow{grid-column:2;grid-row:3}.hk-popup-floor{display:block;grid-column:1;text-align:left;font-size:11px}
}

/* =========================================================
   POP UP SCHEDULE — v1.9.0 / TripleArrows UI adapted for hillk
========================================================= */
.hk-popup-hero{padding:clamp(130px,16vw,210px) 0 clamp(58px,8vw,96px);background:#f1efe9;border-bottom:1px solid var(--hk-line)}
.hk-popup-hero__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:32px;align-items:end}
.hk-popup-hero .hk-kicker{grid-column:1/-1}.hk-popup-hero h1{margin:0;font-family:var(--hk-serif);font-size:clamp(50px,7.2vw,104px);font-weight:400;line-height:.92;letter-spacing:.01em}.hk-popup-hero__inner>p:last-child{max-width:440px;margin:0 0 6px;color:var(--hk-muted);font-size:14px}
.hk-popup-schedule-wrap{padding:clamp(54px,7vw,96px) var(--hk-gutter) clamp(90px,11vw,150px);background:#fff}
#hillk-popup-schedule,#hillk-popup-schedule *{box-sizing:border-box}
#hillk-popup-schedule.hps{--hps-black:#292724;--hps-gray:#77726b;--hps-line:#ddd8d0;--hps-paper:#f8f6f2;--hps-accent:#918176;--hps-current:#766358;width:100%;max-width:1120px;margin:0 auto;color:var(--hps-black)}
#hillk-popup-schedule .hps__head{margin-bottom:30px;text-align:center}
#hillk-popup-schedule .hps__eyebrow{margin:0 0 7px;color:var(--hps-accent);font-size:11px;font-weight:700;letter-spacing:.2em}
#hillk-popup-schedule .hps__title{margin:0;padding:0;border:0;background:none;font-family:var(--hk-serif);font-size:clamp(25px,3vw,36px);font-weight:400;line-height:1.45;letter-spacing:.04em}
#hillk-popup-schedule .hps__title::before,#hillk-popup-schedule .hps__title::after{display:none}
#hillk-popup-schedule .hps__lead{margin:10px 0 0;color:var(--hps-gray);font-size:13px}
#hillk-popup-schedule .hps__preview-note{display:inline-block;margin:13px 0 0;padding:5px 10px;border-radius:999px;background:#eee9e3;color:#786f66;font-size:10px;letter-spacing:.06em}
#hillk-popup-schedule .hps__controls{display:grid;grid-template-columns:auto 1fr;gap:18px 36px;align-items:end;margin-bottom:22px;padding:20px;border:1px solid var(--hps-line);background:var(--hps-paper)}
#hillk-popup-schedule .hps__control-label{margin:0 0 8px;color:var(--hps-gray);font-size:11px;font-weight:700;letter-spacing:.1em}
#hillk-popup-schedule .hps__buttons{display:flex;flex-wrap:wrap;gap:7px}
#hillk-popup-schedule button.hps__button{appearance:none;min-height:42px;margin:0;padding:9px 16px;border:1px solid #cec8c0;border-radius:999px;background:#fff;box-shadow:none;color:#494641;font:inherit;font-size:12px;font-weight:600;line-height:1.25;cursor:pointer;transition:.2s}
#hillk-popup-schedule button.hps__button:hover,#hillk-popup-schedule button.hps__button.is-active{border-color:var(--hps-black);background:var(--hps-black);color:#fff}
#hillk-popup-schedule button.hps__button:focus-visible{outline:3px solid rgba(145,129,118,.22);outline-offset:2px}
#hillk-popup-schedule .hps__result{margin:0 0 10px;color:var(--hps-gray);font-size:11px;text-align:right}
#hillk-popup-schedule .hps__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#hillk-popup-schedule .hps__card{position:relative;display:grid;grid-template-columns:140px minmax(0,1fr) 34px;gap:17px;align-items:center;min-height:118px;margin:0;padding:20px;overflow:hidden;border:1px solid var(--hps-line);border-left:3px solid #b8b0a7;background:#fff;transition:transform .2s,box-shadow .2s,border-color .2s}
#hillk-popup-schedule .hps__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(46,38,31,.07)}
#hillk-popup-schedule .hps__card[hidden]{display:none!important}
#hillk-popup-schedule .hps__card.is-current{border-left-color:var(--hps-current);background:linear-gradient(100deg,rgba(145,129,118,.09),#fff 44%)}
#hillk-popup-schedule .hps__card.is-soon{border-left-color:#b8a987}
#hillk-popup-schedule .hps__card.is-ended{opacity:.48}
#hillk-popup-schedule .hps__status{position:absolute;top:0;left:0;padding:6px 12px;background:var(--hps-current);color:#fff;font-size:10px;font-weight:700;line-height:1.3;letter-spacing:.08em}
#hillk-popup-schedule .hps__card.is-soon .hps__status{background:#a39574}
#hillk-popup-schedule .hps__date{display:grid;grid-template-columns:auto auto 12px auto auto;gap:4px;align-items:baseline;font-family:Arial,sans-serif;white-space:nowrap}
#hillk-popup-schedule .hps__date span{font-size:19px;font-weight:700;letter-spacing:.01em}
#hillk-popup-schedule .hps__date small{color:var(--hps-gray);font-size:10px}
#hillk-popup-schedule .hps__date i{width:10px;height:1px;background:#9d9992;align-self:center}
#hillk-popup-schedule .hps__info{min-width:0}
#hillk-popup-schedule .hps__area{margin:0 0 4px;color:var(--hps-accent);font-size:9px;font-weight:700;letter-spacing:.12em}
#hillk-popup-schedule .hps__info h3{margin:0;padding:0;border:0;background:none;font-family:var(--hk-serif);color:var(--hps-black);font-size:18px;font-weight:400;line-height:1.45;letter-spacing:.01em}
#hillk-popup-schedule .hps__info h3::before,#hillk-popup-schedule .hps__info h3::after{display:none}
#hillk-popup-schedule .hps__floor{min-height:1.4em;margin:3px 0 0;color:var(--hps-gray);font-size:11px}
#hillk-popup-schedule .hps__note{margin:4px 0 0;color:var(--hps-gray);font-size:10px;line-height:1.5}
#hillk-popup-schedule .hps__mark{display:inline-grid;place-items:center;width:28px;height:28px;border:1px solid #a79d93;border-radius:50%;color:#7b6e64;font-family:var(--hk-serif);font-size:15px;font-style:italic;line-height:1}
#hillk-popup-schedule .hps__empty{padding:45px 20px;border:1px solid var(--hps-line);color:var(--hps-gray);text-align:center}
#hillk-popup-schedule .hps__notice{margin:22px 0 0;padding-top:16px;border-top:1px solid var(--hps-line);color:var(--hps-gray);font-size:11px;line-height:1.8}
@media(max-width:959px){#hillk-popup-schedule .hps__controls{grid-template-columns:1fr;gap:16px}#hillk-popup-schedule .hps__list{grid-template-columns:1fr}.hk-popup-hero__inner{grid-template-columns:1fr}.hk-popup-hero__inner>p:last-child{max-width:580px}}
@media(max-width:599px){.hk-popup-hero{padding-top:112px}.hk-popup-hero h1{font-size:clamp(42px,14vw,62px)}.hk-popup-schedule-wrap{padding-left:14px;padding-right:14px}#hillk-popup-schedule .hps__head{margin-bottom:22px}#hillk-popup-schedule .hps__lead{font-size:12px}#hillk-popup-schedule .hps__controls{margin-right:0;margin-left:0;padding:15px}#hillk-popup-schedule .hps__buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}#hillk-popup-schedule button.hps__button{width:100%;padding-right:8px;padding-left:8px;font-size:10px}#hillk-popup-schedule .hps__card{grid-template-columns:110px minmax(0,1fr) 26px;gap:10px;min-height:106px;padding:18px 11px}#hillk-popup-schedule .hps__date{grid-template-columns:auto auto;gap:0 3px}#hillk-popup-schedule .hps__date i{display:none}#hillk-popup-schedule .hps__date span{font-size:16px}#hillk-popup-schedule .hps__date span:nth-of-type(2)::before{content:"— ";color:#999}#hillk-popup-schedule .hps__info h3{font-size:15px}#hillk-popup-schedule .hps__area,#hillk-popup-schedule .hps__floor{font-size:9px}#hillk-popup-schedule .hps__mark{width:24px;height:24px;font-size:13px}#hillk-popup-schedule .hps__status{padding:5px 9px;font-size:9px}}
@media(max-width:374px){#hillk-popup-schedule .hps__card{grid-template-columns:96px minmax(0,1fr) 22px;gap:7px;padding-right:8px;padding-left:8px}#hillk-popup-schedule .hps__date span{font-size:14px}#hillk-popup-schedule .hps__info h3{font-size:13px}#hillk-popup-schedule .hps__mark{width:21px;height:21px;font-size:11px}}


/* =========================================================
   JOURNAL PAGE / v1.9.0
========================================================= */
.hk-journal-page{background:#f8f7f4}
.hk-journal-hero{padding:clamp(145px,16vw,220px) 0 clamp(68px,8vw,108px);border-bottom:1px solid var(--hk-line);background:#f1efe9}
.hk-journal-hero__inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.72fr);gap:40px;align-items:end}
.hk-journal-hero h1{margin:0;font-family:var(--hk-serif);font-size:clamp(54px,7vw,104px);font-weight:400;line-height:.95;letter-spacing:.01em}
.hk-journal-hero__inner>p{max-width:430px;margin:0 0 7px;color:var(--hk-muted);font-size:14px;line-height:2}
.hk-journal-body{padding:clamp(48px,7vw,90px) 0 clamp(100px,13vw,180px)}
.hk-journal-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:clamp(48px,6vw,78px);padding-bottom:18px;border-bottom:1px solid var(--hk-line)}
.hk-journal-filter a{padding:8px 14px;border:1px solid transparent;border-radius:999px;color:#67635d;font-size:11px;letter-spacing:.12em;transition:.2s}
.hk-journal-filter a:hover,.hk-journal-filter a.is-active{border-color:#2b2926;background:#2b2926;color:#fff}
.hk-journal-feature{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.72fr);gap:clamp(40px,7vw,100px);align-items:center;margin-bottom:clamp(95px,12vw,165px)}
.hk-journal-feature__media{display:block;aspect-ratio:1.22/1;overflow:hidden;background:#e9e5df}
.hk-journal-feature__media img,.hk-journal-item__media img,.hk-journal-single__hero img{width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.2,.7,.2,1)}
.hk-journal-feature__media:hover img,.hk-journal-item__media:hover img{transform:scale(1.025)}
.hk-journal-feature__body{max-width:520px}
.hk-journal-meta{display:flex;gap:16px;align-items:center;margin:0 0 20px;color:#817c75;font-size:10px;letter-spacing:.14em;text-transform:uppercase}
.hk-journal-meta span{color:#6e5f55}
.hk-journal-feature h2{margin:0;font-family:var(--hk-serif);font-size:clamp(38px,4.8vw,68px);font-weight:400;line-height:1.25}
.hk-journal-excerpt{margin:28px 0 0;color:#57534e;line-height:2.1}
.hk-journal-grid--editorial{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(42px,6vw,84px) clamp(20px,3vw,42px)}
.hk-journal-item__media{display:block;aspect-ratio:4/5;overflow:hidden;background:#ebe8e2;margin-bottom:22px}
.hk-journal-item.is-large{grid-column:span 2}
.hk-journal-item.is-large .hk-journal-item__media{aspect-ratio:1.28/1}
.hk-journal-item h2{margin:0;font-family:var(--hk-serif);font-size:clamp(24px,2.7vw,38px);font-weight:400;line-height:1.45}
.hk-journal-item .hk-journal-meta{margin-bottom:10px}
.hk-journal-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ded9d1,#f3f0ea)}
.hk-journal-empty{max-width:760px;padding:80px 0 40px}
.hk-journal-empty h2{margin:0;font-family:var(--hk-serif);font-size:clamp(38px,5vw,64px);font-weight:400}
.hk-journal-empty>p:last-child{max-width:620px;margin:26px 0 0;color:var(--hk-muted);line-height:2}

/* article */
.hk-journal-single{background:#f8f7f4}
.hk-journal-single__head{padding:clamp(150px,17vw,235px) 0 clamp(65px,8vw,100px)}
.hk-journal-single__head-inner{max-width:1050px}
.hk-journal-single__head h1{max-width:980px;margin:0;font-family:var(--hk-serif);font-size:clamp(48px,7vw,94px);font-weight:400;line-height:1.16}
.hk-journal-single__lead{max-width:720px;margin:30px 0 0;color:#56524d;font-size:clamp(15px,1.5vw,19px);line-height:2}
.hk-journal-single__hero{width:min(calc(100% - var(--hk-gutter)*2),1480px);height:min(68vw,860px);margin:0 auto;overflow:hidden;background:#e8e4dd}
.hk-journal-single__content{padding:clamp(75px,9vw,125px) 0}
.hk-journal-single__content .hk-prose{max-width:780px}
.hk-journal-single__content .hk-prose p{margin:0 0 2em;line-height:2.15}
.hk-journal-single__content .hk-prose h2{margin:2.2em 0 .8em;font-family:var(--hk-serif);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.4}
.hk-journal-single__content .hk-prose h3{margin:2em 0 .7em;font-size:20px;font-weight:500}
.hk-journal-single__content .hk-prose figure{margin:3em 0}
.hk-journal-single__back{padding:0 0 clamp(100px,12vw,160px)}

@media(max-width:900px){
  .hk-journal-hero__inner,.hk-journal-feature{grid-template-columns:1fr}
  .hk-journal-hero__inner>p{max-width:620px}
  .hk-journal-feature__body{max-width:720px}
  .hk-journal-grid--editorial{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hk-journal-item.is-large{grid-column:span 2}
}
@media(max-width:620px){
  .hk-journal-hero{padding-top:115px}.hk-journal-hero h1{font-size:50px}.hk-journal-hero__inner>p{font-size:13px}
  .hk-journal-filter{gap:5px;margin-bottom:42px}.hk-journal-filter a{padding:7px 10px;font-size:9px}
  .hk-journal-feature{gap:28px;margin-bottom:88px}.hk-journal-feature__media{aspect-ratio:4/5;width:90%}.hk-journal-feature h2{font-size:38px}.hk-journal-excerpt{margin-top:20px;font-size:13px}
  .hk-journal-grid--editorial{grid-template-columns:1fr;gap:68px}.hk-journal-item.is-large{grid-column:auto}.hk-journal-item.is-large .hk-journal-item__media,.hk-journal-item__media{aspect-ratio:4/5;width:88%}.hk-journal-item:nth-child(even) .hk-journal-item__media{margin-left:auto}.hk-journal-item h2{font-size:30px}
  .hk-journal-single__head{padding-top:118px}.hk-journal-single__head h1{font-size:44px}.hk-journal-single__hero{width:100%;height:126vw}.hk-journal-single__content{padding-top:70px}
}


/* CONTACT PAGE v1.10.0 */
.hk-contact-page{background:var(--hk-bg)}
.hk-contact-hero{padding:clamp(150px,18vw,240px) 0 clamp(72px,9vw,120px);border-bottom:1px solid var(--hk-line)}
.hk-contact-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:clamp(36px,8vw,120px);align-items:end}
.hk-contact-title{margin:0;font-family:var(--hk-serif);font-size:clamp(56px,9vw,128px);font-weight:400;line-height:.92;letter-spacing:-.025em}
.hk-contact-lead{margin:0;color:var(--hk-muted);font-size:clamp(14px,1.25vw,18px);line-height:2}
.hk-contact-body{padding:clamp(70px,10vw,150px) 0}
.hk-contact-grid{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.25fr);gap:clamp(45px,9vw,130px);align-items:start}
.hk-contact-guide{position:sticky;top:120px}
.hk-contact-guide h2{margin:0 0 24px;font-family:var(--hk-serif);font-size:clamp(28px,3.2vw,46px);font-weight:400;line-height:1.35}
.hk-contact-guide__copy{color:#514f4a;font-size:14px;line-height:2.05}
.hk-contact-privacy{margin:30px 0 0;padding-top:20px;border-top:1px solid var(--hk-line);color:var(--hk-muted);font-size:11px;line-height:1.8}
.hk-contact-form{min-width:0;background:var(--hk-paper);padding:clamp(26px,5vw,70px)}
.hk-contact-form .wpforms-container{margin:0!important}
.hk-contact-form .wpforms-field{padding:0 0 28px!important}
.hk-contact-form .wpforms-field-label{margin:0 0 9px!important;color:var(--hk-ink)!important;font-size:12px!important;font-weight:500!important;letter-spacing:.08em!important}
.hk-contact-form .wpforms-required-label{color:var(--hk-accent)!important}
.hk-contact-form input[type=text],.hk-contact-form input[type=email],.hk-contact-form input[type=tel],.hk-contact-form input[type=url],.hk-contact-form select,.hk-contact-form textarea{width:100%!important;max-width:none!important;border:0!important;border-bottom:1px solid #cfcac1!important;border-radius:0!important;background:transparent!important;padding:12px 2px!important;box-shadow:none!important;color:var(--hk-ink)!important;outline:none!important;transition:border-color .2s!important}
.hk-contact-form textarea{min-height:180px!important;border:1px solid #cfcac1!important;padding:16px!important}
.hk-contact-form input:focus,.hk-contact-form select:focus,.hk-contact-form textarea:focus{border-color:var(--hk-ink)!important}
.hk-contact-form .wpforms-submit-container{padding-top:10px!important}
.hk-contact-form button[type=submit],.hk-contact-form .wpforms-submit{min-width:210px!important;border:1px solid var(--hk-ink)!important;border-radius:0!important;background:var(--hk-ink)!important;color:#fff!important;padding:15px 28px!important;font-size:11px!important;font-weight:500!important;letter-spacing:.16em!important;transition:.25s!important}
.hk-contact-form button[type=submit]:hover,.hk-contact-form .wpforms-submit:hover{background:transparent!important;color:var(--hk-ink)!important}
.hk-contact-empty{padding:42px;border:1px dashed var(--hk-line);text-align:left}.hk-contact-empty strong{font-family:var(--hk-serif);font-size:28px;font-weight:400}.hk-contact-empty code{display:inline-block;margin-top:12px;padding:7px 10px;background:#f1efeb;font-size:12px}
@media(max-width:820px){.hk-contact-hero__inner,.hk-contact-grid{grid-template-columns:1fr}.hk-contact-hero{padding-top:130px}.hk-contact-title{font-size:clamp(52px,16vw,82px)}.hk-contact-guide{position:static}.hk-contact-form{padding:28px 20px}.hk-contact-body{padding-top:60px}}


/* =========================================================
   COMPANY / v1.11.0
========================================================= */
.hk-company-page{background:var(--hk-bg)}
.hk-company-hero{padding:clamp(150px,18vw,240px) 0 clamp(72px,9vw,120px);border-bottom:1px solid var(--hk-line)}
.hk-company-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:clamp(36px,8vw,120px);align-items:end}
.hk-company-title{margin:0;font-family:var(--hk-serif);font-size:clamp(56px,9vw,128px);font-weight:400;line-height:.92;letter-spacing:-.025em}
.hk-company-lead{margin:0;color:var(--hk-muted);font-size:clamp(14px,1.25vw,18px);line-height:2}
.hk-company-section{padding:clamp(76px,10vw,150px) 0;border-bottom:1px solid var(--hk-line)}
.hk-company-heading{display:grid;grid-template-columns:70px minmax(0,1fr);gap:26px;align-items:start;margin-bottom:clamp(38px,6vw,78px)}
.hk-company-heading h2{margin:9px 0 0;font-family:var(--hk-serif);font-size:clamp(34px,4.4vw,62px);font-weight:400;line-height:1.15}
.hk-section-index{margin:3px 0 0;color:var(--hk-muted);font-size:11px;letter-spacing:.16em}
.hk-company-table{margin:0;border-top:1px solid var(--hk-line)}
.hk-company-table__row{display:grid;grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);gap:32px;padding:23px 0;border-bottom:1px solid var(--hk-line)}
.hk-company-table dt{color:var(--hk-muted);font-size:11px;letter-spacing:.08em}
.hk-company-table dd{margin:0;font-size:15px;line-height:1.9}
.hk-company-business__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--hk-line);border:1px solid var(--hk-line)}
.hk-company-business__card{min-height:330px;background:var(--hk-paper);padding:clamp(28px,5vw,65px)}
.hk-company-business__no{margin:0 0 54px;color:var(--hk-muted);font-size:11px;letter-spacing:.16em}
.hk-company-business__en{margin:0 0 13px;font-size:11px;letter-spacing:.18em}
.hk-company-business__card h3{margin:0 0 22px;font-family:var(--hk-serif);font-size:clamp(25px,2.7vw,40px);font-weight:400;line-height:1.4}
.hk-company-business__card>p:last-child{max-width:470px;margin:0;color:var(--hk-muted);font-size:14px;line-height:2}
@media(max-width:820px){
  .hk-company-hero__inner{grid-template-columns:1fr}.hk-company-hero{padding-top:130px}.hk-company-title{font-size:clamp(52px,16vw,82px)}
  .hk-company-heading{grid-template-columns:42px minmax(0,1fr);gap:14px}
  .hk-company-table__row{grid-template-columns:105px minmax(0,1fr);gap:18px;padding:18px 0}.hk-company-table dt{font-size:10px}.hk-company-table dd{font-size:13px}
  .hk-company-business__grid{grid-template-columns:1fr}.hk-company-business__card{min-height:0}.hk-company-business__no{margin-bottom:38px}
}

/* =========================================================
   COMPANY / SIMPLE LAYOUT v1.11.1
   現行 hillk の読みやすさを優先した簡潔な会社概要
========================================================= */
.hk-company-page--simple{background:var(--hk-bg)}
.hk-company-simple-hero{padding:clamp(138px,15vw,190px) 0 clamp(54px,7vw,86px);border-bottom:1px solid var(--hk-line)}
.hk-company-simple-en{margin:0 0 12px;font-size:11px;letter-spacing:.18em;color:var(--hk-muted)}
.hk-company-simple-hero h1{margin:0;font-family:var(--hk-serif);font-size:clamp(42px,5.2vw,68px);font-weight:400;line-height:1.2}
.hk-company-simple-lead{max-width:650px;margin:24px 0 0;color:var(--hk-muted);font-size:14px;line-height:2}
.hk-company-simple-section{padding:clamp(62px,8vw,105px) 0;border-bottom:1px solid var(--hk-line)}
.hk-company-simple-inner{max-width:980px}
.hk-company-simple-heading{margin-bottom:34px}
.hk-company-simple-heading p{margin:0 0 7px;font-size:10px;letter-spacing:.18em;color:var(--hk-muted)}
.hk-company-simple-heading h2{margin:0;font-family:var(--hk-serif);font-size:clamp(28px,3vw,40px);font-weight:400;line-height:1.35}
.hk-company-simple-table{margin:0;border-top:1px solid var(--hk-line)}
.hk-company-simple-table>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;padding:18px 0;border-bottom:1px solid var(--hk-line)}
.hk-company-simple-table dt{font-size:12px;color:var(--hk-muted);letter-spacing:.04em}
.hk-company-simple-table dd{margin:0;font-size:14px;line-height:1.9}
.hk-company-simple-business-list{border-top:1px solid var(--hk-line)}
.hk-company-simple-business-list article{display:grid;grid-template-columns:150px 280px minmax(0,1fr);gap:30px;align-items:start;padding:28px 0;border-bottom:1px solid var(--hk-line)}
.hk-company-simple-business-en{margin:2px 0 0;font-size:10px;letter-spacing:.16em;color:var(--hk-muted)}
.hk-company-simple-business-list h3{margin:0;font-family:var(--hk-serif);font-size:22px;font-weight:400;line-height:1.5}
.hk-company-simple-business-list article>p:last-child{margin:0;color:var(--hk-muted);font-size:13px;line-height:1.9}
@media(max-width:700px){
  .hk-company-simple-hero{padding-top:118px}
  .hk-company-simple-table>div{grid-template-columns:96px minmax(0,1fr);gap:16px;padding:16px 0}
  .hk-company-simple-table dt{font-size:10px}.hk-company-simple-table dd{font-size:13px}
  .hk-company-simple-business-list article{grid-template-columns:1fr;gap:7px;padding:24px 0}
  .hk-company-simple-business-list h3{font-size:20px}
}


/* =========================================================
   GLOBAL PAGE TYPOGRAPHY v1.11.2
   ページタイトルが主張しすぎないよう全ページ共通で調整
========================================================= */
.hk-about-hero__title,
.hk-collection-hero__title,
.hk-popup-hero h1,
.hk-journal-hero h1,
.hk-contact-title,
.hk-company-title,
.hk-company-simple-hero h1 {
  font-size: clamp(38px, 4.6vw, 64px) !important;
  line-height: 1.12 !important;
  letter-spacing: .01em !important;
}

/* ページ直下の主要見出しも一段だけ静かに */
.hk-about-intro__inner h2,
.hk-about-story__body h2,
.hk-collection-feature__body h2,
.hk-journal-feature h2,
.hk-contact-guide h2,
.hk-company-heading h2,
.hk-company-simple-heading h2 {
  font-size: clamp(26px, 3.2vw, 44px) !important;
  line-height: 1.35 !important;
}

.hk-about-cta h2,
.hk-collection-store h2 {
  font-size: clamp(34px, 4.7vw, 62px) !important;
}

@media (max-width: 700px) {
  .hk-about-hero__title,
  .hk-collection-hero__title,
  .hk-popup-hero h1,
  .hk-journal-hero h1,
  .hk-contact-title,
  .hk-company-title,
  .hk-company-simple-hero h1 {
    font-size: clamp(34px, 10.5vw, 44px) !important;
    line-height: 1.18 !important;
  }
  .hk-about-intro__inner h2,
  .hk-about-story__body h2,
  .hk-collection-feature__body h2,
  .hk-journal-feature h2,
  .hk-contact-guide h2,
  .hk-company-heading h2,
  .hk-company-simple-heading h2 {
    font-size: clamp(25px, 7.4vw, 34px) !important;
  }
  .hk-about-cta h2,
  .hk-collection-store h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }
}


/* =========================================================
   GLOBAL PAGE TYPOGRAPHY v1.11.3
   現行 hillk サイト基準：ページタイトルをさらに控えめに
========================================================= */
.hk-about-hero__title,
.hk-collection-hero__title,
.hk-popup-hero h1,
.hk-journal-hero h1,
.hk-contact-title,
.hk-company-title,
.hk-company-simple-hero h1 {
  font-size: clamp(30px, 2.8vw, 40px) !important;
  line-height: 1.28 !important;
  letter-spacing: .025em !important;
  font-weight: 400 !important;
}

/* ページタイトル直下の英字・補助見出しも現行サイトの静かな比率へ */
.hk-about-hero__eyebrow,
.hk-collection-hero__eyebrow,
.hk-popup-hero .hk-kicker,
.hk-journal-hero .hk-kicker,
.hk-contact-kicker,
.hk-company-kicker,
.hk-company-simple-hero .hk-kicker {
  font-size: 10px !important;
  letter-spacing: .16em !important;
}

@media (max-width:700px){
  .hk-about-hero__title,
  .hk-collection-hero__title,
  .hk-popup-hero h1,
  .hk-journal-hero h1,
  .hk-contact-title,
  .hk-company-title,
  .hk-company-simple-hero h1 {
    font-size: clamp(28px, 8.2vw, 34px) !important;
    line-height: 1.3 !important;
  }
}


/* =========================================================
   GLOBAL PAGE HERO ALIGNMENT v1.11.5
   下層ページのページタイトルは現行 hillk に合わせて中央配置
========================================================= */
.hk-about-hero__content,
.hk-collection-hero__content,
.hk-popup-hero__inner,
.hk-journal-hero__inner,
.hk-contact-hero__inner,
.hk-company-simple-hero .hk-wrap {
  text-align:center !important;
}
.hk-about-hero__content,
.hk-collection-hero__content {
  margin-left:auto !important;
  margin-right:auto !important;
}
.hk-about-hero__title,
.hk-collection-hero__title,
.hk-popup-hero h1,
.hk-journal-hero h1,
.hk-contact-title,
.hk-company-simple-hero h1 {
  margin-left:auto !important;
  margin-right:auto !important;
}
.hk-about-hero__lead,
.hk-collection-hero__lead,
.hk-popup-hero__inner>p:last-child,
.hk-journal-hero__inner>p,
.hk-contact-lead,
.hk-company-simple-lead {
  margin-left:auto !important;
  margin-right:auto !important;
}
.hk-popup-hero__inner,
.hk-journal-hero__inner,
.hk-contact-hero__inner {
  display:block !important;
}
.hk-popup-hero__inner>p:last-child,
.hk-journal-hero__inner>p,
.hk-contact-lead {
  margin-top:16px !important;
}

/* COMPANY 現行サイト型 01 / 02 / 03 */
.hk-company-simple-heading--numbered{display:grid;grid-template-columns:28px auto 1fr;gap:14px;align-items:baseline;margin-bottom:26px;padding-bottom:16px;border-bottom:1px solid #2b2a27}
.hk-company-simple-heading--numbered .hk-company-section-no{font-size:9px;letter-spacing:.12em;color:#aaa}
.hk-company-simple-heading--numbered p{margin:0;font-size:15px;letter-spacing:.14em;color:#1f1f1d}
.hk-company-simple-heading--numbered h2{margin:0;font-family:inherit;font-size:10px;font-weight:400;letter-spacing:.08em;color:#999}
.hk-company-related-list{border-top:0}
.hk-company-related-list a{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 8px;border-bottom:1px solid var(--hk-line);font-size:13px;letter-spacing:.03em}
.hk-company-simple-related{border-bottom:0}
@media(max-width:700px){
  .hk-company-simple-heading--numbered{grid-template-columns:22px 1fr auto;gap:10px}
  .hk-company-simple-heading--numbered p{font-size:13px}
  .hk-company-simple-heading--numbered h2{font-size:9px}
}


/* =========================================================
   COMPANY EXACT CURRENT-SITE BALANCE v1.11.5
   現行 hillk /company/ の静かなタイポグラフィを基準に固定
========================================================= */
.hk-company-page--simple {
  background:#fff !important;
  color:#222 !important;
}
.hk-company-page--simple .hk-wrap {
  width:min(100% - 48px, 920px) !important;
  max-width:920px !important;
}
.hk-company-simple-hero {
  padding:44px 0 68px !important;
  border-bottom:0 !important;
  background:#fff !important;
}
.hk-company-simple-hero .hk-wrap {
  text-align:center !important;
}
.hk-company-simple-en {
  margin:0 0 17px !important;
  color:#6f6f6f !important;
  font-family:var(--hk-sans) !important;
  font-size:9px !important;
  font-weight:400 !important;
  letter-spacing:.30em !important;
  line-height:1.4 !important;
}
.hk-company-simple-hero h1 {
  margin:0 !important;
  color:#222 !important;
  font-family:var(--hk-serif) !important;
  font-size:30px !important;
  font-weight:400 !important;
  line-height:1.45 !important;
  letter-spacing:.06em !important;
}
.hk-company-simple-hero h1::after {
  content:"" !important;
  display:block !important;
  width:28px !important;
  height:1px !important;
  margin:18px auto 0 !important;
  background:#333 !important;
}
.hk-company-simple-lead {
  max-width:620px !important;
  margin:18px auto 0 !important;
  color:#8a8179 !important;
  font-size:11px !important;
  font-weight:400 !important;
  line-height:2 !important;
  letter-spacing:.025em !important;
}
.hk-company-simple-section {
  padding:32px 0 78px !important;
  border-bottom:0 !important;
  background:#fff !important;
}
.hk-company-simple-section + .hk-company-simple-section {
  padding-top:50px !important;
}
.hk-company-simple-heading--numbered {
  display:grid !important;
  grid-template-columns:28px auto 1fr !important;
  gap:15px !important;
  align-items:baseline !important;
  margin:0 0 10px !important;
  padding:0 0 17px !important;
  border-bottom:1px solid #2f2f2f !important;
}
.hk-company-simple-heading--numbered .hk-company-section-no {
  color:#aaa !important;
  font-size:8px !important;
  font-weight:400 !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
}
.hk-company-simple-heading--numbered > p {
  margin:0 !important;
  color:#111 !important;
  font-family:var(--hk-sans) !important;
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:.14em !important;
}
.hk-company-simple-heading--numbered > h2 {
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:none !important;
  color:#aaa !important;
  font-family:var(--hk-sans) !important;
  font-size:9px !important;
  font-weight:400 !important;
  line-height:1.4 !important;
  letter-spacing:.08em !important;
}
.hk-company-simple-heading--numbered > h2::before,
.hk-company-simple-heading--numbered > h2::after {display:none !important;}
.hk-company-simple-table {
  margin:0 !important;
  border-top:0 !important;
}
.hk-company-simple-table > div {
  display:grid !important;
  grid-template-columns:190px minmax(0,1fr) !important;
  gap:0 !important;
  padding:17px 7px !important;
  border-bottom:1px solid #e4e1dd !important;
}
.hk-company-simple-table dt {
  color:#9a9088 !important;
  font-size:10px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
  letter-spacing:.04em !important;
}
.hk-company-simple-table dd {
  margin:0 !important;
  color:#3a312c !important;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.8 !important;
  letter-spacing:.01em !important;
}
.hk-company-simple-business-list {
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  border-top:0 !important;
  border-bottom:1px solid #e4e1dd !important;
}
.hk-company-simple-business-list article {
  display:block !important;
  min-height:0 !important;
  padding:16px 28px 30px !important;
  border-bottom:0 !important;
  border-right:1px solid #e4e1dd !important;
}
.hk-company-simple-business-list article:first-child {padding-left:28px !important;}
.hk-company-simple-business-list article:last-child {border-right:0 !important;}
.hk-company-simple-business-en {
  margin:0 0 9px !important;
  color:#111 !important;
  font-size:11px !important;
  letter-spacing:.16em !important;
}
.hk-company-simple-business-list h3 {
  margin:0 0 14px !important;
  color:#3a312c !important;
  font-family:var(--hk-sans) !important;
  font-size:12px !important;
  font-weight:400 !important;
  line-height:1.7 !important;
}
.hk-company-simple-business-list article > p:last-child {
  margin:0 !important;
  color:#8b8179 !important;
  font-size:11px !important;
  line-height:1.9 !important;
}
.hk-company-related-list {border-top:0 !important;}
.hk-company-related-list a {
  display:flex !important;
  justify-content:space-between !important;
  align-items:center !important;
  padding:18px 7px !important;
  border-bottom:1px solid #e4e1dd !important;
  color:#3a312c !important;
  font-size:12px !important;
  line-height:1.6 !important;
  letter-spacing:.01em !important;
}
.hk-company-simple-related {padding-bottom:120px !important;}

@media(max-width:700px){
  .hk-company-page--simple .hk-wrap{width:min(100% - 34px,920px) !important;}
  .hk-company-simple-hero{padding:34px 0 48px !important;}
  .hk-company-simple-hero h1{font-size:27px !important;}
  .hk-company-simple-lead{font-size:10px !important;}
  .hk-company-simple-section{padding:25px 0 56px !important;}
  .hk-company-simple-heading--numbered{grid-template-columns:22px auto 1fr !important;gap:10px !important;padding-bottom:13px !important;}
  .hk-company-simple-heading--numbered > p{font-size:13px !important;}
  .hk-company-simple-heading--numbered > h2{font-size:8px !important;}
  .hk-company-simple-table > div{grid-template-columns:92px minmax(0,1fr) !important;padding:14px 4px !important;}
  .hk-company-simple-table dt{font-size:9px !important;}
  .hk-company-simple-table dd{font-size:11px !important;}
  .hk-company-simple-business-list{grid-template-columns:1fr !important;}
  .hk-company-simple-business-list article{padding:19px 4px 24px !important;border-right:0 !important;border-bottom:1px solid #e4e1dd !important;}
  .hk-company-simple-business-list article:last-child{border-bottom:0 !important;}
  .hk-company-simple-related{padding-bottom:80px !important;}
}

/* =========================================================
   GLOBAL TYPOGRAPHY SYSTEM v1.11.6
   現行 hillk の静かな明朝本文 + ゴシックUIを基準に統一
========================================================= */
:root{
  --hk-serif:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
  --hk-sans:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,sans-serif;
}

/* 日本語の本文は明朝を基本にする */
body.hillk-original-theme,
body.hillk-original-theme p,
body.hillk-original-theme li,
body.hillk-original-theme dd,
body.hillk-original-theme .hk-copy,
body.hillk-original-theme .hk-page-lead,
body.hillk-original-theme .hk-about-hero__lead,
body.hillk-original-theme .hk-collection-hero__lead,
body.hillk-original-theme .hk-contact-lead,
body.hillk-original-theme .hk-company-simple-lead,
body.hillk-original-theme .hk-story-row__text p,
body.hillk-original-theme .hk-collection-row__caption p,
body.hillk-original-theme .hk-company-simple-table dd,
body.hillk-original-theme .hk-company-simple-business-list article > p:last-child,
body.hillk-original-theme .hk-company-related-list a,
body.hillk-original-theme .hk-journal-card p,
body.hillk-original-theme .hk-prose,
body.hillk-original-theme .hk-form-shell .wpforms-field-description {
  font-family:var(--hk-serif) !important;
  font-weight:400;
}

/* 日本語ページタイトル・日本語の大見出しも明朝 */
body.hillk-original-theme .hk-title,
body.hillk-original-theme .hk-about-hero__title,
body.hillk-original-theme .hk-collection-hero__title,
body.hillk-original-theme .hk-popup-hero h1,
body.hillk-original-theme .hk-journal-hero h1,
body.hillk-original-theme .hk-contact-title,
body.hillk-original-theme .hk-company-simple-hero h1,
body.hillk-original-theme .hk-story-row__text h2,
body.hillk-original-theme .hk-collection-row__caption h2,
body.hillk-original-theme .hk-card-title,
body.hillk-original-theme .hk-journal-card h2,
body.hillk-original-theme .hk-journal-card h3 {
  font-family:var(--hk-serif) !important;
  font-weight:400 !important;
}

/* ナビ・英字ラベル・日付・ボタンなどUI要素はゴシック */
body.hillk-original-theme .hk-header,
body.hillk-original-theme .hk-nav,
body.hillk-original-theme .hk-kicker,
body.hillk-original-theme .hk-link,
body.hillk-original-theme .hk-card-meta,
body.hillk-original-theme .hk-look__label,
body.hillk-original-theme .hk-hero__eyebrow,
body.hillk-original-theme .hk-hero__scroll,
body.hillk-original-theme .hk-editorial-card__meta,
body.hillk-original-theme .hk-style-visual__label,
body.hillk-original-theme .hk-popup-date,
body.hillk-original-theme .hk-popup-floor,
body.hillk-original-theme .hk-badge,
body.hillk-original-theme .hk-popup-status,
body.hillk-original-theme .taps,
body.hillk-original-theme .taps button,
body.hillk-original-theme .hk-journal-card time,
body.hillk-original-theme .hk-journal-filter,
body.hillk-original-theme .hk-journal-category,
body.hillk-original-theme .hk-footer__nav,
body.hillk-original-theme .hk-footer__bottom,
body.hillk-original-theme .hk-about-hero__eyebrow,
body.hillk-original-theme .hk-collection-hero__eyebrow,
body.hillk-original-theme .hk-contact-kicker,
body.hillk-original-theme .hk-company-simple-en,
body.hillk-original-theme .hk-company-simple-heading--numbered,
body.hillk-original-theme .hk-company-simple-table dt,
body.hillk-original-theme .hk-company-simple-business-en,
body.hillk-original-theme label,
body.hillk-original-theme button,
body.hillk-original-theme input,
body.hillk-original-theme textarea,
body.hillk-original-theme select {
  font-family:var(--hk-sans) !important;
}

/* COMPANYは現行サイト同様、項目値を明朝・項目名を小さなゴシックに固定 */
body.hillk-original-theme .hk-company-simple-table dt {
  font-family:var(--hk-sans) !important;
  letter-spacing:.04em !important;
}
body.hillk-original-theme .hk-company-simple-table dd {
  font-family:var(--hk-serif) !important;
  font-size:12px !important;
  line-height:1.9 !important;
}
body.hillk-original-theme .hk-company-simple-business-list h3 {
  font-family:var(--hk-serif) !important;
  font-weight:400 !important;
}
body.hillk-original-theme .hk-company-related-list a {
  font-family:var(--hk-serif) !important;
}

/* 明朝本文は現行サイトに合わせ、字間を詰めて静かに */
body.hillk-original-theme .hk-copy,
body.hillk-original-theme .hk-page-lead,
body.hillk-original-theme .hk-about-hero__lead,
body.hillk-original-theme .hk-collection-hero__lead,
body.hillk-original-theme .hk-contact-lead,
body.hillk-original-theme .hk-company-simple-lead,
body.hillk-original-theme .hk-prose,
body.hillk-original-theme .hk-company-simple-table dd {
  letter-spacing:.01em !important;
}

@media(max-width:700px){
  body.hillk-original-theme .hk-company-simple-table dd{
    font-size:11px !important;
  }
}


/* =========================================================
   SUPPORT ICONS v1.11.7
========================================================= */
.hk-support-icon{display:inline-flex;width:16px;height:16px;align-items:center;justify-content:center;flex:0 0 16px;color:currentColor}
.hk-support-icon svg{display:block;width:16px;height:16px;overflow:visible}
.hk-support-icon svg *{vector-effect:non-scaling-stroke}
.hk-drawer__support a{display:flex;align-items:center;gap:10px}
.hk-drawer__support a strong{font:inherit;font-weight:500;letter-spacing:.08em}
.hk-drawer__support a i{margin-left:auto}
.hk-footer__support a{display:flex;align-items:center;gap:8px}
@media(max-width:599px){.hk-support-icon{width:15px;height:15px;flex-basis:15px}.hk-support-icon svg{width:15px;height:15px}}


/* =========================================================
   v1.11.8  SITE IDENTITY LOGO + ATMOSPHERIC MOTION
========================================================= */

/* Site Identity logo */
.hk-logo--site,
.hk-footer__current-logo--site,
.hk-drawer__wordmark-current.hk-logo--site{
  display:inline-flex;
  align-items:center;
  width:auto;
  line-height:1;
}
.hk-site-logo{
  display:block;
  width:auto;
  max-width:none;
  object-fit:contain;
}
.hk-site-logo--header{height:28px;max-width:148px}
.hk-site-logo--drawer{height:30px;max-width:155px}
.hk-site-logo--footer{height:34px;max-width:180px}
.hk-site-logo--text{font-family:var(--hk-serif);font-size:inherit;letter-spacing:.04em}
body.home:not(.body-not-home) .hk-header:not(.is-scrolled) .hk-site-logo--header{
  filter:brightness(0) invert(1);
}
.hk-header.is-scrolled .hk-site-logo--header,
.body-not-home .hk-site-logo--header{filter:none}

/* Motion base: JS attaches these classes only after load. */
.hk-motion-title,
.hk-motion-copy,
.hk-motion-item,
.hk-motion-media{
  will-change:opacity,transform,clip-path;
}
.hk-motion-ready .hk-motion-title:not(.is-motion-visible){
  opacity:0;
  transform:translate3d(var(--hk-motion-x,0px),34px,0);
}
.hk-motion-ready .hk-motion-copy:not(.is-motion-visible){
  opacity:0;
  transform:translate3d(var(--hk-motion-x,0px),22px,0);
}
.hk-motion-ready .hk-motion-item:not(.is-motion-visible){
  opacity:0;
  transform:translate3d(var(--hk-motion-x,0px),38px,0) rotate(var(--hk-motion-rotate,0deg));
}
.hk-motion-ready .hk-motion-media:not(.is-motion-visible){
  opacity:0;
  transform:translate3d(var(--hk-motion-x,0px),30px,0) scale(1.045);
  clip-path:inset(5% 0 5% 0);
}
.hk-motion-title,
.hk-motion-copy,
.hk-motion-item{
  transition:
    opacity .9s cubic-bezier(.2,.65,.2,1),
    transform .95s cubic-bezier(.2,.65,.2,1);
  transition-delay:var(--hk-motion-delay,0ms);
}
.hk-motion-media{
  transition:
    opacity 1.05s cubic-bezier(.2,.65,.2,1),
    transform 1.25s cubic-bezier(.2,.65,.2,1),
    clip-path 1.2s cubic-bezier(.2,.65,.2,1);
  transition-delay:var(--hk-motion-delay,0ms);
}
.hk-motion-title.is-motion-visible,
.hk-motion-copy.is-motion-visible,
.hk-motion-item.is-motion-visible,
.hk-motion-media.is-motion-visible{
  opacity:1;
  transform:none;
  clip-path:inset(0 0 0 0);
}

/* Image drift after reveal - very subtle */
.hk-motion-media img{
  transition:transform 1.6s cubic-bezier(.2,.65,.2,1);
}
.hk-motion-media:hover img{transform:scale(1.018)}

/* Hero entrance */
.hk-hero__content > *,
.hk-about-hero__content > *,
.hk-collection-hero__content > *,
.hk-journal-hero__inner > *,
.hk-contact-hero__inner > *,
.hk-company-simple-hero > *{
  animation:hkHeroTextIn .95s both cubic-bezier(.2,.65,.2,1);
}
.hk-hero__content > *:nth-child(2),
.hk-about-hero__content > *:nth-child(2),
.hk-collection-hero__content > *:nth-child(2),
.hk-journal-hero__inner > *:nth-child(2),
.hk-contact-hero__inner > *:nth-child(2),
.hk-company-simple-hero > *:nth-child(2){animation-delay:.08s}
.hk-hero__content > *:nth-child(3),
.hk-about-hero__content > *:nth-child(3),
.hk-collection-hero__content > *:nth-child(3),
.hk-journal-hero__inner > *:nth-child(3),
.hk-contact-hero__inner > *:nth-child(3),
.hk-company-simple-hero > *:nth-child(3){animation-delay:.16s}
@keyframes hkHeroTextIn{
  from{opacity:0;transform:translate3d(0,22px,0)}
  to{opacity:1;transform:none}
}

/* Header enters quietly */
.hk-header{animation:hkHeaderIn .8s .08s both cubic-bezier(.2,.65,.2,1)}
@keyframes hkHeaderIn{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}

/* Drawer: links cascade in */
.hk-drawer.is-open .hk-drawer__nav-main a,
.hk-drawer.is-open .hk-drawer__support a,
.hk-drawer.is-open .hk-drawer__utility-current a{
  animation:hkDrawerItemIn .55s both cubic-bezier(.2,.7,.2,1);
}
.hk-drawer.is-open .hk-drawer__nav-main a:nth-child(1){animation-delay:.08s}
.hk-drawer.is-open .hk-drawer__nav-main a:nth-child(2){animation-delay:.12s}
.hk-drawer.is-open .hk-drawer__nav-main a:nth-child(3){animation-delay:.16s}
.hk-drawer.is-open .hk-drawer__nav-main a:nth-child(4){animation-delay:.20s}
.hk-drawer.is-open .hk-drawer__support a:nth-child(1){animation-delay:.24s}
.hk-drawer.is-open .hk-drawer__support a:nth-child(2){animation-delay:.28s}
.hk-drawer.is-open .hk-drawer__utility-current a:nth-child(1){animation-delay:.32s}
.hk-drawer.is-open .hk-drawer__utility-current a:nth-child(2){animation-delay:.36s}
@keyframes hkDrawerItemIn{from{opacity:0;transform:translateX(14px)}to{opacity:1;transform:none}}

/* Hero parallax target - JS writes --hk-parallax-y */
.hk-hero__picture img,
.hk-about-hero__media img,
.hk-collection-hero__media img{
  transform:translate3d(0,var(--hk-parallax-y,0px),0) scale(1.035);
  transition:transform .15s linear;
  will-change:transform;
}

@media (max-width:767px){
  .hk-site-logo--header{height:24px;max-width:130px}
  .hk-site-logo--drawer{height:25px;max-width:140px}
  .hk-site-logo--footer{height:29px;max-width:155px}
  .hk-motion-ready .hk-motion-title:not(.is-motion-visible),
  .hk-motion-ready .hk-motion-item:not(.is-motion-visible){transform:translate3d(0,20px,0)}
  .hk-motion-ready .hk-motion-media:not(.is-motion-visible){transform:translate3d(0,14px,0) scale(1.015)}
}

@media (prefers-reduced-motion:reduce){
  .hk-header,
  .hk-hero__content > *,
  .hk-about-hero__content > *,
  .hk-collection-hero__content > *,
  .hk-journal-hero__inner > *,
  .hk-contact-hero__inner > *,
  .hk-company-simple-hero > *,
  .hk-drawer.is-open a{animation:none!important}
  .hk-motion-title,.hk-motion-copy,.hk-motion-item,.hk-motion-media{
    opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important
  }
  .hk-hero__picture img,.hk-about-hero__media img,.hk-collection-hero__media img{transform:none!important;transition:none!important}
}


/* =========================================================
   HOME HERO SITE LOGO / v1.11.10
   HERO uses the same Custom Logo as header/footer.
========================================================= */
.hk-hero__brand{
  display:block;
  width:clamp(150px,18vw,300px);
  margin:0 0 24px;
  line-height:1;
}
.hk-hero__brand .hk-site-logo--hero{
  display:block;
  width:100%;
  height:auto;
  max-height:110px;
  object-fit:contain;
  object-position:left center;
  filter:brightness(0) invert(1);
}
.hk-hero__brand .hk-site-logo--text{
  color:#fff;
  font-family:var(--hk-sans);
  font-size:clamp(56px,8vw,108px);
  font-weight:700;
  letter-spacing:.20em;
}
@media(max-width:599px){
  .hk-hero__brand{width:clamp(135px,46vw,220px);margin-bottom:18px}
  .hk-hero__brand .hk-site-logo--hero{max-height:82px}
}

/* =========================================================
   HOME HERO LOGO / COPY POSITION FIX v1.11.11
   Keep the shared Site Identity logo in normal document flow.
   The generic hero background-image rule must not affect it.
========================================================= */
.hk-hero__brand{
  position:relative;
  display:block;
  width:clamp(145px,16vw,255px);
  margin:0 0 34px;
  line-height:1;
}
.hk-hero__brand .hk-site-logo--hero{
  position:static !important;
  inset:auto !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:82px;
  object-fit:contain !important;
  object-position:left center !important;
  filter:brightness(0) invert(1);
}
.hk-hero__brand .hk-site-logo--text{
  position:static !important;
  display:block;
  font-size:clamp(46px,6vw,82px);
  line-height:1;
}
.hk-hero__copy{
  position:relative;
  margin:0 !important;
  max-width:18em;
  font-size:clamp(18px,1.65vw,25px) !important;
  line-height:1.65;
}

@media(max-width:599px){
  .hk-hero__brand{
    width:clamp(125px,38vw,175px);
    margin-bottom:20px;
  }
  .hk-hero__brand .hk-site-logo--hero{
    max-height:58px;
  }
  .hk-hero__brand .hk-site-logo--text{
    font-size:clamp(42px,14vw,62px);
  }
  .hk-hero__copy{
    max-width:15em;
    font-size:16px !important;
    line-height:1.7;
    letter-spacing:.04em;
  }
}

/* =========================================================
   MOBILE EDITORIAL EXPERIENCE / v1.12.0
   Smartphone-only motion, overlap and swipe rhythm.
========================================================= */
@media (max-width:767px){
  body.hillk-original-theme{
    --hk-sp-gutter:20px;
    --hk-sp-soft:#f7f5f2;
    overflow-x:hidden;
  }
  body.hillk-original-theme main{overflow:hidden}
  body.hillk-original-theme .hk-section{position:relative}

  /* HERO: quieter copy, more cinematic image behavior */
  .hk-hero{min-height:100svh;overflow:hidden}
  .hk-hero__picture img{
    transform:translate3d(0,var(--hk-mobile-parallax,0px),0) scale(1.06);
    transition:none;
  }
  .hk-hero__content{bottom:clamp(64px,13svh,118px);max-width:88%}
  .hk-hero__eyebrow{font-size:9px;letter-spacing:.22em;margin-bottom:18px}
  .hk-hero__copy{font-size:14px!important;line-height:1.8;letter-spacing:.035em}
  .hk-hero__scroll{bottom:18px}

  /* INTRO: magazine opening page */
  .hk-intro{padding-top:105px;padding-bottom:120px}
  .hk-intro__inner{padding-left:11vw;padding-right:11vw}
  .hk-intro .hk-kicker{margin-bottom:25px}
  .hk-intro__title{font-size:clamp(30px,9.6vw,42px)!important;line-height:1.45}
  .hk-intro__copy{margin-top:28px;font-size:14px;line-height:2.1}

  /* SEASON STORY: image extends beyond gutter + floating text panel */
  .hk-season-section{padding:0 0 125px}
  .hk-season{display:block;padding:0!important}
  .hk-season__media{
    width:91%!important;
    margin:0 0 0 -2%!important;
    aspect-ratio:4/5;
    border-radius:0;
    overflow:hidden;
  }
  .hk-season__media img{
    transform:translate3d(0,var(--hk-drift-y,0px),0) scale(1.055);
    transition:none!important;
  }
  .hk-season__text{
    position:relative;
    z-index:2;
    width:86%!important;
    margin:-54px 0 0 auto!important;
    padding:34px 24px 8px 28px;
    background:rgba(255,255,255,.96);
    box-shadow:0 18px 45px rgba(25,25,25,.055);
  }
  .hk-season__season{font-size:10px;margin-bottom:14px}
  .hk-season__title{font-size:clamp(30px,9vw,40px)!important;margin-bottom:20px}

  /* NEW COLLECTION: swipeable editorial strip */
  .hk-collection-home{padding-top:98px;padding-bottom:112px}
  .hk-collection-home .hk-section-head{padding:0 var(--hk-sp-gutter);margin-bottom:34px}
  .hk-collection-home .hk-section-head__note{display:none}
  .hk-editorial-grid{
    display:flex!important;
    gap:14px!important;
    width:auto!important;
    margin:0!important;
    padding:0 9vw 18px var(--hk-sp-gutter)!important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    scroll-padding-left:var(--hk-sp-gutter);
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .hk-editorial-grid::-webkit-scrollbar{display:none}
  .hk-editorial-card,
  .hk-editorial-card--1,
  .hk-editorial-card--2,
  .hk-editorial-card--3{
    flex:0 0 78vw!important;
    width:78vw!important;
    margin:0!important;
    scroll-snap-align:start;
  }
  .hk-editorial-card .hk-media{aspect-ratio:4/5!important;overflow:hidden}
  .hk-editorial-card:nth-child(2){transform:translateY(18px)}
  .hk-editorial-card:nth-child(3){transform:translateY(4px)}
  .hk-editorial-card__meta{padding-top:15px}
  .hk-editorial-card__meta h3{font-size:18px}
  .hk-collection-home::after{
    content:'SWIPE  →';
    display:block;
    margin:12px var(--hk-sp-gutter) 0 auto;
    width:max-content;
    font:500 9px/1 var(--hk-sans);
    letter-spacing:.20em;
    color:var(--hk-muted);
  }

  /* STYLE: full-bleed visual with moving crop */
  .hk-style-home{padding:100px 0 118px}
  .hk-style-home__head{padding:0 var(--hk-sp-gutter);margin-bottom:30px}
  .hk-style-home__head .hk-title{font-size:clamp(34px,10vw,46px)!important}
  .hk-style-visual{width:94%!important;margin-left:6%!important;height:132vw!important}
  .hk-style-visual__media img{
    transform:translate3d(0,var(--hk-drift-y,0px),0) scale(1.075);
    transition:none!important;
  }
  .hk-style-visual__shade{background:linear-gradient(180deg,transparent 46%,rgba(0,0,0,.48))}
  .hk-style-visual__label{bottom:24px}

  /* SIGNATURE: centered editorial stack / v1.12.1 */
  .hk-signature-home{padding-top:100px;padding-bottom:120px}
  .hk-signature-home > .hk-wrap > .hk-section-head{padding:0 1px}
  .hk-signatures{gap:96px!important;margin-top:52px}
  .hk-signature,.hk-signature:nth-child(even){display:block!important}
  .hk-signature .hk-media,
  .hk-signature:nth-child(even) .hk-media{
    width:90%!important;
    margin:0 auto!important;
    aspect-ratio:1/1!important;
    overflow:hidden;
  }
  .hk-signature .hk-media img{
    transform:translate3d(0,var(--hk-drift-y,0px),0) scale(1.045);
    transition:none!important;
  }
  .hk-signature__body,
  .hk-signature:nth-child(even) .hk-signature__body{
    position:relative;
    z-index:2;
    width:86%!important;
    max-width:86%!important;
    margin:-30px auto 0!important;
    padding:28px 24px 30px!important;
    background:rgba(248,247,244,.86)!important;
    border:1px solid rgba(222,219,211,.58);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    box-shadow:0 14px 34px rgba(35,35,33,.055);
  }
  .hk-signature__num{margin:0 0 12px!important}
  .hk-signature h3{font-size:clamp(32px,9.5vw,43px)!important;margin:0 0 18px!important}
  .hk-signature__body .hk-copy{margin:0!important;line-height:1.95}
  .hk-signature__body .hk-link{margin-top:22px}

  /* POP UP: retain clarity but give mobile tactile horizontal cards on HOME */
  .hk-popup-home{padding-top:100px;padding-bottom:110px;background:var(--hk-sp-soft)}
  .hk-popup-home .hk-section-head{margin-bottom:32px}
  .hk-popup-list{display:flex;gap:12px;overflow-x:auto;margin-right:calc(var(--hk-sp-gutter) * -1);padding:0 var(--hk-sp-gutter) 12px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
  .hk-popup-list::-webkit-scrollbar{display:none}
  .hk-popup-row{flex:0 0 82vw;display:block!important;min-height:190px;padding:22px!important;background:#fff;scroll-snap-align:start;border:1px solid var(--hk-line)}
  .hk-popup-status{margin-bottom:22px}.hk-popup-date{font-size:18px;margin-bottom:18px}.hk-popup-name{margin-bottom:8px}.hk-popup-arrow{position:absolute;right:18px;bottom:18px}

  /* JOURNAL HOME: horizontally browse stories */
  .hk-journal-home{padding-top:105px;padding-bottom:115px}
  .hk-journal-grid{display:flex!important;gap:15px;overflow-x:auto;margin-right:calc(var(--hk-sp-gutter) * -1);padding:0 12vw 16px 0;scroll-snap-type:x mandatory;scrollbar-width:none}
  .hk-journal-grid::-webkit-scrollbar{display:none}
  .hk-journal-card,.hk-journal-card:nth-child(3){display:block!important;flex:0 0 76vw;scroll-snap-align:start}
  .hk-journal-card .hk-media{aspect-ratio:4/5}

  /* ONLINE STORE: stronger final scene */
  .hk-online{min-height:128vw!important;margin-top:20px;overflow:hidden}
  .hk-online__picture img{transform:translate3d(0,var(--hk-drift-y,0px),0) scale(1.08);transition:none!important}
  .hk-online__inner{padding:0 9vw 58px!important;align-items:flex-end!important}
  .hk-online__inner .hk-title{font-size:clamp(42px,13vw,60px)!important;line-height:1.05}

  /* INSTAGRAM: slight edge-to-edge feel */
  .hk-instagram-home{padding-top:100px}
  .hk-instagram-feed{margin-left:-6px;margin-right:-6px}

  /* INNER PAGE HERO: central title + subtle moving media */
  .hk-about-hero,.hk-collection-hero{overflow:hidden}
  .hk-about-hero__media img,.hk-collection-hero__media img{
    transform:translate3d(0,var(--hk-mobile-parallax,0px),0) scale(1.055)!important;
    transition:none!important;
  }

  /* INNER PAGE image sections: alternate edge offset */
  .hk-about-story:nth-child(odd) .hk-about-story__media,
  .hk-collection-feature:nth-child(odd) .hk-collection-feature__media{width:92%;margin-left:-4%}
  .hk-about-story:nth-child(even) .hk-about-story__media,
  .hk-collection-feature:nth-child(even) .hk-collection-feature__media{width:92%;margin-left:auto;margin-right:-4%}

  /* Mobile reveal: a little more theatrical than desktop */
  .hk-motion-ready .hk-motion-title:not(.is-motion-visible){opacity:0;transform:translate3d(0,30px,0)}
  .hk-motion-ready .hk-motion-copy:not(.is-motion-visible){opacity:0;transform:translate3d(0,20px,0)}
  .hk-motion-ready .hk-motion-media:not(.is-motion-visible){opacity:0;transform:translate3d(0,28px,0) scale(1.035);clip-path:inset(8% 0 8% 0)}
  .hk-motion-title{transition-duration:1.05s}
  .hk-motion-copy{transition-duration:1.15s}
  .hk-motion-media{transition-duration:1.3s}
}

@media (max-width:374px){
  .hk-editorial-card,.hk-editorial-card--1,.hk-editorial-card--2,.hk-editorial-card--3{flex-basis:82vw!important;width:82vw!important}
  .hk-popup-row{flex-basis:86vw}
  .hk-journal-card,.hk-journal-card:nth-child(3){flex-basis:80vw}
  .hk-season__text{width:90%!important}
}



/* =========================================================
   v1.12.2 / MOBILE STICKY HEADER REFINEMENT
   Slimmer sticky header and slightly lower controls.
========================================================= */
@media (max-width:767px){
  body.hillk-original-theme .hk-header{
    height:58px!important;
  }
  body.hillk-original-theme .hk-header__inner{
    width:calc(100% - 28px)!important;
    min-height:58px;
    position:relative;
    top:3px;
  }
  body.hillk-original-theme .hk-site-logo--header{
    height:24px!important;
    max-width:136px!important;
  }
  body.hillk-original-theme .hk-menu-btn{
    width:36px!important;
    height:36px!important;
    padding:6px!important;
    transform:translateY(1px);
  }
  body.hk-menu-open .hk-menu-btn{
    top:12px!important;
    right:14px!important;
    transform:translateY(1px);
  }
}

/* =========================================================
   v1.12.4 / EC FOLLOW TAB (replaces SWELL Blog Parts #1061)
========================================================= */
.hk-ec-follow{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9990;
  display:grid;
  grid-template-columns:28px 1fr 18px;
  align-items:center;
  gap:9px;
  min-width:196px;
  padding:11px 12px;
  border:1px solid rgba(41,40,37,.16);
  border-radius:10px;
  background:rgba(255,255,255,.92);
  color:#292825;
  box-shadow:0 6px 22px rgba(0,0,0,.08);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  transition:transform .35s ease,box-shadow .35s ease,background .35s ease;
}
.hk-ec-follow:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.12);background:#fff}
.hk-ec-follow__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}
.hk-ec-follow__icon .hk-uicon--bag{width:16px;height:16px}
.hk-ec-follow__copy{display:flex;flex-direction:column;line-height:1.25}
.hk-ec-follow__copy strong{font-family:var(--hk-sans);font-size:10px;font-weight:500;letter-spacing:.11em}
.hk-ec-follow__copy small{margin-top:2px;font-family:var(--hk-serif);font-size:10px;letter-spacing:.04em}
.hk-ec-follow__arrow{font-size:13px;text-align:right}
@media(max-width:620px){
  .hk-ec-follow{right:10px;bottom:10px;min-width:158px;grid-template-columns:24px 1fr 14px;gap:7px;padding:9px 10px;border-radius:9px}
  .hk-ec-follow__icon{width:24px;height:24px}
  .hk-ec-follow__copy strong{font-size:9px}
  .hk-ec-follow__copy small{font-size:9px}
}

/* =========================================================
   v1.12.4 / EC FOLLOW TAB — DESKTOP RIGHT-CENTER TAB
========================================================= */
@media (min-width: 621px){
  .hk-ec-follow{
    right:0!important;
    top:50%!important;
    bottom:auto!important;
    transform:translateY(-50%)!important;
    width:74px!important;
    min-width:0!important;
    height:184px!important;
    padding:14px 8px 12px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    border:1px solid rgba(41,40,37,.16)!important;
    border-right:0!important;
    border-radius:14px 0 0 14px!important;
    background:rgba(248,247,244,.94)!important;
    box-shadow:-6px 8px 26px rgba(0,0,0,.08)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    backdrop-filter:blur(12px)!important;
    transition:width .35s cubic-bezier(.2,.7,.2,1),background .35s ease,box-shadow .35s ease!important;
    overflow:hidden!important;
  }
  .hk-ec-follow:hover{
    width:86px!important;
    transform:translateY(-50%)!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:-10px 10px 30px rgba(0,0,0,.12)!important;
  }
  .hk-ec-follow__bag{
    width:46px;
    height:54px;
    flex:0 0 auto;
    display:grid;
    place-items:center;
    transform-origin:50% 12%;
    animation:hkBagAttention 3.8s ease-in-out infinite;
  }
  .hk-ec-follow__bag svg{display:block;width:100%;height:100%;overflow:visible}
  .hk-ec-follow__bag-body{
    fill:#f8f7f4;
    stroke:#292825;
    stroke-width:1.7;
    stroke-linejoin:round;
  }
  .hk-ec-follow__bag-handle{
    fill:none;
    stroke:#292825;
    stroke-width:1.7;
    stroke-linecap:round;
  }
  .hk-ec-follow__bag text{
    font-family:var(--hk-sans);
    font-size:10px;
    font-weight:700;
    letter-spacing:1.3px;
    fill:#292825;
  }
  .hk-ec-follow__label{
    writing-mode:vertical-rl;
    text-orientation:mixed;
    font-family:var(--hk-sans);
    font-size:9px;
    font-weight:500;
    line-height:1;
    letter-spacing:.18em;
    white-space:nowrap;
  }
  .hk-ec-follow__arrow{
    margin-top:auto;
    width:24px;
    height:24px;
    display:grid;
    place-items:center;
    border-top:1px solid rgba(41,40,37,.16);
    font-size:12px;
  }
}
@keyframes hkBagAttention{
  0%,72%,100%{transform:translateY(0) rotate(0deg)}
  78%{transform:translateY(-4px) rotate(-3deg)}
  84%{transform:translateY(0) rotate(2.5deg)}
  90%{transform:translateY(-2px) rotate(-1.5deg)}
  96%{transform:translateY(0) rotate(0deg)}
}
@media (prefers-reduced-motion:reduce){
  .hk-ec-follow__bag{animation:none!important}
}
@media (max-width:620px){
  .hk-ec-follow__bag{
    width:24px;
    height:28px;
    display:grid;
    place-items:center;
  }
  .hk-ec-follow__bag svg{display:block;width:100%;height:100%}
  .hk-ec-follow__bag-body{fill:#f8f7f4;stroke:#292825;stroke-width:2}
  .hk-ec-follow__bag-handle{fill:none;stroke:#292825;stroke-width:2;stroke-linecap:round}
  .hk-ec-follow__bag text{font-family:var(--hk-sans);font-size:10px;font-weight:700;letter-spacing:1.1px;fill:#292825}
  .hk-ec-follow__label{font-family:var(--hk-sans);font-size:9px;font-weight:500;letter-spacing:.11em;white-space:nowrap}
}


/* =========================================================
   v1.12.5 / EC FOLLOW TAB — POLISH
   hillk greige / PC arrow fix / mobile attention motion
========================================================= */
:root{
  --hk-ec-greige:#b7aa9e;
  --hk-ec-greige-deep:#88796e;
  --hk-ec-ivory:#f7f3ee;
  --hk-ec-ink:#302b28;
}

@media (min-width:621px){
  .hk-ec-follow{
    width:76px!important;
    height:208px!important;
    padding:15px 8px 14px!important;
    gap:10px!important;
    justify-content:flex-start!important;
    overflow:visible!important;
    border-color:rgba(78,68,61,.16)!important;
    background:linear-gradient(180deg,rgba(247,243,238,.98) 0%,rgba(229,219,210,.96) 100%)!important;
    color:var(--hk-ec-ink)!important;
    box-shadow:-10px 12px 28px rgba(73,62,54,.10)!important;
  }
  .hk-ec-follow::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:14px 0 0 14px;
    background:linear-gradient(145deg,rgba(255,255,255,.5),transparent 48%);
    pointer-events:none;
  }
  .hk-ec-follow:hover{
    width:88px!important;
    background:linear-gradient(180deg,#fbf8f4 0%,#e7ddd4 100%)!important;
  }
  .hk-ec-follow__bag{
    position:relative;
    z-index:1;
    width:48px;
    height:56px;
  }
  .hk-ec-follow__bag-body{
    fill:var(--hk-ec-ivory)!important;
    stroke:var(--hk-ec-greige-deep)!important;
  }
  .hk-ec-follow__bag-handle{
    stroke:var(--hk-ec-greige-deep)!important;
  }
  .hk-ec-follow__bag text{
    fill:var(--hk-ec-ink)!important;
  }
  .hk-ec-follow__label{
    position:relative;
    z-index:1;
    color:var(--hk-ec-ink);
  }
  .hk-ec-follow__arrow{
    position:relative;
    z-index:1;
    flex:0 0 30px;
    width:34px!important;
    height:30px!important;
    min-height:30px!important;
    margin-top:auto!important;
    padding-top:6px;
    border-top:1px solid rgba(78,68,61,.18)!important;
    color:var(--hk-ec-greige-deep);
    line-height:1!important;
    overflow:visible!important;
  }
}

@media (max-width:620px){
  .hk-ec-follow{
    right:10px!important;
    bottom:12px!important;
    min-width:166px!important;
    padding:9px 11px!important;
    border-color:rgba(78,68,61,.18)!important;
    background:linear-gradient(135deg,rgba(247,243,238,.95),rgba(226,216,207,.94))!important;
    color:var(--hk-ec-ink)!important;
    box-shadow:0 8px 24px rgba(73,62,54,.14)!important;
    animation:hkEcMobileBreath 4.8s ease-in-out infinite;
  }
  .hk-ec-follow__bag{
    width:27px!important;
    height:31px!important;
    transform-origin:50% 12%;
    animation:hkBagAttentionMobile 3.6s ease-in-out infinite;
  }
  .hk-ec-follow__bag-body{
    fill:var(--hk-ec-ivory)!important;
    stroke:var(--hk-ec-greige-deep)!important;
  }
  .hk-ec-follow__bag-handle{
    stroke:var(--hk-ec-greige-deep)!important;
  }
  .hk-ec-follow__bag text{
    fill:var(--hk-ec-ink)!important;
  }
  .hk-ec-follow__label{
    color:var(--hk-ec-ink)!important;
    letter-spacing:.13em!important;
  }
  .hk-ec-follow__arrow{
    color:var(--hk-ec-greige-deep)!important;
    transform:translateX(0);
    animation:hkEcArrowNudge 2.6s ease-in-out infinite;
  }
}

@keyframes hkBagAttentionMobile{
  0%,66%,100%{transform:translateY(0) rotate(0deg)}
  72%{transform:translateY(-3px) rotate(-4deg)}
  78%{transform:translateY(0) rotate(3deg)}
  84%{transform:translateY(-2px) rotate(-2deg)}
  90%{transform:translateY(0) rotate(0deg)}
}
@keyframes hkEcMobileBreath{
  0%,100%{transform:translateY(0);box-shadow:0 8px 24px rgba(73,62,54,.14)}
  50%{transform:translateY(-2px);box-shadow:0 12px 30px rgba(73,62,54,.20)}
}
@keyframes hkEcArrowNudge{
  0%,70%,100%{transform:translateX(0)}
  82%{transform:translateX(3px)}
}
@media (prefers-reduced-motion:reduce){
  .hk-ec-follow,.hk-ec-follow__bag,.hk-ec-follow__arrow{animation:none!important}
}


/* =========================================================
   v1.12.6 / EC FOLLOW TAB — mobile size + drawer behavior
========================================================= */
/* Open drawer should stay visually clean. */
body.hk-menu-open .hk-ec-follow{
  display:none!important;
}

@media (max-width:620px){
  .hk-ec-follow{
    right:12px!important;
    bottom:14px!important;
    min-width:202px!important;
    min-height:54px!important;
    grid-template-columns:38px 1fr 20px!important;
    gap:10px!important;
    padding:11px 13px!important;
    border-radius:12px!important;
  }
  .hk-ec-follow__bag{
    width:36px!important;
    height:41px!important;
  }
  .hk-ec-follow__label{
    font-size:10px!important;
    letter-spacing:.14em!important;
  }
  .hk-ec-follow__arrow{
    font-size:14px!important;
  }
}


/* =========================================================
   v1.12.7 / MOBILE HOME — HERO HIDDEN
   Keep desktop HERO intact. On phones, start directly from
   the editorial content beneath the sticky header.
========================================================= */
@media (max-width:620px){
  body.home.hillk-original-theme .hk-hero{
    display:none!important;
  }

  /* The home header previously sat over the dark HERO.
     With HERO hidden on mobile, use the light/scrolled state immediately. */
  body.home.hillk-original-theme .hk-header:not(.is-scrolled){
    background:rgba(248,247,244,.96)!important;
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
    color:var(--hk-ink)!important;
    border-bottom:1px solid rgba(0,0,0,.07);
  }
  body.home.hillk-original-theme .hk-header:not(.is-scrolled) .hk-site-logo--header{
    filter:none!important;
  }

  /* Give the first section a little breathing room below the fixed header. */
  body.home.hillk-original-theme #hkIntro{
    padding-top:88px!important;
  }
}


/* =========================================================
   v1.13.1 / SITE REBALANCE
   Header refinement, shorter HOME, OUR SIGNATURE moved to ABOUT,
   and POP UP restyled in the hillk editorial palette.
========================================================= */

/* ---------- HEADER / PC ---------- */
@media (min-width:901px){
  body.hillk-original-theme .hk-header{height:72px!important}
  body.hillk-original-theme .hk-header__inner{
    width:min(calc(100% - 64px),1180px)!important;
    min-height:72px!important;
    align-items:center!important;
    gap:36px!important;
  }
  body.hillk-original-theme .hk-logo--site{display:flex;align-items:center;line-height:1}
  body.hillk-original-theme .hk-site-logo--header{height:25px!important;max-width:138px!important}
  body.hillk-original-theme .hk-nav{
    gap:32px!important;
    font-size:10.5px!important;
    line-height:1!important;
    letter-spacing:.14em!important;
    transform:translateY(1px);
  }
  body.hillk-original-theme .hk-nav a{display:flex;align-items:center;min-height:28px}
}

/* ---------- HEADER / MOBILE ---------- */
@media (max-width:900px){
  body.hillk-original-theme .hk-header__inner{
    top:0!important;
    min-height:58px!important;
    align-items:center!important;
  }
  body.hillk-original-theme .hk-logo--site{display:flex;align-items:center;line-height:1}
  body.hillk-original-theme .hk-menu-btn{transform:none!important;align-self:center!important}
}

/* ---------- HOME: MORE COMPACT ---------- */
body.home.hillk-original-theme .hk-section{padding:clamp(72px,7vw,104px) 0}
body.home.hillk-original-theme .hk-intro{padding-top:clamp(78px,8vw,118px);padding-bottom:clamp(72px,7vw,100px)}
body.home.hillk-original-theme .hk-season-section,
body.home.hillk-original-theme .hk-collection-home,
body.home.hillk-original-theme .hk-popup-home,
body.home.hillk-original-theme .hk-journal-home,
body.home.hillk-original-theme .hk-instagram-home{padding-top:clamp(70px,7vw,100px);padding-bottom:clamp(70px,7vw,100px)}
body.home.hillk-original-theme .hk-style-home__head{padding-top:clamp(68px,6vw,92px);padding-bottom:28px}
body.home.hillk-original-theme .hk-section-head{margin-bottom:34px}
body.home.hillk-original-theme .hk-editorial-grid{margin-top:34px}
body.home.hillk-original-theme .hk-popup-list{margin-top:30px}
body.home.hillk-original-theme .hk-journal-grid{margin-top:32px}
body.home.hillk-original-theme .hk-online{min-height:430px}
body.home.hillk-original-theme .hk-online__inner{padding-top:64px;padding-bottom:64px}

@media (max-width:620px){
  body.home.hillk-original-theme .hk-section{padding:58px 0}
  body.home.hillk-original-theme #hkIntro{padding-top:76px!important;padding-bottom:58px!important}
  body.home.hillk-original-theme .hk-season-section,
  body.home.hillk-original-theme .hk-collection-home,
  body.home.hillk-original-theme .hk-popup-home,
  body.home.hillk-original-theme .hk-journal-home,
  body.home.hillk-original-theme .hk-instagram-home{padding-top:58px;padding-bottom:58px}
  body.home.hillk-original-theme .hk-style-home__head{padding-top:58px;padding-bottom:20px}
  body.home.hillk-original-theme .hk-online{min-height:360px}
}

/* ---------- ABOUT: OUR SIGNATURE ---------- */
.hk-about-signature{background:#f1eee8;border-top:1px solid #ded8cf;border-bottom:1px solid #ded8cf}
.hk-about-signature__head{max-width:720px;margin:0 auto clamp(58px,7vw,92px);text-align:center}
.hk-about-signature__head h2{margin:0;font-family:var(--hk-serif);font-size:clamp(32px,4.2vw,58px);font-weight:400;line-height:1.25}
.hk-about-signature__head>p:last-child{max-width:620px;margin:22px auto 0;color:var(--hk-muted);font-family:var(--hk-serif);font-size:15px;line-height:2}
.hk-about-signature__list{display:grid;gap:clamp(62px,9vw,118px)}
.hk-about-signature__item{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);gap:clamp(34px,6vw,84px);align-items:center}
.hk-about-signature__item.is-reverse{grid-template-columns:minmax(300px,.72fr) minmax(0,1.05fr)}
.hk-about-signature__item.is-reverse .hk-about-signature__media{order:2}
.hk-about-signature__media{aspect-ratio:1/1}
.hk-about-signature__body{max-width:500px}
.hk-about-signature__num{margin:0 0 13px;font-size:10px;letter-spacing:.18em;color:#989188}
.hk-about-signature__body h3{margin:0 0 20px;font-family:var(--hk-serif);font-size:clamp(34px,4vw,56px);font-weight:400;line-height:1.08}
.hk-about-signature__body>p:not(.hk-about-signature__num){margin:0;color:#5d5953;font-family:var(--hk-serif);font-size:15px;line-height:2}
@media(max-width:760px){
  .hk-about-signature__item,.hk-about-signature__item.is-reverse{grid-template-columns:1fr;gap:0}
  .hk-about-signature__item.is-reverse .hk-about-signature__media{order:0}
  .hk-about-signature__media{width:92%;margin-inline:auto;aspect-ratio:1/1}
  .hk-about-signature__body{position:relative;width:86%;margin:-24px auto 0;padding:26px 24px 30px;background:rgba(248,247,244,.88);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}
  .hk-about-signature__head{margin-bottom:50px}
}

/* ---------- POP UP: hillk editorial palette ---------- */
.hk-popup-page{background:#f8f7f4}
.hk-popup-hero{
  padding:clamp(128px,13vw,174px) 0 clamp(48px,6vw,72px)!important;
  background:#f8f7f4!important;
  border-bottom:0!important;
}
.hk-popup-hero__inner{display:block!important;text-align:center!important;max-width:820px}
.hk-popup-hero .hk-kicker{margin-bottom:13px!important;color:#8e867d!important}
.hk-popup-hero h1{
  max-width:none!important;
  margin:0!important;
  font-size:clamp(38px,4.6vw,64px)!important;
  line-height:1.08!important;
  letter-spacing:.02em!important;
}
.hk-popup-hero__inner>p:last-child{
  max-width:600px!important;
  margin:22px auto 0!important;
  color:#79736c!important;
  font-family:var(--hk-serif)!important;
  font-size:14px!important;
  line-height:2!important;
}
.hk-popup-schedule-wrap{padding:0 var(--hk-gutter) clamp(90px,9vw,130px)}
#hillk-popup-schedule{
  --hps-paper:#f4f1ec;
  --hps-black:#35312d;
  --hps-gray:#857f77;
  --hps-line:#d8d1c8;
  --hps-accent:#918276;
  --hps-current:#8e7f73;
  width:min(100%,1120px);
  margin-inline:auto;
}
#hillk-popup-schedule .hps__head{margin-bottom:36px}
#hillk-popup-schedule .hps__eyebrow{color:#9a9087!important;font-size:9px!important;font-weight:500!important;letter-spacing:.22em!important}
#hillk-popup-schedule .hps__title{font-size:clamp(25px,2.7vw,34px)!important;letter-spacing:.03em!important}
#hillk-popup-schedule .hps__lead{font-family:var(--hk-serif);font-size:13px!important;line-height:1.9}
#hillk-popup-schedule .hps__controls{
  grid-template-columns:1fr 1.4fr!important;
  gap:18px 40px!important;
  margin-bottom:28px!important;
  padding:22px 24px!important;
  border:1px solid #ddd6cd!important;
  background:#f1eee8!important;
}
#hillk-popup-schedule .hps__control-label{font-size:9px!important;font-weight:500!important;letter-spacing:.16em!important;color:#8c857d!important}
#hillk-popup-schedule button.hps__button{
  min-height:38px!important;
  padding:8px 14px!important;
  border:1px solid #cfc7bd!important;
  border-radius:0!important;
  background:transparent!important;
  color:#514c46!important;
  font-size:10px!important;
  font-weight:400!important;
  letter-spacing:.06em!important;
}
#hillk-popup-schedule button.hps__button:hover,
#hillk-popup-schedule button.hps__button.is-active{
  border-color:#8e7f73!important;
  background:#8e7f73!important;
  color:#fff!important;
}
#hillk-popup-schedule .hps__result{margin-bottom:12px!important;font-size:10px!important;letter-spacing:.08em}
#hillk-popup-schedule .hps__list{grid-template-columns:1fr!important;gap:0!important;border-top:1px solid #d4cdc4}
#hillk-popup-schedule .hps__card{
  grid-template-columns:170px minmax(0,1fr) 30px!important;
  min-height:108px!important;
  padding:22px 6px!important;
  border:0!important;
  border-bottom:1px solid #d4cdc4!important;
  background:transparent!important;
  box-shadow:none!important;
}
#hillk-popup-schedule .hps__card:hover{transform:none!important;background:rgba(224,216,207,.24)!important;box-shadow:none!important}
#hillk-popup-schedule .hps__card.is-current{background:linear-gradient(90deg,rgba(142,127,115,.10),rgba(142,127,115,0) 52%)!important}
#hillk-popup-schedule .hps__card.is-soon{background:linear-gradient(90deg,rgba(179,163,139,.09),rgba(179,163,139,0) 52%)!important}
#hillk-popup-schedule .hps__status{
  top:9px!important;
  left:auto!important;
  right:46px!important;
  padding:4px 8px!important;
  border:1px solid #8e7f73!important;
  background:transparent!important;
  color:#76695f!important;
  font-size:8px!important;
  font-weight:500!important;
  letter-spacing:.12em!important;
}
#hillk-popup-schedule .hps__card.is-soon .hps__status{border-color:#a6967a!important;color:#8b7b60!important;background:transparent!important}
#hillk-popup-schedule .hps__date span{font-family:var(--hk-serif)!important;font-size:20px!important;font-weight:400!important}
#hillk-popup-schedule .hps__date small{font-size:9px!important}
#hillk-popup-schedule .hps__area{color:#95887d!important;font-size:8px!important;font-weight:500!important;letter-spacing:.16em!important}
#hillk-popup-schedule .hps__info h3{font-size:20px!important;line-height:1.4!important}
#hillk-popup-schedule .hps__floor{font-family:var(--hk-serif);font-size:11px!important}
#hillk-popup-schedule .hps__mark{
  width:24px!important;height:24px!important;
  border-color:#b7aea5!important;color:#92857a!important;
  font-size:13px!important;
}
#hillk-popup-schedule .hps__notice{margin-top:24px!important;font-family:var(--hk-serif);font-size:10px!important}

@media(max-width:767px){
  .hk-popup-hero{padding-top:96px!important;padding-bottom:42px!important}
  .hk-popup-hero h1{font-size:36px!important}
  .hk-popup-schedule-wrap{padding-left:18px!important;padding-right:18px!important;padding-bottom:80px!important}
  #hillk-popup-schedule .hps__controls{grid-template-columns:1fr!important;padding:16px!important;gap:15px!important}
  #hillk-popup-schedule .hps__buttons{display:flex!important;gap:6px!important;overflow-x:auto;padding-bottom:2px;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch}
  #hillk-popup-schedule button.hps__button{width:auto!important;flex:0 0 auto;padding:8px 12px!important}
  #hillk-popup-schedule .hps__card{grid-template-columns:92px minmax(0,1fr) 22px!important;gap:10px!important;padding:19px 2px!important}
  #hillk-popup-schedule .hps__status{top:8px!important;right:28px!important;font-size:7px!important}
  #hillk-popup-schedule .hps__date{display:block!important}
  #hillk-popup-schedule .hps__date span{font-size:16px!important}
  #hillk-popup-schedule .hps__date small{margin-left:2px}
  #hillk-popup-schedule .hps__date i{display:none!important}
  #hillk-popup-schedule .hps__date span:nth-of-type(2)::before{content:"— ";color:#aaa19a}
  #hillk-popup-schedule .hps__info h3{font-size:16px!important;padding-right:2px!important}
}

/* =========================================================
   GLOBAL READABILITY REBALANCE v1.14.1
   現行 hillk の「明朝本文・適正サイズ・濃度・余白」を基準に再設計
========================================================= */

:root{
  --hk-bg:#faf9f7;
  --hk-paper:#fff;
  --hk-ink:#2f2b28;
  --hk-body:#403b37;
  --hk-muted:#746f69;
  --hk-line:#ddd8d1;
  --hk-accent:#8d7b6d;
  --hk-max:1360px;
  --hk-serif:"Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","Noto Serif JP",serif;
  --hk-serif-en:"Times New Roman","Times",serif;
  --hk-sans:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,sans-serif;
}

html{font-size:16px;}
body.hillk-original-theme{
  background:var(--hk-bg) !important;
  color:var(--hk-body) !important;
  font-family:var(--hk-serif) !important;
  font-size:16px !important;
  line-height:1.95 !important;
  letter-spacing:.015em !important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

/* ---------- UIはゴシック、本文は明朝 ---------- */
body.hillk-original-theme .hk-header,
body.hillk-original-theme .hk-nav,
body.hillk-original-theme .hk-menu-btn,
body.hillk-original-theme .hk-drawer,
body.hillk-original-theme .hk-kicker,
body.hillk-original-theme .hk-link,
body.hillk-original-theme .hk-card-meta,
body.hillk-original-theme .hk-look__label,
body.hillk-original-theme .hk-hero__eyebrow,
body.hillk-original-theme .hk-hero__scroll,
body.hillk-original-theme .hk-editorial-card__meta,
body.hillk-original-theme .hk-style-visual__label,
body.hillk-original-theme .hk-badge,
body.hillk-original-theme .hk-popup-status,
body.hillk-original-theme .hk-journal-meta,
body.hillk-original-theme .hk-journal-filter,
body.hillk-original-theme .hk-company-simple-en,
body.hillk-original-theme .hk-company-section-no,
body.hillk-original-theme .hk-company-simple-heading--numbered > p,
body.hillk-original-theme .hk-company-simple-heading--numbered > h2,
body.hillk-original-theme .hk-company-simple-table dt,
body.hillk-original-theme .hk-company-simple-business-en,
body.hillk-original-theme .hk-footer--current,
body.hillk-original-theme label,
body.hillk-original-theme button,
body.hillk-original-theme input,
body.hillk-original-theme textarea,
body.hillk-original-theme select{
  font-family:var(--hk-sans) !important;
}

body.hillk-original-theme p,
body.hillk-original-theme li,
body.hillk-original-theme dd,
body.hillk-original-theme .hk-copy,
body.hillk-original-theme .hk-page-lead,
body.hillk-original-theme .hk-prose,
body.hillk-original-theme .hk-about-hero__lead,
body.hillk-original-theme .hk-about-intro__inner > p:last-child,
body.hillk-original-theme .hk-about-story__body > p:last-child,
body.hillk-original-theme .hk-collection-hero__lead,
body.hillk-original-theme .hk-collection-row__caption p,
body.hillk-original-theme .hk-journal-excerpt,
body.hillk-original-theme .hk-journal-hero__inner > p,
body.hillk-original-theme .hk-journal-single__lead,
body.hillk-original-theme .hk-contact-lead,
body.hillk-original-theme .hk-contact-guide__copy,
body.hillk-original-theme .hk-company-simple-lead,
body.hillk-original-theme .hk-company-simple-table dd,
body.hillk-original-theme .hk-company-simple-business-list article > p:last-child,
body.hillk-original-theme .hk-company-related-list a{
  font-family:var(--hk-serif) !important;
  color:var(--hk-body) !important;
  font-weight:400 !important;
  letter-spacing:.012em !important;
}

/* ---------- 共通見出し：大きすぎず、明朝の存在感を残す ---------- */
body.hillk-original-theme .hk-title,
body.hillk-original-theme .hk-about-hero__title,
body.hillk-original-theme .hk-collection-hero__title,
body.hillk-original-theme .hk-popup-hero h1,
body.hillk-original-theme .hk-journal-hero h1,
body.hillk-original-theme .hk-contact-title,
body.hillk-original-theme .hk-company-simple-hero h1,
body.hillk-original-theme .hk-about-intro__inner h2,
body.hillk-original-theme .hk-about-story__body h2,
body.hillk-original-theme .hk-collection-row__caption h2,
body.hillk-original-theme .hk-journal-feature h2,
body.hillk-original-theme .hk-journal-item h2,
body.hillk-original-theme .hk-contact-guide h2,
body.hillk-original-theme .hk-company-simple-business-list h3{
  font-family:var(--hk-serif) !important;
  color:var(--hk-ink) !important;
  font-weight:400 !important;
}

/* =========================================================
   HEADER
========================================================= */
body.hillk-original-theme .hk-header{
  height:72px !important;
}
body.hillk-original-theme .hk-header__inner{
  width:min(calc(100% - 72px),1440px) !important;
  max-width:1440px !important;
  gap:38px !important;
}
body.hillk-original-theme .hk-site-logo--header{
  max-width:128px !important;
  max-height:34px !important;
  width:auto !important;
}
body.hillk-original-theme .hk-nav{
  gap:34px !important;
  font-size:11px !important;
  line-height:1 !important;
  letter-spacing:.14em !important;
  font-weight:500 !important;
}

/* =========================================================
   PAGE HERO / LEAD
========================================================= */
body.hillk-original-theme .hk-company-simple-hero,
body.hillk-original-theme .hk-popup-hero,
body.hillk-original-theme .hk-journal-hero,
body.hillk-original-theme .hk-contact-hero{
  background:#fff !important;
}
body.hillk-original-theme .hk-company-simple-hero h1,
body.hillk-original-theme .hk-popup-hero h1,
body.hillk-original-theme .hk-journal-hero h1,
body.hillk-original-theme .hk-contact-title{
  font-size:clamp(29px,2.3vw,36px) !important;
  line-height:1.35 !important;
  letter-spacing:.035em !important;
}
body.hillk-original-theme .hk-company-simple-lead,
body.hillk-original-theme .hk-popup-hero__inner > p:last-child,
body.hillk-original-theme .hk-journal-hero__inner > p,
body.hillk-original-theme .hk-contact-lead{
  max-width:680px !important;
  font-size:14px !important;
  line-height:2.05 !important;
  color:#625d57 !important;
}
body.hillk-original-theme .hk-kicker,
body.hillk-original-theme .hk-company-simple-en{
  color:#77716a !important;
  font-size:10px !important;
  line-height:1.4 !important;
  letter-spacing:.20em !important;
  font-weight:500 !important;
}

/* =========================================================
   COMPANY — 現行サイトの読みやすさへ寄せる
========================================================= */
body.hillk-original-theme .hk-company-page--simple{
  background:#fff !important;
}
body.hillk-original-theme .hk-company-page--simple .hk-wrap{
  width:min(calc(100% - 64px),980px) !important;
  max-width:980px !important;
}
body.hillk-original-theme .hk-company-simple-hero{
  padding:40px 0 72px !important;
}
body.hillk-original-theme .hk-company-simple-section{
  padding:54px 0 74px !important;
}
body.hillk-original-theme .hk-company-simple-heading--numbered{
  grid-template-columns:28px auto 1fr !important;
  gap:15px !important;
  margin-bottom:24px !important;
  padding-bottom:17px !important;
  border-bottom:1px solid #3b3733 !important;
}
body.hillk-original-theme .hk-company-simple-heading--numbered .hk-company-section-no{
  font-size:9px !important;
  color:#a49e97 !important;
}
body.hillk-original-theme .hk-company-simple-heading--numbered > p{
  font-size:15px !important;
  line-height:1.3 !important;
  color:#292522 !important;
  letter-spacing:.15em !important;
  font-weight:500 !important;
}
body.hillk-original-theme .hk-company-simple-heading--numbered > h2{
  font-size:10px !important;
  line-height:1.4 !important;
  color:#8a847e !important;
  letter-spacing:.08em !important;
}
body.hillk-original-theme .hk-company-simple-table > div{
  grid-template-columns:190px minmax(0,1fr) !important;
  gap:34px !important;
  padding:20px 8px !important;
}
body.hillk-original-theme .hk-company-simple-table dt{
  font-size:12px !important;
  line-height:1.8 !important;
  color:#77716b !important;
  font-weight:400 !important;
}
body.hillk-original-theme .hk-company-simple-table dd{
  font-size:15px !important;
  line-height:1.95 !important;
  color:#393531 !important;
}
body.hillk-original-theme .hk-company-simple-business-list article{
  padding:28px 8px !important;
}
body.hillk-original-theme .hk-company-simple-business-list h3{
  font-size:20px !important;
  line-height:1.65 !important;
}
body.hillk-original-theme .hk-company-simple-business-list article > p:last-child{
  font-size:14px !important;
  line-height:2 !important;
  color:#514c47 !important;
}
body.hillk-original-theme .hk-company-related-list a{
  padding:22px 8px !important;
  font-size:14px !important;
  line-height:1.7 !important;
  color:#3d3935 !important;
}

/* =========================================================
   ABOUT
========================================================= */
body.hillk-original-theme .hk-about-hero__title{
  font-size:clamp(34px,4.3vw,58px) !important;
  line-height:1.18 !important;
}
body.hillk-original-theme .hk-about-hero__lead{
  font-size:16px !important;
  line-height:2.05 !important;
}
body.hillk-original-theme .hk-about-intro{
  padding-top:clamp(90px,9vw,128px) !important;
  padding-bottom:clamp(88px,9vw,128px) !important;
}
body.hillk-original-theme .hk-about-intro__inner h2{
  font-size:clamp(34px,4.2vw,54px) !important;
  line-height:1.45 !important;
}
body.hillk-original-theme .hk-about-intro__inner > p:last-child,
body.hillk-original-theme .hk-about-story__body > p:last-child{
  font-size:16px !important;
  line-height:2.15 !important;
  color:#4b4743 !important;
}
body.hillk-original-theme .hk-about-story__body h2{
  font-size:clamp(31px,3.8vw,50px) !important;
  line-height:1.35 !important;
}

/* =========================================================
   COLLECTION
========================================================= */
body.hillk-original-theme .hk-collection-hero__title{
  font-size:clamp(34px,4.4vw,60px) !important;
  line-height:1.16 !important;
}
body.hillk-original-theme .hk-collection-hero__lead{
  font-size:16px !important;
  line-height:2.05 !important;
}
body.hillk-original-theme .hk-collection-row__caption h2{
  font-size:clamp(28px,3vw,42px) !important;
  line-height:1.4 !important;
}
body.hillk-original-theme .hk-collection-row__caption p{
  font-size:14px !important;
  line-height:2 !important;
  color:#554f4a !important;
}

/* =========================================================
   POP UP — hillkらしい柔らかさ + 可読性
========================================================= */
body.hillk-original-theme .hk-popup-page{
  background:#faf9f7 !important;
}
body.hillk-original-theme .hk-popup-hero{
  padding:118px 0 54px !important;
  background:#f4f0ea !important;
}
body.hillk-original-theme #hillk-popup-schedule{
  --hps-paper:#f5f1eb;
  --hps-black:#37322e;
  --hps-gray:#726b65;
  --hps-line:#d9d1c8;
  --hps-accent:#8b7869;
  --hps-current:#8b7869;
}
body.hillk-original-theme #hillk-popup-schedule .hps__title{
  font-family:var(--hk-serif) !important;
  color:#39342f !important;
  font-size:clamp(27px,2.6vw,34px) !important;
  line-height:1.45 !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__lead{
  font-family:var(--hk-serif) !important;
  color:#625c56 !important;
  font-size:14px !important;
  line-height:2 !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__controls{
  background:#f3efe9 !important;
  border-color:#d9d0c6 !important;
}
body.hillk-original-theme #hillk-popup-schedule button.hps__button{
  min-height:40px !important;
  font-size:11px !important;
  color:#4f4944 !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__card{
  min-height:116px !important;
  padding-top:25px !important;
  padding-bottom:25px !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__date span{
  color:#3e3935 !important;
  font-size:21px !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__info h3{
  font-family:var(--hk-serif) !important;
  color:#332f2b !important;
  font-size:21px !important;
  line-height:1.55 !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__floor,
body.hillk-original-theme #hillk-popup-schedule .hps__note{
  font-family:var(--hk-serif) !important;
  color:#625d57 !important;
  font-size:12px !important;
  line-height:1.75 !important;
}

/* =========================================================
   JOURNAL
========================================================= */
body.hillk-original-theme .hk-journal-hero{
  padding:126px 0 68px !important;
  background:#f4f1ec !important;
}
body.hillk-original-theme .hk-journal-hero__inner > p{
  font-size:14px !important;
  line-height:2.05 !important;
}
body.hillk-original-theme .hk-journal-feature h2{
  font-size:clamp(31px,3.6vw,50px) !important;
  line-height:1.42 !important;
}
body.hillk-original-theme .hk-journal-excerpt{
  font-size:15px !important;
  line-height:2.1 !important;
}
body.hillk-original-theme .hk-journal-item h2{
  font-size:clamp(23px,2.2vw,32px) !important;
  line-height:1.55 !important;
}
body.hillk-original-theme .hk-journal-single__content .hk-prose{
  font-size:16px !important;
  line-height:2.15 !important;
}

/* =========================================================
   CONTACT
========================================================= */
body.hillk-original-theme .hk-contact-hero{
  padding:128px 0 68px !important;
}
body.hillk-original-theme .hk-contact-guide h2{
  font-size:clamp(26px,2.7vw,38px) !important;
  line-height:1.5 !important;
}
body.hillk-original-theme .hk-contact-guide__copy{
  font-size:15px !important;
  line-height:2.05 !important;
}
body.hillk-original-theme .hk-contact-form,
body.hillk-original-theme .hk-contact-form .wpforms-field-label,
body.hillk-original-theme .hk-contact-form input,
body.hillk-original-theme .hk-contact-form textarea,
body.hillk-original-theme .hk-contact-form select{
  font-size:14px !important;
}

/* =========================================================
   FOOTER
========================================================= */
body.hillk-original-theme .hk-footer--current{
  color:#34302c !important;
}
body.hillk-original-theme .hk-footer__current-tagline{
  font-family:var(--hk-serif) !important;
  color:#5d5751 !important;
  font-size:14px !important;
  line-height:1.9 !important;
}
body.hillk-original-theme .hk-footer__current-nav a,
body.hillk-original-theme .hk-footer__support a,
body.hillk-original-theme .hk-footer__current-utility a{
  font-size:11px !important;
  letter-spacing:.10em !important;
  font-weight:500 !important;
}

/* =========================================================
   MOBILE
========================================================= */
@media(max-width:700px){
  body.hillk-original-theme{
    font-size:15px !important;
    line-height:1.95 !important;
  }
  body.hillk-original-theme .hk-header{
    height:60px !important;
  }
  body.hillk-original-theme .hk-header__inner{
    width:calc(100% - 28px) !important;
  }
  body.hillk-original-theme .hk-site-logo--header{
    max-width:105px !important;
    max-height:29px !important;
  }

  body.hillk-original-theme .hk-company-page--simple .hk-wrap{
    width:calc(100% - 38px) !important;
  }
  body.hillk-original-theme .hk-company-simple-hero{
    padding:28px 0 50px !important;
  }
  body.hillk-original-theme .hk-company-simple-hero h1,
  body.hillk-original-theme .hk-popup-hero h1,
  body.hillk-original-theme .hk-journal-hero h1,
  body.hillk-original-theme .hk-contact-title{
    font-size:27px !important;
  }
  body.hillk-original-theme .hk-company-simple-lead,
  body.hillk-original-theme .hk-popup-hero__inner > p:last-child,
  body.hillk-original-theme .hk-journal-hero__inner > p,
  body.hillk-original-theme .hk-contact-lead{
    font-size:13px !important;
    line-height:2 !important;
  }
  body.hillk-original-theme .hk-company-simple-section{
    padding:34px 0 58px !important;
  }
  body.hillk-original-theme .hk-company-simple-heading--numbered{
    grid-template-columns:22px 1fr auto !important;
    gap:10px !important;
  }
  body.hillk-original-theme .hk-company-simple-heading--numbered > p{
    font-size:13px !important;
  }
  body.hillk-original-theme .hk-company-simple-heading--numbered > h2{
    font-size:9px !important;
  }
  body.hillk-original-theme .hk-company-simple-table > div{
    grid-template-columns:96px minmax(0,1fr) !important;
    gap:14px !important;
    padding:17px 2px !important;
  }
  body.hillk-original-theme .hk-company-simple-table dt{
    font-size:10px !important;
    line-height:1.75 !important;
  }
  body.hillk-original-theme .hk-company-simple-table dd{
    font-size:13px !important;
    line-height:1.95 !important;
  }
  body.hillk-original-theme .hk-company-simple-business-list article > p:last-child,
  body.hillk-original-theme .hk-company-related-list a{
    font-size:13px !important;
  }

  body.hillk-original-theme .hk-about-hero__title,
  body.hillk-original-theme .hk-collection-hero__title{
    font-size:42px !important;
  }
  body.hillk-original-theme .hk-about-hero__lead,
  body.hillk-original-theme .hk-collection-hero__lead{
    font-size:14px !important;
  }
  body.hillk-original-theme .hk-about-intro__inner h2{
    font-size:34px !important;
  }
  body.hillk-original-theme .hk-about-intro__inner > p:last-child,
  body.hillk-original-theme .hk-about-story__body > p:last-child{
    font-size:14px !important;
    line-height:2.1 !important;
  }
  body.hillk-original-theme .hk-about-story__body h2{
    font-size:34px !important;
  }

  body.hillk-original-theme .hk-popup-hero{
    padding-top:92px !important;
    padding-bottom:42px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__lead{
    font-size:13px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule button.hps__button{
    font-size:10px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__info h3{
    font-size:16px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__floor,
  body.hillk-original-theme #hillk-popup-schedule .hps__note{
    font-size:10px !important;
  }

  body.hillk-original-theme .hk-journal-hero{
    padding-top:96px !important;
  }
  body.hillk-original-theme .hk-journal-feature h2{
    font-size:34px !important;
  }
  body.hillk-original-theme .hk-journal-excerpt{
    font-size:14px !important;
  }
  body.hillk-original-theme .hk-journal-item h2{
    font-size:27px !important;
  }
  body.hillk-original-theme .hk-contact-hero{
    padding-top:96px !important;
  }
  body.hillk-original-theme .hk-contact-guide__copy{
    font-size:14px !important;
  }
}

/* =========================================================
   HOME HERO TEXT CONTRAST / v1.14.1
   Keep the photo natural while improving readability on
   bright stone / pavement areas for desktop and mobile.
========================================================= */
body.hillk-original-theme.home .hk-hero__shade,
body.hillk-original-theme.front-page .hk-hero__shade{
  background:
    linear-gradient(180deg,
      rgba(22,20,18,.10) 0%,
      rgba(22,20,18,.03) 36%,
      rgba(22,20,18,.20) 61%,
      rgba(22,20,18,.56) 100%),
    linear-gradient(90deg,
      rgba(18,16,14,.18) 0%,
      rgba(18,16,14,.08) 34%,
      rgba(18,16,14,0) 68%) !important;
}

body.hillk-original-theme.home .hk-hero__eyebrow,
body.hillk-original-theme.front-page .hk-hero__eyebrow{
  color:#fff !important;
  opacity:.96 !important;
  text-shadow:0 1px 10px rgba(0,0,0,.34),0 1px 2px rgba(0,0,0,.30);
}

body.hillk-original-theme.home .hk-hero__copy,
body.hillk-original-theme.front-page .hk-hero__copy{
  color:#fff !important;
  text-shadow:0 2px 14px rgba(0,0,0,.42),0 1px 3px rgba(0,0,0,.32);
}

body.hillk-original-theme.home .hk-hero__sub,
body.hillk-original-theme.front-page .hk-hero__sub{
  color:rgba(255,255,255,.96) !important;
  opacity:1 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.38);
}

body.hillk-original-theme.home .hk-site-logo--hero,
body.hillk-original-theme.front-page .hk-site-logo--hero{
  filter:brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0,0,0,.32)) !important;
}

body.hillk-original-theme.home .hk-hero__scroll,
body.hillk-original-theme.front-page .hk-hero__scroll{
  color:#fff !important;
  text-shadow:0 1px 8px rgba(0,0,0,.36);
}

@media(max-width:620px){
  body.hillk-original-theme.home .hk-hero__shade,
  body.hillk-original-theme.front-page .hk-hero__shade{
    background:
      linear-gradient(180deg,
        rgba(18,16,14,.08) 0%,
        rgba(18,16,14,.02) 39%,
        rgba(18,16,14,.16) 58%,
        rgba(18,16,14,.62) 100%) !important;
  }

  body.hillk-original-theme.home .hk-hero__copy,
  body.hillk-original-theme.front-page .hk-hero__copy{
    text-shadow:0 2px 12px rgba(0,0,0,.48),0 1px 3px rgba(0,0,0,.34);
  }
}

/* =========================================================
   IMAGE OVERLAY TEXT COLOR SYSTEM / v1.14.2
   Normal page text stays dark. Text placed over photography
   is consistently white across HERO and CTA sections.
========================================================= */

/* HOME HERO */
body.hillk-original-theme .hk-hero,
body.hillk-original-theme .hk-hero__content,
body.hillk-original-theme .hk-hero__eyebrow,
body.hillk-original-theme .hk-hero__copy,
body.hillk-original-theme .hk-hero__sub,
body.hillk-original-theme .hk-hero__scroll{
  color:#fff !important;
}

/* ABOUT HERO */
body.hillk-original-theme .hk-about-hero,
body.hillk-original-theme .hk-about-hero .hk-kicker,
body.hillk-original-theme .hk-about-hero__title,
body.hillk-original-theme .hk-about-hero__lead{
  color:#fff !important;
}

/* COLLECTION HERO */
body.hillk-original-theme .hk-collection-hero,
body.hillk-original-theme .hk-collection-hero .hk-kicker,
body.hillk-original-theme .hk-collection-hero__title,
body.hillk-original-theme .hk-collection-hero__lead{
  color:#fff !important;
}

/* HOME ONLINE STORE CTA */
body.hillk-original-theme .hk-online,
body.hillk-original-theme .hk-online__inner,
body.hillk-original-theme .hk-online__inner .hk-kicker,
body.hillk-original-theme .hk-online__inner .hk-title,
body.hillk-original-theme .hk-online__inner p,
body.hillk-original-theme .hk-online__inner .hk-link{
  color:#fff !important;
}

/* COLLECTION ONLINE STORE CTA */
body.hillk-original-theme .hk-collection-store,
body.hillk-original-theme .hk-collection-store__inner,
body.hillk-original-theme .hk-collection-store .hk-kicker,
body.hillk-original-theme .hk-collection-store h2,
body.hillk-original-theme .hk-collection-store p,
body.hillk-original-theme .hk-collection-store .hk-link,
body.hillk-original-theme .hk-collection-store .hk-link--light{
  color:#fff !important;
}

/* ABOUT COLLECTION CTA */
body.hillk-original-theme .hk-about-cta,
body.hillk-original-theme .hk-about-cta__inner,
body.hillk-original-theme .hk-about-cta .hk-kicker,
body.hillk-original-theme .hk-about-cta h2,
body.hillk-original-theme .hk-about-cta p,
body.hillk-original-theme .hk-about-cta .hk-link{
  color:#fff !important;
}

/* Consistent subtle shadow only where text sits on photography */
body.hillk-original-theme .hk-hero__eyebrow,
body.hillk-original-theme .hk-hero__copy,
body.hillk-original-theme .hk-hero__sub,
body.hillk-original-theme .hk-about-hero .hk-kicker,
body.hillk-original-theme .hk-about-hero__title,
body.hillk-original-theme .hk-about-hero__lead,
body.hillk-original-theme .hk-collection-hero .hk-kicker,
body.hillk-original-theme .hk-collection-hero__title,
body.hillk-original-theme .hk-collection-hero__lead,
body.hillk-original-theme .hk-online__inner,
body.hillk-original-theme .hk-collection-store__inner,
body.hillk-original-theme .hk-about-cta__inner{
  text-shadow:0 2px 14px rgba(0,0,0,.34),0 1px 3px rgba(0,0,0,.24) !important;
}

/* Keep small labels softer while retaining white */
body.hillk-original-theme .hk-about-hero .hk-kicker,
body.hillk-original-theme .hk-collection-hero .hk-kicker,
body.hillk-original-theme .hk-online__inner .hk-kicker,
body.hillk-original-theme .hk-collection-store .hk-kicker,
body.hillk-original-theme .hk-about-cta .hk-kicker{
  color:rgba(255,255,255,.84) !important;
  opacity:1 !important;
}

/* Overlay copy should never inherit global dark body color */
body.hillk-original-theme .hk-online__inner p:not(.hk-kicker),
body.hillk-original-theme .hk-collection-store p:not(.hk-kicker),
body.hillk-original-theme .hk-about-cta p:not(.hk-kicker){
  color:rgba(255,255,255,.94) !important;
}

/* CTA links: white rule + white arrow */
body.hillk-original-theme .hk-online .hk-link,
body.hillk-original-theme .hk-collection-store .hk-link,
body.hillk-original-theme .hk-about-cta .hk-link{
  border-color:rgba(255,255,255,.78) !important;
  text-shadow:0 1px 8px rgba(0,0,0,.30) !important;
}

/* Slightly more reliable contrast for the two collection image panels */
body.hillk-original-theme .hk-collection-hero__shade{
  background:linear-gradient(180deg,rgba(20,18,16,.08) 18%,rgba(20,18,16,.18) 52%,rgba(20,18,16,.58) 100%) !important;
}
body.hillk-original-theme .hk-collection-store__shade,
body.hillk-original-theme .hk-online__shade,
body.hillk-original-theme .hk-about-cta__shade{
  background:rgba(25,22,20,.34) !important;
}

@media(max-width:620px){
  body.hillk-original-theme .hk-collection-hero__shade{
    background:linear-gradient(180deg,rgba(20,18,16,.08) 24%,rgba(20,18,16,.18) 50%,rgba(20,18,16,.64) 100%) !important;
  }
  body.hillk-original-theme .hk-collection-store__shade,
  body.hillk-original-theme .hk-online__shade,
  body.hillk-original-theme .hk-about-cta__shade{
    background:rgba(25,22,20,.38) !important;
  }
}

/* =========================================================
   SECTION TITLE SYSTEM / v1.14.3
   全ページの見出しをコンパクトに統一
========================================================= */

/* HOME */
body.hillk-original-theme.home .hk-intro__title,
body.hillk-original-theme.front-page .hk-intro__title{
  font-size:clamp(32px,3.5vw,48px)!important;
  line-height:1.38!important;
}
body.hillk-original-theme.home .hk-season__title,
body.hillk-original-theme.front-page .hk-season__title{
  font-size:clamp(34px,3.7vw,50px)!important;
  line-height:1.28!important;
}
body.hillk-original-theme.home .hk-section-head .hk-title,
body.hillk-original-theme.front-page .hk-section-head .hk-title,
body.hillk-original-theme.home .hk-style-home__head .hk-title,
body.hillk-original-theme.front-page .hk-style-home__head .hk-title{
  font-size:clamp(36px,4vw,54px)!important;
  line-height:1.18!important;
}
body.hillk-original-theme.home .hk-online__inner .hk-title,
body.hillk-original-theme.front-page .hk-online__inner .hk-title{
  font-size:clamp(46px,5.4vw,72px)!important;
  line-height:1.06!important;
}

/* ABOUT */
body.hillk-original-theme .hk-about-hero__title{
  font-size:clamp(38px,4.6vw,62px)!important;
  line-height:1.12!important;
}
body.hillk-original-theme .hk-about-intro__inner h2{
  font-size:clamp(32px,3.5vw,46px)!important;
  line-height:1.38!important;
}
body.hillk-original-theme .hk-about-story__body h2{
  font-size:clamp(34px,3.8vw,50px)!important;
  line-height:1.25!important;
}
body.hillk-original-theme .hk-about-signature__head h2{
  font-size:clamp(30px,3.2vw,42px)!important;
  line-height:1.32!important;
}
body.hillk-original-theme .hk-about-signature__body h3{
  font-size:clamp(28px,3vw,40px)!important;
  line-height:1.2!important;
}
body.hillk-original-theme .hk-about-cta h2{
  font-size:clamp(40px,4.8vw,64px)!important;
  line-height:1.08!important;
}

/* COLLECTION */
body.hillk-original-theme .hk-collection-hero__title{
  font-size:clamp(40px,4.8vw,64px)!important;
  line-height:1.1!important;
}
body.hillk-original-theme .hk-collection-feature__body h2,
body.hillk-original-theme .hk-collection-row__caption h2{
  font-size:clamp(32px,3.5vw,46px)!important;
  line-height:1.22!important;
}
body.hillk-original-theme .hk-collection-store h2{
  font-size:clamp(40px,4.8vw,64px)!important;
  line-height:1.08!important;
}

/* POP UP */
body.hillk-original-theme .hk-popup-hero h1{
  font-size:clamp(30px,2.8vw,38px)!important;
  line-height:1.3!important;
}
body.hillk-original-theme .hk-popup-section-head h2,
body.hillk-original-theme #hillk-popup-schedule .hps__title{
  font-size:clamp(26px,2.6vw,34px)!important;
  line-height:1.35!important;
}

/* JOURNAL */
body.hillk-original-theme .hk-journal-hero h1{
  font-size:clamp(34px,3.6vw,48px)!important;
  line-height:1.18!important;
}
body.hillk-original-theme .hk-journal-feature h2{
  font-size:clamp(28px,3vw,40px)!important;
  line-height:1.35!important;
}
body.hillk-original-theme .hk-journal-item h2,
body.hillk-original-theme .hk-journal-empty h2{
  font-size:clamp(24px,2.5vw,34px)!important;
  line-height:1.4!important;
}
body.hillk-original-theme .hk-journal-single__head h1{
  font-size:clamp(36px,4.3vw,58px)!important;
  line-height:1.25!important;
}
body.hillk-original-theme .hk-journal-single__content .hk-prose h2{
  font-size:clamp(26px,2.8vw,36px)!important;
}

/* CONTACT */
body.hillk-original-theme .hk-contact-title{
  font-size:clamp(30px,2.8vw,38px)!important;
  line-height:1.3!important;
}
body.hillk-original-theme .hk-contact-guide h2{
  font-size:clamp(26px,2.7vw,34px)!important;
  line-height:1.4!important;
}

/* COMPANY */
body.hillk-original-theme .hk-company-simple-hero h1{
  font-size:clamp(29px,2.3vw,36px)!important;
  line-height:1.35!important;
}
body.hillk-original-theme .hk-company-simple-business-list h3{
  font-size:19px!important;
  line-height:1.5!important;
}

/* 共通の小見出し */
body.hillk-original-theme .hk-kicker{
  font-size:9px!important;
  letter-spacing:.21em!important;
}

@media screen and (max-width:767px){
  body.hillk-original-theme.home .hk-intro__title,
  body.hillk-original-theme.front-page .hk-intro__title{font-size:28px!important;line-height:1.45!important;}
  body.hillk-original-theme.home .hk-season__title,
  body.hillk-original-theme.front-page .hk-season__title{font-size:30px!important;}
  body.hillk-original-theme.home .hk-section-head .hk-title,
  body.hillk-original-theme.front-page .hk-section-head .hk-title,
  body.hillk-original-theme.home .hk-style-home__head .hk-title,
  body.hillk-original-theme.front-page .hk-style-home__head .hk-title{font-size:32px!important;}
  body.hillk-original-theme.home .hk-online__inner .hk-title,
  body.hillk-original-theme.front-page .hk-online__inner .hk-title{font-size:42px!important;}

  body.hillk-original-theme .hk-about-hero__title,
  body.hillk-original-theme .hk-collection-hero__title{font-size:36px!important;line-height:1.18!important;}
  body.hillk-original-theme .hk-about-intro__inner h2,
  body.hillk-original-theme .hk-about-story__body h2,
  body.hillk-original-theme .hk-collection-feature__body h2,
  body.hillk-original-theme .hk-collection-row__caption h2{font-size:29px!important;line-height:1.4!important;}
  body.hillk-original-theme .hk-about-signature__head h2{font-size:27px!important;}
  body.hillk-original-theme .hk-about-signature__body h3{font-size:26px!important;}
  body.hillk-original-theme .hk-about-cta h2,
  body.hillk-original-theme .hk-collection-store h2{font-size:38px!important;}

  body.hillk-original-theme .hk-popup-hero h1,
  body.hillk-original-theme .hk-journal-hero h1,
  body.hillk-original-theme .hk-contact-title,
  body.hillk-original-theme .hk-company-simple-hero h1{font-size:30px!important;line-height:1.35!important;}
  body.hillk-original-theme .hk-popup-section-head h2,
  body.hillk-original-theme #hillk-popup-schedule .hps__title,
  body.hillk-original-theme .hk-contact-guide h2{font-size:24px!important;}
  body.hillk-original-theme .hk-journal-feature h2{font-size:27px!important;}
  body.hillk-original-theme .hk-journal-item h2,
  body.hillk-original-theme .hk-journal-empty h2{font-size:23px!important;}
  body.hillk-original-theme .hk-journal-single__head h1{font-size:32px!important;}
  body.hillk-original-theme .hk-kicker{font-size:8px!important;}
}

/* =========================================================
   MOBILE HOME HERO RESTORE / v1.14.4
   v1.12.7 で入れた「スマホHOME HERO非表示」を正式に撤回。
   PCと同様に、スマホでも専用SP画像・ロゴ・コピー・SCROLLを表示する。
========================================================= */
@media (max-width:620px){
  body.home.hillk-original-theme .hk-hero,
  body.front-page.hillk-original-theme .hk-hero{
    display:block !important;
    position:relative !important;
    min-height:100svh !important;
    overflow:hidden !important;
    background:#222 !important;
    color:#fff !important;
  }

  body.home.hillk-original-theme .hk-hero__picture,
  body.front-page.hillk-original-theme .hk-hero__picture,
  body.home.hillk-original-theme .hk-hero__picture img,
  body.front-page.hillk-original-theme .hk-hero__picture img{
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
  }

  body.home.hillk-original-theme .hk-hero__picture img,
  body.front-page.hillk-original-theme .hk-hero__picture img{
    object-fit:cover !important;
    object-position:center center !important;
  }

  body.home.hillk-original-theme .hk-hero__shade,
  body.front-page.hillk-original-theme .hk-hero__shade{
    display:block !important;
  }

  body.home.hillk-original-theme .hk-hero__content,
  body.front-page.hillk-original-theme .hk-hero__content{
    display:block !important;
    position:absolute !important;
    left:20px !important;
    right:20px !important;
    bottom:82px !important;
    z-index:2 !important;
    max-width:none !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
  }

  body.home.hillk-original-theme .hk-hero__eyebrow,
  body.front-page.hillk-original-theme .hk-hero__eyebrow,
  body.home.hillk-original-theme .hk-hero__copy,
  body.front-page.hillk-original-theme .hk-hero__copy,
  body.home.hillk-original-theme .hk-hero__sub,
  body.front-page.hillk-original-theme .hk-hero__sub,
  body.home.hillk-original-theme .hk-hero__scroll,
  body.front-page.hillk-original-theme .hk-hero__scroll{
    color:#fff !important;
  }

  body.home.hillk-original-theme .hk-hero__brand,
  body.front-page.hillk-original-theme .hk-hero__brand{
    display:block !important;
  }

  /* HERO上ではヘッダーを写真に重ねる。v1.12.7の白背景強制を解除 */
  body.home.hillk-original-theme .hk-header:not(.is-scrolled),
  body.front-page.hillk-original-theme .hk-header:not(.is-scrolled){
    background:linear-gradient(to bottom,rgba(0,0,0,.22),transparent) !important;
    -webkit-backdrop-filter:none !important;
    backdrop-filter:none !important;
    color:#fff !important;
    border-bottom:0 !important;
  }

  body.home.hillk-original-theme .hk-header:not(.is-scrolled) .hk-site-logo--header,
  body.front-page.hillk-original-theme .hk-header:not(.is-scrolled) .hk-site-logo--header{
    filter:brightness(0) invert(1) !important;
  }

  /* HERO復活に伴い、INTROへ入れていた代替上余白を解除 */
  body.home.hillk-original-theme #hkIntro,
  body.front-page.hillk-original-theme #hkIntro{
    padding-top:clamp(62px,12vw,82px) !important;
  }
}


/* =========================================================
   v1.14.7 JOURNAL TYPOGRAPHY / NEW TAG
========================================================= */
body.hillk-original-theme .hk-journal-home .hk-section-head .hk-title{
  font-size:clamp(34px,3.8vw,52px)!important;
  line-height:1.12!important;
}
body.hillk-original-theme .hk-journal-card h3{
  font-size:clamp(16px,1.35vw,20px)!important;
  line-height:1.45!important;
  margin:5px 0 0!important;
  letter-spacing:.025em!important;
}
body.hillk-original-theme .hk-journal-new-tag{
  display:block;
  margin:9px 0 0;
  color:#9a9891;
  font-family:var(--hk-sans);
  font-size:9px;
  font-weight:400;
  line-height:1.3;
  letter-spacing:.16em;
  text-align:left;
  text-transform:uppercase;
}
body.hillk-original-theme .hk-journal-feature .hk-journal-new-tag,
body.hillk-original-theme .hk-journal-item .hk-journal-new-tag{
  margin-top:12px;
}
body.hillk-original-theme .hk-journal-feature__body h2,
body.hillk-original-theme .hk-journal-item h2{
  font-size:clamp(20px,2vw,30px)!important;
  line-height:1.4!important;
}
@media (max-width:767px){
  body.hillk-original-theme .hk-journal-home .hk-section-head .hk-title{
    font-size:30px!important;
  }
  body.hillk-original-theme .hk-journal-card h3{
    font-size:18px!important;
  }
  body.hillk-original-theme .hk-journal-new-tag{
    font-size:8.5px;
    margin-top:8px;
  }
}


/* =========================================================
   v1.14.8 HOME POP UP / DESKTOP EDITORIAL CARDS
========================================================= */
@media screen and (min-width: 901px){
  body.home.hillk-original-theme .hk-popup-home{
    background:#efebe4;
  }

  body.home.hillk-original-theme .hk-popup-home .hk-section-head{
    align-items:end;
    margin-bottom:34px;
  }

  body.home.hillk-original-theme .hk-popup-list{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-top:0;
    border-top:0;
  }

  body.home.hillk-original-theme .hk-popup-row{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-height:228px;
    padding:26px 24px 22px;
    gap:0;
    border:1px solid rgba(77,66,57,.14);
    background:rgba(255,255,255,.42);
    transition:transform .35s cubic-bezier(.2,.7,.2,1),box-shadow .35s ease,background .35s ease;
  }

  body.home.hillk-original-theme .hk-popup-row:hover{
    opacity:1;
    transform:translateY(-4px);
    background:rgba(255,255,255,.66);
    box-shadow:0 14px 34px rgba(55,46,39,.08);
  }

  body.home.hillk-original-theme .hk-popup-status{
    order:1;
    margin:0 0 28px;
  }

  body.home.hillk-original-theme .hk-popup-status .hk-badge{
    margin:0;
    padding:5px 9px;
    border-color:rgba(63,55,48,.42);
    color:#6f675f;
    background:transparent;
    font-size:8px;
    line-height:1;
    letter-spacing:.16em;
  }

  body.home.hillk-original-theme .hk-popup-date{
    order:2;
    display:flex;
    gap:8px;
    margin:0 0 15px;
    color:#8a8178;
    font-family:var(--hk-sans);
    font-size:11px;
    line-height:1;
    letter-spacing:.12em;
  }

  body.home.hillk-original-theme .hk-popup-name{
    order:3;
    width:100%;
    padding-right:34px;
  }

  body.home.hillk-original-theme .hk-popup-name a{
    display:block;
    color:#312c28;
    font-family:var(--hk-serif);
    font-size:clamp(24px,2vw,31px);
    font-weight:400;
    line-height:1.25;
    letter-spacing:.01em;
  }

  body.home.hillk-original-theme .hk-popup-name small{
    display:block;
    margin-top:9px;
    color:#958d84;
    font-family:var(--hk-sans);
    font-size:8px;
    line-height:1;
    letter-spacing:.16em;
  }

  body.home.hillk-original-theme .hk-popup-floor{
    order:4;
    margin-top:auto;
    padding-top:24px;
    color:#8d857c;
    text-align:left;
    font-size:10px;
    letter-spacing:.1em;
  }

  body.home.hillk-original-theme .hk-popup-arrow{
    position:absolute;
    right:22px;
    bottom:20px;
    color:#655d55;
    font-size:17px;
    line-height:1;
  }
}

@media screen and (min-width: 901px) and (max-width: 1180px){
  body.home.hillk-original-theme .hk-popup-row{
    min-height:214px;
    padding:22px 18px 20px;
  }
  body.home.hillk-original-theme .hk-popup-name a{
    font-size:24px;
  }
}


/* =========================================================
   v1.15.0  SCROLL STORY MOTION
   Elegant but more engaging section-to-section movement.
========================================================= */

/* Section rhythm / entrance */
.hk-flow-section{
  position:relative;
}
.hk-flow-section::before{
  content:"";
  position:absolute;
  top:0;
  left:var(--hk-gutter);
  width:0;
  height:1px;
  background:linear-gradient(90deg,rgba(111,97,86,.38),rgba(111,97,86,0));
  transition:width 1.15s cubic-bezier(.16,1,.3,1) .08s;
  pointer-events:none;
  z-index:3;
}
.hk-flow-section.is-section-visible::before{
  width:min(180px,20vw);
}

/* More editorial title reveal */
.hk-motion-ready .hk-motion-title:not(.is-motion-visible){
  clip-path:inset(0 0 100% 0);
  filter:blur(2px);
}
.hk-motion-title{
  transition:
    opacity .85s cubic-bezier(.16,1,.3,1),
    transform 1.02s cubic-bezier(.16,1,.3,1),
    clip-path 1.02s cubic-bezier(.16,1,.3,1),
    filter .8s ease !important;
}
.hk-motion-title.is-motion-visible{
  clip-path:inset(0 0 0 0);
  filter:blur(0);
}

/* Alternating horizontal drift gives each next section a different entrance */
.hk-flow-section.is-flow-left .hk-motion-media:not(.is-motion-visible),
.hk-flow-section.is-flow-left .hk-motion-item:not(.is-motion-visible){
  --hk-motion-x:-34px;
}
.hk-flow-section.is-flow-right .hk-motion-media:not(.is-motion-visible),
.hk-flow-section.is-flow-right .hk-motion-item:not(.is-motion-visible){
  --hk-motion-x:34px;
}
.hk-flow-section:nth-of-type(3n) .hk-motion-item:not(.is-motion-visible){
  --hk-motion-rotate:.45deg;
}
.hk-flow-section:nth-of-type(3n + 1) .hk-motion-item:not(.is-motion-visible){
  --hk-motion-rotate:-.35deg;
}

/* Images keep moving very slightly after reveal as the page scrolls */
.hk-flow-image{
  overflow:hidden;
}
.hk-flow-image img{
  transform:translate3d(0,var(--hk-flow-y,0px),0) scale(var(--hk-flow-scale,1.035));
  will-change:transform;
  transition:transform .18s linear;
}
.hk-flow-image:hover img{
  --hk-flow-scale:1.055;
}

/* Section heads: line grows in after the text */
.hk-section-head{
  position:relative;
}
.hk-section-head::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-18px;
  width:100%;
  height:1px;
  background:rgba(72,64,58,.22);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform 1.15s cubic-bezier(.16,1,.3,1) .24s;
}
.hk-section-head.is-visible::after,
.hk-section-head.is-motion-visible::after,
.hk-flow-section.is-section-visible .hk-section-head::after{
  transform:scaleX(1);
}

/* Cards feel like a sequence, not a simultaneous fade */
.hk-editorial-card,
.hk-popup-row,
.hk-journal-card,
.hk-about-signature__item,
.hk-collection-feature,
.hk-journal-item,
.hps__card{
  transform-origin:50% 80%;
}
.hk-motion-item.is-motion-visible{
  animation:hkItemSettle .82s cubic-bezier(.16,1,.3,1) both;
  animation-delay:var(--hk-motion-delay,0ms);
}
@keyframes hkItemSettle{
  0%{opacity:.45}
  62%{transform:translateY(-3px) scale(1.006)}
  100%{opacity:1;transform:none}
}

/* Buttons / text links invite the next scroll/click */
.hk-link{
  position:relative;
  overflow:visible;
  transition:letter-spacing .35s ease,transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease;
}
.hk-link:hover{
  transform:translateX(4px);
  letter-spacing:.19em;
}
.hk-link::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:26%;
  height:1px;
  background:currentColor;
  opacity:.45;
  animation:hkLinkPulse 3.8s ease-in-out infinite;
}
@keyframes hkLinkPulse{
  0%,60%,100%{width:26%;opacity:.35}
  72%{width:100%;opacity:.8}
  84%{width:36%;opacity:.45}
}

/* Hero: content steps in more clearly and scroll cue keeps moving */
.hk-hero__eyebrow{animation-delay:.08s!important}
.hk-hero__brand{animation-delay:.18s!important}
.hk-hero__copy{animation-delay:.31s!important}
.hk-hero__sub{animation-delay:.43s!important}
.hk-hero__scroll{animation:hkScrollCueIn .9s .72s both cubic-bezier(.16,1,.3,1)}
.hk-hero__scroll i::after{
  content:"";
  position:absolute;
  inset:0;
  background:currentColor;
  transform:translateX(-115%);
  animation:hkScrollLine 2.35s 1.2s ease-in-out infinite;
}
@keyframes hkScrollCueIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes hkScrollLine{0%,18%{transform:translateX(-115%)}55%{transform:translateX(0)}82%,100%{transform:translateX(115%)}}

/* Full-image CTA gains a slow cinematic breathing motion */
.hk-online__picture img,
.hk-about-cta__media img,
.hk-collection-store__media img,
.hk-style-visual__media img{
  animation:hkCinematicBreath 13s ease-in-out infinite alternate;
  transform-origin:center center;
}
@keyframes hkCinematicBreath{
  from{transform:scale(1.01)}
  to{transform:scale(1.055)}
}

/* Drawer feels more alive without becoming playful/cartoonish */
.hk-drawer.is-open .hk-drawer__nav-main a:hover,
.hk-drawer.is-open .hk-drawer__support a:hover{
  transform:translateX(6px);
  transition:transform .28s cubic-bezier(.16,1,.3,1);
}

/* Desktop hover: image cards react quickly */
@media (hover:hover) and (pointer:fine){
  .hk-editorial-card:hover,
  .hk-journal-card:hover,
  .hk-popup-row:hover,
  .hk-collection-feature:hover{
    transform:translateY(-5px);
  }
  .hk-editorial-card,
  .hk-journal-card,
  .hk-popup-row,
  .hk-collection-feature{
    transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s ease,background .42s ease;
  }
}

/* Smartphone: stronger enough to feel the story while keeping reading stable */
@media(max-width:767px){
  .hk-flow-section::before{left:20px}
  .hk-flow-section.is-section-visible::before{width:72px}
  .hk-flow-section.is-flow-left .hk-motion-media:not(.is-motion-visible),
  .hk-flow-section.is-flow-left .hk-motion-item:not(.is-motion-visible){--hk-motion-x:-20px}
  .hk-flow-section.is-flow-right .hk-motion-media:not(.is-motion-visible),
  .hk-flow-section.is-flow-right .hk-motion-item:not(.is-motion-visible){--hk-motion-x:20px}
  .hk-motion-ready .hk-motion-title:not(.is-motion-visible){transform:translate3d(0,24px,0)}
  .hk-motion-ready .hk-motion-copy:not(.is-motion-visible){transform:translate3d(0,18px,0)}
  .hk-section-head::after{bottom:-12px}
  .hk-link::after{animation-duration:4.4s}
}

@media(prefers-reduced-motion:reduce){
  .hk-flow-section::before,
  .hk-section-head::after{transition:none!important;width:auto!important;transform:none!important}
  .hk-flow-image img,
  .hk-online__picture img,
  .hk-about-cta__media img,
  .hk-collection-store__media img,
  .hk-style-visual__media img,
  .hk-hero__scroll,
  .hk-hero__scroll i::after,
  .hk-link::after,
  .hk-motion-item.is-motion-visible{animation:none!important;transform:none!important}
}

/* =========================================================
   v1.15.1 SAFE TITLE MOTION
   Page/section titles must never become invisible.
========================================================= */
.hk-motion-ready .hk-motion-title:not(.is-motion-visible){
  opacity:1 !important;
  visibility:visible !important;
  clip-path:none !important;
  filter:none !important;
  transform:translate3d(0,14px,0) !important;
}
.hk-motion-title,
.hk-motion-title.is-motion-visible{
  opacity:1 !important;
  visibility:visible !important;
  clip-path:none !important;
  filter:none !important;
}
.hk-motion-title.is-motion-visible{
  transform:translate3d(0,0,0) !important;
}

/* Major page headings are always readable even before JS finishes. */
.hk-title,
.hk-about-hero__title,
.hk-collection-hero__title,
.hk-contact-title,
.hk-company-simple-heading,
.hps__title,
.hk-intro__title,
.hk-season__title,
.hk-about-intro__inner h2,
.hk-about-story__body h2,
.hk-about-signature__head h2,
.hk-about-signature__body h3,
.hk-collection-feature__body h2,
.hk-online__inner h2,
.hk-about-cta__inner h2,
.hk-journal-feature h2,
.hk-journal-item h2,
.hk-journal-item h3{
  opacity:1 !important;
  visibility:visible !important;
}

@media (max-width:767px){
  .hk-motion-ready .hk-motion-title:not(.is-motion-visible){
    transform:translate3d(0,10px,0) !important;
  }
}

/* =========================================================
   v1.15.2 EC FOLLOW TAB — MOBILE MATCHES PC
   PC / MOBILE: right-center vertical tab, visible over HERO.
========================================================= */

/* EC tab is intentionally visible over HERO on all devices. */
.hk-ec-follow{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}

/* Keep the drawer clean while it is open. */
body.hk-menu-open .hk-ec-follow{
  display:none!important;
}

/* Smartphone: use the same right-center vertical form as desktop. */
@media (max-width:620px){
  .hk-ec-follow{
    top:50%!important;
    right:0!important;
    bottom:auto!important;
    left:auto!important;

    width:66px!important;
    min-width:66px!important;
    max-width:66px!important;
    height:174px!important;
    min-height:174px!important;
    max-height:174px!important;

    padding:12px 7px 9px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;

    border:1px solid rgba(78,68,61,.16)!important;
    border-right:0!important;
    border-radius:19px 0 0 19px!important;
    background:linear-gradient(180deg,rgba(247,243,238,.98) 0%,rgba(229,219,210,.97) 100%)!important;
    color:var(--hk-ec-ink)!important;
    box-shadow:-8px 10px 26px rgba(73,62,54,.12)!important;
    -webkit-backdrop-filter:blur(12px)!important;
    backdrop-filter:blur(12px)!important;

    transform:translateY(-50%)!important;
    animation:none!important;
    overflow:visible!important;
  }

  .hk-ec-follow::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:19px 0 0 19px;
    background:linear-gradient(145deg,rgba(255,255,255,.5),transparent 48%);
    pointer-events:none;
  }

  .hk-ec-follow__bag{
    position:relative;
    z-index:1;
    width:38px!important;
    height:44px!important;
    margin:0 0 5px!important;
    flex:0 0 auto!important;
    transform-origin:50% 12%;
    animation:hkBagAttention 3.8s ease-in-out infinite!important;
  }

  .hk-ec-follow__bag svg{
    display:block!important;
    width:100%!important;
    height:100%!important;
    overflow:visible!important;
  }

  .hk-ec-follow__bag-body{
    fill:var(--hk-ec-ivory)!important;
    stroke:var(--hk-ec-greige-deep)!important;
    stroke-width:1.8!important;
  }

  .hk-ec-follow__bag-handle{
    fill:none!important;
    stroke:var(--hk-ec-greige-deep)!important;
    stroke-width:1.8!important;
    stroke-linecap:round!important;
  }

  .hk-ec-follow__bag text{
    font-family:var(--hk-sans)!important;
    font-size:10px!important;
    font-weight:700!important;
    letter-spacing:1.1px!important;
    fill:var(--hk-ec-ink)!important;
  }

  .hk-ec-follow__label{
    position:relative;
    z-index:1;
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    writing-mode:vertical-rl!important;
    text-orientation:mixed!important;
    font-family:var(--hk-sans)!important;
    font-size:8px!important;
    font-weight:500!important;
    line-height:1!important;
    letter-spacing:.15em!important;
    white-space:nowrap!important;
    color:var(--hk-ec-ink)!important;
  }

  .hk-ec-follow__arrow{
    position:relative;
    z-index:1;
    flex:0 0 26px!important;
    width:30px!important;
    height:26px!important;
    min-height:26px!important;
    margin-top:auto!important;
    padding-top:6px!important;
    display:grid!important;
    place-items:center!important;
    border-top:1px solid rgba(78,68,61,.18)!important;
    color:var(--hk-ec-greige-deep)!important;
    font-size:13px!important;
    line-height:1!important;
    animation:hkEcArrowNudge 2.6s ease-in-out infinite!important;
  }
}

/* =========================================================
   v1.15.3 EC FOLLOW TAB — DEPTH / 3D PLATE
   PC / MOBILE: stronger material depth without looking detached.
========================================================= */
.hk-ec-follow{
  border-color:rgba(83,68,58,.24)!important;
  background:linear-gradient(145deg,
    rgba(250,247,243,.99) 0%,
    rgba(235,227,219,.99) 46%,
    rgba(216,203,192,.99) 100%)!important;
  box-shadow:
    inset 1px 1px 0 rgba(255,255,255,.90),
    inset -1px -1px 0 rgba(91,72,59,.10),
    inset 0 -5px 10px rgba(109,88,73,.055),
    -3px 3px 0 rgba(130,110,95,.10),
    -7px 9px 18px rgba(62,49,41,.16)!important;
}

.hk-ec-follow::before{
  background:linear-gradient(145deg,
    rgba(255,255,255,.72) 0%,
    rgba(255,255,255,.20) 32%,
    transparent 53%)!important;
}

.hk-ec-follow::after{
  content:"";
  position:absolute;
  top:10px;
  bottom:10px;
  left:0;
  width:2px;
  border-radius:2px;
  background:linear-gradient(180deg,
    rgba(255,255,255,.78),
    rgba(135,112,95,.20) 48%,
    rgba(97,77,63,.28));
  pointer-events:none;
  opacity:.8;
}

@media (min-width:621px){
  .hk-ec-follow:hover{
    background:linear-gradient(145deg,
      #fffdfa 0%,
      #eee5dd 48%,
      #d8cbbf 100%)!important;
    box-shadow:
      inset 1px 1px 0 rgba(255,255,255,.96),
      inset -1px -1px 0 rgba(91,72,59,.12),
      inset 0 -6px 12px rgba(109,88,73,.065),
      -4px 4px 0 rgba(130,110,95,.12),
      -9px 11px 22px rgba(62,49,41,.20)!important;
  }
}

@media (max-width:620px){
  .hk-ec-follow{
    box-shadow:
      inset 1px 1px 0 rgba(255,255,255,.90),
      inset -1px -1px 0 rgba(91,72,59,.10),
      inset 0 -4px 9px rgba(109,88,73,.055),
      -3px 3px 0 rgba(130,110,95,.10),
      -6px 8px 16px rgba(62,49,41,.17)!important;
  }
}

/* =========================================================
   v1.15.4 EC FOLLOW TAB — MOBILE DRAWER SLIDE / FADE
   When the smartphone drawer opens, the EC tab exits to the
   right while fading. Closing the drawer reverses the motion.
========================================================= */
@media (max-width:620px){
  .hk-ec-follow{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,-50%,0)!important;
    will-change:transform,opacity;
    transition:
      transform .46s cubic-bezier(.22,.61,.36,1),
      opacity .30s ease,
      visibility 0s linear 0s!important;
  }

  body.hk-menu-open .hk-ec-follow{
    display:flex!important;
    transform:translate3d(112%,-50%,0)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:
      transform .42s cubic-bezier(.55,.06,.68,.19),
      opacity .28s ease,
      visibility 0s linear .42s!important;
  }
}

@media (prefers-reduced-motion:reduce) and (max-width:620px){
  .hk-ec-follow,
  body.hk-menu-open .hk-ec-follow{
    transition:opacity .15s linear, visibility 0s linear .15s!important;
  }
}


/* =========================================================
   v1.15.5 EC FOLLOW TAB — NATURAL SHADOW RESTORE
   Restore the softer v1.15.2-style shadow. Keep v1.15.4
   mobile drawer slide/fade behavior unchanged.
========================================================= */
.hk-ec-follow{
  border-color:rgba(78,68,61,.16)!important;
  background:linear-gradient(180deg,
    rgba(247,243,238,.98) 0%,
    rgba(229,219,210,.97) 100%)!important;
  box-shadow:-8px 10px 26px rgba(73,62,54,.12)!important;
}

.hk-ec-follow::before{
  background:linear-gradient(145deg,rgba(255,255,255,.5),transparent 48%)!important;
}

.hk-ec-follow::after{
  content:none!important;
  display:none!important;
}

@media (min-width:621px){
  .hk-ec-follow:hover{
    background:linear-gradient(180deg,
      rgba(250,247,243,.99) 0%,
      rgba(233,224,216,.98) 100%)!important;
    box-shadow:-10px 12px 28px rgba(73,62,54,.15)!important;
  }
}

@media (max-width:620px){
  .hk-ec-follow{
    box-shadow:-7px 9px 22px rgba(73,62,54,.12)!important;
  }
}


/* =========================================================
   v1.15.8 EC FOLLOW TAB — BAG HOP + VISIBLE SWING
   The bag hops, then visibly swings left/right from the handle.
   Tab position, shadow and drawer behavior remain unchanged.
========================================================= */
@keyframes hkBagAttention{
  0%,66%,100%{transform:translateY(0) rotate(0deg)}
  72%{transform:translateY(-7px) rotate(-8deg)}
  78%{transform:translateY(-2px) rotate(7deg)}
  84%{transform:translateY(0) rotate(-5deg)}
  89%{transform:translateY(-2px) rotate(4deg)}
  94%{transform:translateY(0) rotate(-2deg)}
  97%{transform:translateY(0) rotate(1deg)}
}

@media (prefers-reduced-motion:reduce){
  .hk-ec-follow__bag{animation:none!important}
}
\n\n/* =========================================================\n   v1.15.8 JOURNAL SINGLE / TYPOGRAPHY CONSISTENCY\n========================================================= */\nbody.hillk-original-theme .hk-journal-single__head{\n  padding:clamp(125px,13vw,178px) 0 clamp(48px,6vw,72px);\n}\nbody.hillk-original-theme .hk-journal-single__head-inner{\n  max-width:920px;\n}\nbody.hillk-original-theme .hk-journal-single__head h1{\n  max-width:860px;\n  margin:6px 0 0!important;\n  font-family:var(--hk-serif)!important;\n  font-size:clamp(32px,3.3vw,48px)!important;\n  font-weight:400!important;\n  line-height:1.38!important;\n  letter-spacing:.018em!important;\n  color:var(--hk-ink)!important;\n}\nbody.hillk-original-theme .hk-journal-single__tag{\n  margin:0 0 9px!important;\n  color:#9a9891!important;\n  font-family:var(--hk-sans)!important;\n  font-size:9px!important;\n  font-weight:400!important;\n  line-height:1.3!important;\n  letter-spacing:.17em!important;\n  text-align:left!important;\n}\nbody.hillk-original-theme .hk-journal-single__head .hk-journal-meta{\n  margin-bottom:20px!important;\n}\nbody.hillk-original-theme .hk-journal-single__lead{\n  max-width:700px;\n  margin-top:24px!important;\n  font-size:clamp(14px,1.2vw,17px)!important;\n  line-height:2!important;\n}\nbody.hillk-original-theme .hk-journal-single__content .hk-prose h2{\n  font-size:clamp(24px,2.5vw,34px)!important;\n  line-height:1.5!important;\n}\nbody.hillk-original-theme .hk-journal-single__content .hk-prose h3{\n  font-size:18px!important;\n  line-height:1.6!important;\n}\n@media (max-width:767px){\n  body.hillk-original-theme .hk-journal-single__head{\n    padding:104px 0 44px!important;\n  }\n  body.hillk-original-theme .hk-journal-single__head h1{\n    font-size:30px!important;\n    line-height:1.45!important;\n  }\n  body.hillk-original-theme .hk-journal-single__tag{\n    margin-bottom:7px!important;\n    font-size:8.5px!important;\n  }\n  body.hillk-original-theme .hk-journal-single__head .hk-journal-meta{\n    margin-bottom:16px!important;\n  }\n  body.hillk-original-theme .hk-journal-single__lead{\n    margin-top:20px!important;\n    font-size:14px!important;\n  }\n  body.hillk-original-theme .hk-journal-single__content .hk-prose h2{\n    font-size:25px!important;\n  }\n  body.hillk-original-theme .hk-journal-single__content .hk-prose h3{\n    font-size:17px!important;\n  }\n}\n
/* =========================================================
   POP UP SCHEDULER — MOBILE REBUILD v1.16.0
   横圧縮を廃止し、1件ごとに縦方向へ整理
========================================================= */
@media (max-width: 700px) {
  body.hillk-original-theme .hk-popup-schedule-wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__controls {
    margin: 0 0 22px !important;
    padding: 16px !important;
    gap: 18px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule button.hps__button {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 8px 7px !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.35 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    border-top: 1px solid var(--hps-line) !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__card {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 30px !important;
    grid-template-areas:
      "status status"
      "date date"
      "info mark" !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 9px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 20px 4px 22px !important;
    overflow: visible !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hps-line) !important;
    background: transparent !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__card.is-current,
  body.hillk-original-theme #hillk-popup-schedule .hps__card.is-soon {
    background: transparent !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__status {
    position: static !important;
    grid-area: status !important;
    justify-self: start !important;
    width: auto !important;
    margin: 0 0 1px !important;
    padding: 4px 8px !important;
    border: 1px solid #a99a8e !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #7b6d63 !important;
    font-size: 7px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    letter-spacing: .12em !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__card.is-soon .hps__status {
    background: transparent !important;
    color: #8b7b60 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__date {
    grid-area: date !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    gap: 2px 4px !important;
    width: 100% !important;
    margin: 0 !important;
    white-space: normal !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__date span {
    font-size: 17px !important;
    line-height: 1.25 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__date small {
    margin: 0 2px 0 0 !important;
    font-size: 8px !important;
    line-height: 1.25 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__date i {
    display: block !important;
    flex: 0 0 13px !important;
    width: 13px !important;
    height: 1px !important;
    margin: 0 2px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__date span:nth-of-type(2)::before {
    content: none !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__info {
    grid-area: info !important;
    min-width: 0 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__area {
    margin: 0 0 4px !important;
    font-size: 8px !important;
    line-height: 1.4 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__info h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__floor {
    margin: 5px 0 0 !important;
    min-height: 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__note {
    margin-top: 5px !important;
    font-size: 10px !important;
    line-height: 1.65 !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__mark {
    grid-area: mark !important;
    justify-self: end !important;
    align-self: center !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule .hps__result {
    margin-bottom: 8px !important;
    font-size: 9px !important;
  }
}

@media (max-width: 390px) {
  body.hillk-original-theme #hillk-popup-schedule .hps__info h3 {
    font-size: 17px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__date span {
    font-size: 16px !important;
  }
}

/* =========================================================
   POP UP SCHEDULER — MOBILE HARD RESET v1.16.1
   PC用gridを完全解除し、スマホではblock構成に固定
========================================================= */
@media screen and (max-width: 767px) {
  #hillk-popup-schedule.hps .hps__controls {
    display: block !important;
    padding: 16px !important;
  }
  #hillk-popup-schedule.hps .hps__control-group + .hps__control-group {
    margin-top: 16px !important;
  }
  #hillk-popup-schedule.hps .hps__buttons {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
    flex-wrap: initial !important;
  }
  #hillk-popup-schedule.hps button.hps__button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    white-space: normal !important;
    padding: 9px 6px !important;
    line-height: 1.35 !important;
  }

  #hillk-popup-schedule.hps .hps__list {
    display: block !important;
    width: 100% !important;
    border-top: 1px solid var(--hps-line) !important;
  }

  #hillk-popup-schedule.hps .hps__card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 20px 42px 22px 2px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--hps-line) !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: visible !important;
  }

  #hillk-popup-schedule.hps .hps__card:hover,
  #hillk-popup-schedule.hps .hps__card.is-current,
  #hillk-popup-schedule.hps .hps__card.is-soon {
    background: transparent !important;
    transform: none !important;
    box-shadow: none !important;
  }

  #hillk-popup-schedule.hps .hps__status {
    position: static !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 10px !important;
    padding: 4px 8px !important;
    border: 1px solid #a99a8e !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #7b6d63 !important;
    font-size: 7px !important;
    line-height: 1.2 !important;
    letter-spacing: .12em !important;
    inset: auto !important;
  }
  #hillk-popup-schedule.hps .hps__status[hidden] {
    display: none !important;
  }

  #hillk-popup-schedule.hps .hps__date {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 0 11px !important;
    gap: 2px 4px !important;
    white-space: normal !important;
  }
  #hillk-popup-schedule.hps .hps__date span {
    display: inline !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
  }
  #hillk-popup-schedule.hps .hps__date small {
    display: inline !important;
    margin: 0 3px 0 0 !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
  }
  #hillk-popup-schedule.hps .hps__date i {
    display: inline-block !important;
    flex: 0 0 14px !important;
    width: 14px !important;
    height: 1px !important;
    margin: 0 3px !important;
    background: #b9b1aa !important;
    vertical-align: middle !important;
  }
  #hillk-popup-schedule.hps .hps__date span:nth-of-type(2)::before {
    content: none !important;
  }

  #hillk-popup-schedule.hps .hps__info {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #hillk-popup-schedule.hps .hps__area {
    display: block !important;
    margin: 0 0 4px !important;
    font-size: 8px !important;
    line-height: 1.4 !important;
  }
  #hillk-popup-schedule.hps .hps__info h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
  #hillk-popup-schedule.hps .hps__floor {
    display: block !important;
    margin: 5px 0 0 !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    text-align: left !important;
  }
  #hillk-popup-schedule.hps .hps__note {
    display: block !important;
    margin: 5px 0 0 !important;
    font-size: 10px !important;
    line-height: 1.65 !important;
  }

  #hillk-popup-schedule.hps .hps__mark {
    position: absolute !important;
    right: 3px !important;
    bottom: 24px !important;
    top: auto !important;
    left: auto !important;
    display: grid !important;
    place-items: center !important;
    width: 26px !important;
    height: 26px !important;
    margin: 0 !important;
    font-size: 13px !important;
  }
}

/* =========================================================
   POP UP SCHEDULER — MOBILE FILTER + STATUS LABEL FIX v1.16.4
   PC判定結果をスマホでもそのまま反映し、開催中ラベルを見やすくする
========================================================= */
@media screen and (max-width: 767px) {
  /* hidden属性をdisplay:block!importantより優先 */
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card[hidden] {
    display: none !important;
  }

  /* 開催中 / まもなく開催 ラベル */
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__status {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 24px !important;
    margin: 0 0 11px !important;
    padding: 5px 10px 4px !important;
    border-width: 1px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: .10em !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__status[hidden] {
    display: none !important;
  }
}


/* =========================================================
   POP UP SCHEDULER — REGION LIST v1.16.5
   西日本 / 東日本の2リスト、開始日順
========================================================= */
body.hillk-original-theme #hillk-popup-schedule .hps__controls,
body.hillk-original-theme #hillk-popup-schedule .hps__result {
  display:none !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__regions {
  display:grid;
  gap:clamp(58px,7vw,92px);
  margin-top:clamp(44px,6vw,72px);
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-block {
  min-width:0;
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-head {
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:"en count" "title count";
  align-items:end;
  gap:4px 24px;
  padding:0 0 18px;
  border-bottom:1px solid rgba(76,69,63,.22);
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-en {
  grid-area:en;
  margin:0;
  font-family:var(--hk-sans);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  color:#9a9087;
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-head h3 {
  grid-area:title;
  margin:4px 0 0;
  font-family:var(--hk-serif);
  font-size:clamp(25px,2.4vw,34px);
  font-weight:400;
  line-height:1.2;
  color:#332f2b;
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-head > span {
  grid-area:count;
  align-self:center;
  font-family:var(--hk-sans);
  font-size:9px;
  letter-spacing:.13em;
  color:#9a9087;
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-block .hps__list {
  margin-top:0 !important;
}
body.hillk-original-theme #hillk-popup-schedule .hps__region-empty {
  margin:0;
  padding:28px 0;
  border-bottom:1px solid rgba(76,69,63,.12);
  font-family:var(--hk-serif);
  font-size:13px;
  color:#8d857d;
}
body.hillk-original-theme #hillk-popup-schedule .hps__status {
  font-size:10px !important;
  line-height:1 !important;
  letter-spacing:.10em !important;
  white-space:nowrap;
}
@media (max-width: 767px) {
  body.hillk-original-theme #hillk-popup-schedule .hps__regions {
    gap:54px;
    margin-top:38px;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__region-head {
    padding-bottom:13px;
    gap:3px 12px;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__region-head h3 {
    font-size:25px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__region-en {
    font-size:8px;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__region-head > span {
    font-size:8px;
  }
  body.hillk-original-theme #hillk-popup-schedule .hps__status {
    font-size:11px !important;
    padding:6px 10px !important;
  }
}


/* =========================================================
   POP UP SCHEDULER — COMPACT ROW v1.16.6
   Heroと月見出しの重複を整理 / hマーク廃止 / 日付+店名を横並び
========================================================= */
body.hillk-original-theme .hk-popup-hero {
  padding-bottom: clamp(44px, 5vw, 72px) !important;
}
body.hillk-original-theme .hk-popup-hero h1 {
  margin-bottom: 18px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__head {
  margin-bottom: clamp(34px, 4vw, 52px) !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__eyebrow {
  margin-bottom: 8px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__title {
  margin-bottom: 8px !important;
}

/* 一件を横1行ベースへ */
body.hillk-original-theme #hillk-popup-schedule.hps .hps__card {
  display: grid !important;
  grid-template-columns: 126px minmax(0, 1fr) !important;
  grid-template-areas:
    "date info"
    "date info" !important;
  column-gap: 26px !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 15px 4px !important;
  border-left: 0 !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__date {
  grid-area: date !important;
  width: 126px !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
  gap: 2px 3px !important;
  white-space: nowrap !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__date span {
  font-size: 15px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__date small {
  font-size: 7px !important;
  margin-right: 0 !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__date i {
  flex: 0 0 11px !important;
  width: 11px !important;
  margin: 0 2px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__info {
  grid-area: info !important;
  min-width: 0 !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__info h3 {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__floor {
  margin-top: 3px !important;
  font-size: 8px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__note {
  margin-top: 3px !important;
  font-size: 8px !important;
  line-height: 1.45 !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__status {
  position: absolute !important;
  top: 10px !important;
  right: 4px !important;
  z-index: 2 !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  font-size: 9px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__card.is-current .hps__info {
  padding-right: 62px !important;
}
body.hillk-original-theme #hillk-popup-schedule.hps .hps__mark {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body.hillk-original-theme .hk-popup-hero {
    padding-top: 90px !important;
    padding-bottom: 34px !important;
  }
  body.hillk-original-theme .hk-popup-hero h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
  }
  body.hillk-original-theme .hk-popup-hero p:last-child {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__head {
    margin-bottom: 26px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__title {
    font-size: 23px !important;
    line-height: 1.35 !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__lead {
    font-size: 11px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__region-head {
    margin-bottom: 4px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card {
    display: grid !important;
    grid-template-columns: 122px minmax(0, 1fr) !important;
    grid-template-areas: "date info" !important;
    column-gap: 10px !important;
    align-items: center !important;
    padding: 14px 2px !important;
    min-height: 64px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__date {
    width: 122px !important;
    margin: 0 !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__date span {
    font-size: 15px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__info h3 {
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__floor,
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__note {
    font-size: 8px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__status {
    top: 5px !important;
    right: 2px !important;
    padding: 4px 7px !important;
    font-size: 9px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card.is-current .hps__info {
    padding-right: 52px !important;
  }
}

@media screen and (max-width: 390px) {
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    column-gap: 8px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__date {
    width: 112px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__date span {
    font-size: 14px !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__info h3 {
    font-size: 13px !important;
  }
}

/* =========================================================
   POP UP MOBILE TITLE + CURRENT LABEL v1.16.8
   SPタイトル縮小 / 開催中を日付の上へ
========================================================= */
@media screen and (max-width: 767px) {
  body.hillk-original-theme .hk-popup-hero h1 {
    font-size: clamp(28px, 8.2vw, 36px) !important;
    line-height: 1.14 !important;
    letter-spacing: .04em !important;
    margin-bottom: 12px !important;
  }

  body.hillk-original-theme .hk-popup-hero {
    padding-top: 82px !important;
    padding-bottom: 30px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card {
    grid-template-columns: 122px minmax(0, 1fr) !important;
    grid-template-areas:
      "status info"
      "date   info" !important;
    align-items: start !important;
    row-gap: 5px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__status {
    position: static !important;
    grid-area: status !important;
    justify-self: start !important;
    align-self: end !important;
    display: inline-flex !important;
    width: max-content !important;
    margin: 0 0 1px 0 !important;
    padding: 3px 7px !important;
    border: 1px solid rgba(117,101,88,.45) !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #756558 !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__date {
    grid-area: date !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__info {
    grid-area: info !important;
    align-self: center !important;
  }

  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card.is-current .hps__info {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 390px) {
  body.hillk-original-theme .hk-popup-hero h1 {
    font-size: clamp(26px, 8.5vw, 32px) !important;
  }
  body.hillk-original-theme #hillk-popup-schedule.hps .hps__card {
    grid-template-columns: 112px minmax(0, 1fr) !important;
  }
}

/* =========================================================
   v1.17.0 HOME HERO slider
========================================================= */
.hk-hero-slider{position:absolute;inset:0;z-index:0;overflow:hidden}
.hk-hero-slider .hk-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.25s cubic-bezier(.22,.61,.36,1),visibility 1.25s;pointer-events:none}
.hk-hero-slider .hk-hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.hk-hero-slider .hk-hero-slide img{animation:none;transform:scale(1.035);transition:transform 7s ease-out}
.hk-hero-slider .hk-hero-slide.is-active img{transform:scale(1)}
.hk-hero-slider__dots{position:absolute;right:var(--hk-gutter);bottom:72px;z-index:5;display:flex;align-items:center;gap:8px}
.hk-hero-slider__dots button{appearance:none;width:20px;height:2px;padding:0;border:0;background:rgba(255,255,255,.42);cursor:pointer;transition:width .35s ease,background .35s ease}
.hk-hero-slider__dots button.is-active{width:42px;background:#fff}
@media(max-width:767px){.hk-hero-slider__dots{right:20px;bottom:54px}.hk-hero-slider__dots button{width:14px}.hk-hero-slider__dots button.is-active{width:30px}}
@media(prefers-reduced-motion:reduce){.hk-hero-slider .hk-hero-slide,.hk-hero-slider .hk-hero-slide img{transition:none!important;transform:none!important}}

/* =========================================================
   v1.17.3 HOME POP UP status badge visibility
========================================================= */
@media screen and (max-width: 767px) {
  body.home.hillk-original-theme .hk-popup-status {
    margin-bottom: 24px !important;
  }

  body.home.hillk-original-theme .hk-popup-status .hk-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 8px 14px 7px !important;
    border: 1.2px solid rgba(55, 48, 43, .68) !important;
    border-radius: 999px !important;
    color: #4f4842 !important;
    background: rgba(255,255,255,.7) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: .10em !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   v1.17.6 HOME JAPANESE LINE-BY-LINE TITLE MOTION
   Major Japanese editorial titles reveal softly one rendered line at a time.
========================================================= */
body.home .hk-line-title{
  display:block;
}
body.home .hk-line-title__line{
  display:block;
  width:max-content;
  max-width:100%;
  white-space:nowrap;
  opacity:0;
  transform:translate3d(0,.32em,0);
  filter:blur(2px);
  transition:
    opacity .92s cubic-bezier(.22,.61,.36,1),
    transform 1.05s cubic-bezier(.22,.61,.36,1),
    filter .92s ease;
  transition-delay:calc(var(--hk-line-index,0) * 320ms);
  will-change:opacity,transform,filter;
}
body.home .hk-line-title.is-line-visible .hk-line-title__line{
  opacity:1;
  transform:translate3d(0,0,0);
  filter:blur(0);
}
/* temporary measuring characters are visible only for a single layout frame */
body.home .hk-line-title-measure__char{
  display:inline-block;
  white-space:pre;
}
@media (max-width:767px){
  body.home .hk-line-title__line{
    transform:translate3d(0,.26em,0);
    transition-duration:1.02s,1.12s,1.02s;
    transition-delay:calc(var(--hk-line-index,0) * 380ms);
  }
}
@media (prefers-reduced-motion:reduce){
  body.home .hk-line-title__line{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}


/* =========================================================
   v1.17.7 STRONGER SCROLL MOTION
   Stronger, clearly perceptible movement while keeping hillk elegance.
========================================================= */

/* Titles stay readable even before the observer fires. */
body:not(.home) .hk-motion-ready .hk-motion-title:not(.is-motion-visible){
  opacity:1!important;
  transform:translate3d(0,18px,0)!important;
  clip-path:inset(0 0 0 0)!important;
  filter:blur(1px)!important;
}

/* Copy follows the title with a larger but soft lift. */
.hk-motion-ready .hk-motion-copy:not(.is-motion-visible){
  opacity:0!important;
  transform:translate3d(var(--hk-motion-x,0px),34px,0)!important;
  filter:blur(2px);
}
.hk-motion-copy{
  transition:
    opacity 1.05s cubic-bezier(.16,1,.3,1),
    transform 1.18s cubic-bezier(.16,1,.3,1),
    filter .9s ease!important;
}
.hk-motion-copy.is-motion-visible{filter:blur(0)}

/* Cards / rows have a more definite entrance. */
.hk-motion-ready .hk-motion-item:not(.is-motion-visible){
  opacity:0!important;
  transform:translate3d(var(--hk-motion-x,0px),54px,0) rotate(var(--hk-motion-rotate,0deg)) scale(.985)!important;
}
.hk-motion-item{
  transition:
    opacity 1.0s cubic-bezier(.16,1,.3,1),
    transform 1.15s cubic-bezier(.16,1,.3,1)!important;
}

/* Images travel further from alternate sides and settle from a stronger crop/zoom. */
.hk-motion-ready .hk-motion-media:not(.is-motion-visible){
  opacity:0!important;
  transform:translate3d(var(--hk-motion-x,0px),42px,0) scale(1.085)!important;
  clip-path:inset(8% 5% 8% 5%)!important;
  filter:saturate(.88) contrast(.96);
}
.hk-motion-media{
  transition:
    opacity 1.05s cubic-bezier(.16,1,.3,1),
    transform 1.35s cubic-bezier(.16,1,.3,1),
    clip-path 1.28s cubic-bezier(.16,1,.3,1),
    filter 1.15s ease!important;
}
.hk-motion-media.is-motion-visible{filter:none!important}

/* Make the alternating section direction unmistakable. */
.hk-flow-section.is-flow-left .hk-motion-media:not(.is-motion-visible),
.hk-flow-section.is-flow-left .hk-motion-item:not(.is-motion-visible){--hk-motion-x:-58px}
.hk-flow-section.is-flow-right .hk-motion-media:not(.is-motion-visible),
.hk-flow-section.is-flow-right .hk-motion-item:not(.is-motion-visible){--hk-motion-x:58px}

/* Section marker grows more visibly, then settles. */
.hk-flow-section::before{
  height:2px!important;
  opacity:.72;
  transition:width 1.35s cubic-bezier(.16,1,.3,1) .08s,opacity .8s ease!important;
}
.hk-flow-section.is-section-visible::before{width:min(230px,28vw)!important}

/* Headings get a stronger lift without ever disappearing permanently. */
.hk-motion-title{
  transition:
    opacity 1s cubic-bezier(.16,1,.3,1),
    transform 1.18s cubic-bezier(.16,1,.3,1),
    clip-path 1.15s cubic-bezier(.16,1,.3,1),
    filter .95s ease!important;
}

/* Visible cards get a small overshoot so movement feels alive. */
.hk-motion-item.is-motion-visible{
  animation:hkItemSettleStrong 1.02s cubic-bezier(.16,1,.3,1) both!important;
  animation-delay:var(--hk-motion-delay,0ms)!important;
}
@keyframes hkItemSettleStrong{
  0%{opacity:.2;transform:translateY(16px) scale(.986)}
  68%{opacity:1;transform:translateY(-7px) scale(1.008)}
  100%{opacity:1;transform:none}
}

/* Media has a brief settling pulse after entering. */
.hk-motion-media.is-motion-visible{
  animation:hkMediaSettle 1.25s cubic-bezier(.16,1,.3,1) both;
  animation-delay:var(--hk-motion-delay,0ms);
}
@keyframes hkMediaSettle{
  0%{opacity:.35}
  72%{opacity:1;transform:translate3d(0,-5px,0) scale(1.012)}
  100%{opacity:1;transform:none}
}

/* Links react a little more clearly, inviting the next action. */
.hk-link:hover{transform:translateX(7px)!important}

/* HOME Japanese line titles: keep line-by-line softness, but make the lift more visible. */
body.home .hk-line-title__line{
  transform:translate3d(0,.48em,0)!important;
  filter:blur(3px)!important;
  transition-duration:1.12s,1.22s,1.08s!important;
  transition-delay:calc(var(--hk-line-index,0) * 390ms)!important;
}
body.home .hk-line-title.is-line-visible .hk-line-title__line{
  transform:none!important;
  filter:blur(0)!important;
}

@media (max-width:767px){
  .hk-flow-section.is-flow-left .hk-motion-media:not(.is-motion-visible),
  .hk-flow-section.is-flow-left .hk-motion-item:not(.is-motion-visible){--hk-motion-x:-42px}
  .hk-flow-section.is-flow-right .hk-motion-media:not(.is-motion-visible),
  .hk-flow-section.is-flow-right .hk-motion-item:not(.is-motion-visible){--hk-motion-x:42px}
  .hk-motion-ready .hk-motion-item:not(.is-motion-visible){transform:translate3d(var(--hk-motion-x,0px),48px,0) scale(.982)!important}
  .hk-motion-ready .hk-motion-media:not(.is-motion-visible){transform:translate3d(var(--hk-motion-x,0px),38px,0) scale(1.075)!important;clip-path:inset(7% 4% 7% 4%)!important}
  body.home .hk-line-title__line{transition-delay:calc(var(--hk-line-index,0) * 430ms)!important}
}

@media (prefers-reduced-motion:reduce){
  .hk-motion-copy,.hk-motion-item,.hk-motion-media,.hk-motion-title,
  body.home .hk-line-title__line{animation:none!important;transition:none!important;transform:none!important;opacity:1!important;filter:none!important;clip-path:none!important}
}


/* =========================================================
   v1.17.8 SOFTER IMAGE REVEAL
   Replace the strong slide-in image motion with a soft fade,
   slight lift and gentle focus/scale settle.
========================================================= */
.hk-motion-ready .hk-motion-media:not(.is-motion-visible){
  opacity:0!important;
  transform:translate3d(0,18px,0) scale(1.028)!important;
  clip-path:none!important;
  filter:blur(7px) saturate(.94) brightness(1.02)!important;
}
.hk-motion-media{
  transition:
    opacity 1.38s cubic-bezier(.22,.61,.36,1),
    transform 1.58s cubic-bezier(.16,1,.3,1),
    filter 1.38s cubic-bezier(.22,.61,.36,1)!important;
}
.hk-motion-media.is-motion-visible{
  opacity:1!important;
  transform:none!important;
  clip-path:none!important;
  filter:blur(0) saturate(1) brightness(1)!important;
  animation:none!important;
}
/* Do not push media in from alternating sides; keep that energy for cards/text. */
.hk-flow-section.is-flow-left .hk-motion-media:not(.is-motion-visible),
.hk-flow-section.is-flow-right .hk-motion-media:not(.is-motion-visible){
  --hk-motion-x:0px!important;
}
/* The image itself settles almost imperceptibly after the container fades in. */
.hk-motion-media img{
  transform:scale(1.012);
  transition:transform 2s cubic-bezier(.16,1,.3,1)!important;
}
.hk-motion-media.is-motion-visible img{
  transform:scale(1);
}
.hk-motion-media:hover img{
  transform:scale(1.012)!important;
}
@media (max-width:767px){
  .hk-motion-ready .hk-motion-media:not(.is-motion-visible){
    transform:translate3d(0,14px,0) scale(1.022)!important;
    filter:blur(6px) saturate(.95) brightness(1.015)!important;
  }
  .hk-motion-media{
    transition-duration:1.28s,1.48s,1.28s!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .hk-motion-media,
  .hk-motion-media img{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    animation:none!important;
    transition:none!important;
  }
}


/* =========================================================
   COMPANY FIXED HEADER CLEARANCE v1.18.2
   Structural spacer directly follows the theme header.
   This does not depend on page/body template classes or HERO padding.
========================================================= */
.hk-company-header-spacer{
  display:block !important;
  width:100% !important;
  height:72px !important;
  min-height:72px !important;
  flex:0 0 72px !important;
  pointer-events:none !important;
}
@media (max-width:700px){
  .hk-company-header-spacer{
    height:60px !important;
    min-height:60px !important;
    flex-basis:60px !important;
  }
  body.hillk-original-theme .hk-company-simple-hero{
    padding-top:36px !important;
  }
}

/* =========================================================
   INTERNAL PAGE FLOW MARKER CLEANUP v1.18.3
   The animated section marker is useful on HOME, but on fixed pages it can
   look like a stray line beneath the header/HERO. Keep the HOME effect only.
========================================================= */
body.hillk-original-theme:not(.home) .hk-flow-section::before,
body.hillk-original-theme:not(.home) .hk-flow-section.is-section-visible::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  opacity: 0 !important;
}

/* Ensure the structural COMPANY spacer itself never paints a line/shadow. */
body.hillk-original-theme .hk-company-header-spacer {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}


/* =========================================================
   POP UP SECTION BREATHING + PUBLISHED MONTH v1.18.4
   HEROとSCHEDULEの間に余白を確保
========================================================= */
body.hillk-original-theme .hk-popup-schedule-wrap {
  padding-top: clamp(56px, 6vw, 84px) !important;
}

@media screen and (max-width: 767px) {
  body.hillk-original-theme .hk-popup-schedule-wrap {
    padding-top: 46px !important;
  }
}


/* =========================================================
   POP UP SINGLE DETAIL — FINAL POLISH v1.18.7
   Compact editorial layout. When no featured image exists,
   show a restrained Site Identity logo on a quiet greige field.
========================================================= */
body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero{
  padding:clamp(84px,9vw,124px) 0 clamp(48px,6vw,76px)!important;
}
body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero .hk-wrap{
  max-width:1120px;
}
body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero .hk-kicker{
  margin:0 0 18px!important;
}
body.single-hillk_popup .hk-popup-detail-status{
  margin:0 0 20px!important;
}
body.single-hillk_popup .hk-popup-detail-status .hk-badge{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:7px 15px!important;
  border-radius:999px;
  font-size:11px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
}
body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero h1.hk-title{
  max-width:820px;
  margin:0!important;
  font-size:clamp(40px,5.2vw,68px)!important;
  line-height:1.18!important;
  letter-spacing:.01em!important;
  overflow-wrap:anywhere;
}
body.single-hillk_popup .hk-popup-detail-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px 28px!important;
  margin-top:26px!important;
  font-family:var(--hk-serif);
  font-size:16px!important;
  line-height:1.5!important;
  letter-spacing:.055em!important;
  color:#55514c;
}
body.single-hillk_popup .hk-popup-detail-page > .hk-section{
  padding:0 0 clamp(84px,10vw,140px)!important;
}
body.single-hillk_popup .hk-popup-detail{
  grid-template-columns:minmax(0,1.12fr) minmax(260px,.58fr)!important;
  gap:clamp(30px,6vw,72px)!important;
  align-items:start!important;
}
body.single-hillk_popup .hk-popup-detail-media{
  position:relative;
  aspect-ratio:16/10!important;
  overflow:hidden;
  background:#efede8;
}
body.single-hillk_popup .hk-popup-detail-media > img{
  display:block;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
body.single-hillk_popup .hk-popup-detail-media.is-fallback{
  display:grid!important;
  place-items:center!important;
  min-height:300px!important;
  aspect-ratio:16/8!important;
  background:#f0ede8!important;
  border:1px solid rgba(70,60,52,.06);
}
body.single-hillk_popup .hk-popup-detail-fallback{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:100%!important;
  padding:48px!important;
}
body.single-hillk_popup img.hk-popup-detail-fallback__logo{
  display:block!important;
  width:140px!important;
  max-width:28%!important;
  height:auto!important;
  max-height:54px!important;
  object-fit:contain!important;
  opacity:.82!important;
}
body.single-hillk_popup .hk-popup-detail-fallback .hk-site-logo--text{
  display:block!important;
  font-family:var(--hk-sans)!important;
  font-size:40px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.22em!important;
  padding-left:.22em!important;
  color:#36312d!important;
  opacity:.82;
}
body.single-hillk_popup .hk-popup-detail .hk-prose{
  padding-top:2px!important;
  font-family:var(--hk-serif);
  font-size:16px;
  line-height:2;
}

@media(max-width:767px){
  body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero{
    padding:58px 0 46px!important;
  }
  body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero .hk-wrap{
    width:calc(100% - 56px)!important;
  }
  body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero .hk-kicker{
    margin-bottom:16px!important;
    font-size:9px!important;
  }
  body.single-hillk_popup .hk-popup-detail-status{
    margin-bottom:20px!important;
  }
  body.single-hillk_popup .hk-popup-detail-status .hk-badge{
    min-height:36px;
    padding:8px 15px!important;
    font-size:11px!important;
  }
  body.single-hillk_popup .hk-popup-detail-page > .hk-page-hero h1.hk-title{
    max-width:none!important;
    font-size:clamp(34px,9.2vw,42px)!important;
    line-height:1.22!important;
    letter-spacing:0!important;
  }
  body.single-hillk_popup .hk-popup-detail-meta{
    display:grid!important;
    gap:7px!important;
    margin-top:24px!important;
    font-size:14px!important;
    letter-spacing:.06em!important;
  }
  body.single-hillk_popup .hk-popup-detail-page > .hk-section{
    padding-bottom:88px!important;
  }
  body.single-hillk_popup .hk-popup-detail{
    display:block!important;
    width:calc(100% - 56px)!important;
  }
  body.single-hillk_popup .hk-popup-detail-media{
    margin-bottom:28px!important;
  }
  body.single-hillk_popup .hk-popup-detail-media:not(.is-fallback){
    aspect-ratio:4/3!important;
  }
  body.single-hillk_popup .hk-popup-detail-media.is-fallback{
    min-height:0!important;
    height:260px!important;
    aspect-ratio:auto!important;
    background:#f0ede8!important;
  }
  body.single-hillk_popup .hk-popup-detail-fallback{
    padding:34px!important;
  }
  body.single-hillk_popup img.hk-popup-detail-fallback__logo{
    width:112px!important;
    max-width:32%!important;
    max-height:44px!important;
  }
  body.single-hillk_popup .hk-popup-detail-fallback .hk-site-logo--text{
    font-size:32px!important;
  }
  body.single-hillk_popup .hk-popup-detail .hk-prose{
    padding-top:0!important;
    font-size:15px!important;
  }
}

/* =========================================================
   POP UP SINGLE DETAIL ACTION LINKS v1.19.0
   Keep the stable v1.18.8 prose flow and add lightweight SVG icons only.
========================================================= */
body.single-hillk_popup .hk-popup-detail-actions{
  margin-top:30px;
}
body.single-hillk_popup .hk-popup-detail-action-row{
  margin:0 0 28px!important;
}
body.single-hillk_popup .hk-popup-detail-action-row:last-child{
  margin-bottom:0!important;
}
body.single-hillk_popup .hk-popup-detail-inline-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  width:auto!important;
  max-width:100%!important;
  padding-bottom:9px!important;
  line-height:1.35!important;
  white-space:nowrap;
}
body.single-hillk_popup .hk-popup-detail-inline-link__icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
}
body.single-hillk_popup .hk-popup-detail-inline-link__icon svg{
  display:block!important;
  width:18px!important;
  height:18px!important;
  stroke:currentColor!important;
  stroke-width:1.45!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important;
}
@media(max-width:767px){
  body.single-hillk_popup .hk-popup-detail-actions{
    margin-top:26px!important;
  }
  body.single-hillk_popup .hk-popup-detail-action-row{
    margin-bottom:24px!important;
  }
  body.single-hillk_popup .hk-popup-detail-inline-link{
    gap:8px!important;
    font-size:12px!important;
    letter-spacing:.14em!important;
    padding-bottom:8px!important;
  }
  body.single-hillk_popup .hk-popup-detail-inline-link__icon,
  body.single-hillk_popup .hk-popup-detail-inline-link__icon svg{
    width:17px!important;
    height:17px!important;
    flex-basis:17px!important;
  }
}

