/*
Theme Name: Hanabi Japan Theme
Theme URI: https://hanabi-japan.local/
Author: Hanabi Japan
Description: A custom Japanese fireworks event theme for Hanabi Japan.
Version: 1.5.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: hanabi-japan-theme
*/

:root {
    --hj-paper: #f8f5ee;
    --hj-paper-2: #fffdf8;
    --hj-ink: #1c1a18;
    --hj-muted: #70685f;
    --hj-line: #ddd3c4;
    --hj-red: #c23a2b;
    --hj-gold: #b48850;
    --hj-navy: #1c245b;
    --hj-font-mincho: "Shippori Mincho B1", "Yu Mincho", "Hiragino Mincho ProN", serif;
    --hj-font-gothic: "Zen Maru Gothic", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--hj-paper);
    color: var(--hj-ink);
    font-family: var(--hj-font-mincho);
    letter-spacing: 0;
    margin: 0;
}

a {
    color: inherit;
}

img {
    height: auto;
    max-width: 100%;
}

.hj-site {
    background: var(--hj-paper);
    min-height: 100vh;
    overflow-x: hidden;
}

.hj-container {
    margin: 0 auto;
    max-width: 1180px;
    padding-left: 28px;
    padding-right: 28px;
}

.hj-header {
    background: var(--hj-paper-2);
    border-bottom: 1px solid var(--hj-line);
    position: relative;
    z-index: 4;
}

.hj-header-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    min-height: 92px;
    max-width: none;
    padding-left: 46px;
    padding-right: 34px;
}

.hj-logo {
    align-items: center;
    display: inline-flex;
    gap: 18px;
    text-decoration: none;
}

.hj-logo img {
    display: block;
    height: 77px;
    width: auto;
}

.hj-nav {
    align-items: center;
    display: flex;
    gap: 42px;
}

.hj-nav a {
    color: var(--hj-ink);
    font-family: var(--hj-font-gothic);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
}

.hj-nav a:first-child::before {
    background: var(--hj-red);
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    margin: 0 auto 9px;
    width: 5px;
}

.hj-nav::after {
    align-items: center;
    border: 1px solid #8d887f;
    border-radius: 50%;
    content: "☰";
    display: inline-flex;
    font-size: 1rem;
    height: 44px;
    justify-content: center;
    margin-left: 10px;
    width: 44px;
}

.hj-menu-toggle,
.hj-mobile-submit-cta {
    display: none;
}

.hj-brew-page {
    background: var(--hj-paper);
}

.hj-eiga-page {
    background: var(--hj-paper-2);
}

.hj-eiga-hero {
    align-items: center;
    background:
        linear-gradient(rgba(5, 8, 22, 0.14), rgba(5, 8, 22, 0.52)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    color: #fff;
    display: grid;
    min-height: calc(100svh - 92px);
    overflow: hidden;
    padding: clamp(40px, 5vw, 72px);
    place-items: center;
    position: relative;
    text-align: center;
}

.hj-eiga-hero::before {
    border: 1px solid rgba(255, 255, 255, 0.38);
    content: "";
    inset: clamp(18px, 2.4vw, 34px);
    position: absolute;
}

.hj-eiga-hero::after {
    background: repeating-conic-gradient(from -8deg, rgba(255, 255, 255, 0.72) 0deg 2deg, transparent 2deg 15deg);
    border-radius: 50%;
    content: "";
    height: clamp(240px, 34vw, 520px);
    opacity: 0.32;
    position: absolute;
    right: -8vw;
    top: 7vh;
    width: clamp(240px, 34vw, 520px);
    -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
    mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
}

.hj-eiga-hero-inner {
    display: grid;
    justify-items: center;
    max-width: 820px;
    position: relative;
    z-index: 1;
}

.hj-eiga-hero-inner img {
    background: rgba(248, 245, 238, 0.92);
    border-radius: 999px;
    display: block;
    margin-bottom: clamp(22px, 3vw, 42px);
    padding: 14px 20px;
    width: min(320px, 72vw);
}

.hj-eiga-hero-inner h1 {
    font-size: clamp(3.4rem, 7.8vw, 9.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.96;
    margin: 0;
    text-shadow: 0 14px 42px rgba(0, 0, 0, 0.42);
}

.hj-eiga-hero-inner p {
    font-family: var(--hj-font-gothic);
    font-size: clamp(0.96rem, 1.35vw, 1.2rem);
    font-weight: 700;
    line-height: 2;
    margin: 26px 0 0;
}

.hj-eiga-hero-inner a {
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 999px;
    font-family: var(--hj-font-gothic);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    margin-top: 34px;
    padding: 15px 28px;
    text-decoration: none;
}

.hj-eiga-today {
    bottom: clamp(28px, 3vw, 46px);
    font-family: var(--hj-font-gothic);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0;
    position: absolute;
    right: clamp(28px, 4vw, 64px);
    z-index: 1;
}

.hj-eiga-section-title {
    align-items: end;
    display: flex;
    gap: clamp(18px, 3vw, 44px);
    justify-content: space-between;
}

.hj-eiga-section-title span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hj-eiga-section-title h2 {
    font-size: clamp(2rem, 3.2vw, 4.8rem);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.hj-eiga-pickup,
.hj-eiga-about {
    display: grid;
    gap: clamp(28px, 4vw, 54px);
    padding: clamp(44px, 6vw, 92px) clamp(24px, 5vw, 72px);
}

.hj-eiga-pickup-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hj-eiga-pickup-card {
    align-content: end;
    background:
        linear-gradient(rgba(8, 11, 28, 0.18), rgba(8, 11, 28, 0.78)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border-radius: 8px;
    color: #fff;
    display: grid;
    min-height: 360px;
    overflow: hidden;
    padding: 28px;
    position: relative;
    text-decoration: none;
}

.hj-eiga-pickup-card::before {
    border: 1px solid rgba(255, 255, 255, 0.34);
    content: "";
    inset: 16px;
    position: absolute;
}

.hj-eiga-pickup-card span,
.hj-eiga-pickup-card strong,
.hj-eiga-pickup-card em {
    position: relative;
    z-index: 1;
}

.hj-eiga-pickup-card span {
    color: #f2d39d;
    font-family: var(--hj-font-gothic);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hj-eiga-pickup-card strong {
    display: block;
    font-size: clamp(1.55rem, 2vw, 2.55rem);
    font-weight: 500;
    line-height: 1.28;
    margin-top: 12px;
}

.hj-eiga-pickup-card em {
    font-family: var(--hj-font-gothic);
    font-size: 0.84rem;
    font-style: normal;
    line-height: 1.7;
    margin-top: 18px;
}

.hj-eiga-pickup-week {
    background-position: center top;
}

.hj-eiga-pickup-area {
    background-position: center bottom;
}

.hj-eiga-map-section {
    border-top: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: 30vw minmax(0, 1fr);
}

.hj-eiga-map-copy {
    align-content: center;
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.12) 1px, transparent 1px),
        var(--hj-paper);
    background-size: 42px 42px, auto;
    border-right: 1px solid var(--hj-line);
    display: grid;
    gap: 20px;
    min-height: 620px;
    padding: clamp(34px, 4.2vw, 70px);
}

.hj-eiga-map-copy span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hj-eiga-map-copy h2 {
    font-size: clamp(3.2rem, 5.4vw, 8rem);
    font-weight: 500;
    line-height: 1.03;
    margin: 0;
    writing-mode: vertical-rl;
}

.hj-eiga-map-copy p {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    line-height: 2;
    margin: 0;
}

.hj-eiga-about {
    background:
        linear-gradient(rgba(248, 245, 238, 0.9), rgba(248, 245, 238, 0.9)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border-top: 1px solid var(--hj-line);
}

.hj-eiga-about p {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    font-size: clamp(1rem, 1.22vw, 1.18rem);
    line-height: 2.2;
    margin: 0;
    max-width: 760px;
}

.hj-brew-layout {
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: 27.5vw minmax(0, 1fr);
    min-height: 680px;
}

.hj-brew-aside {
    border-right: 1px solid var(--hj-line);
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 680px;
    overflow: hidden;
    padding: 52px 44px 42px;
    position: relative;
}

.hj-brew-aside h1 {
    align-self: center;
    font-size: clamp(4.2rem, 7.2vw, 8.4rem);
    font-weight: 500;
    justify-self: center;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    writing-mode: vertical-rl;
    z-index: 1;
}

.hj-brew-aside p {
    border-left: 1px solid var(--hj-gold);
    color: var(--hj-gold);
    font-size: 0.9rem;
    line-height: 2;
    margin: 0;
    padding-left: 22px;
    z-index: 1;
}

.hj-brew-main {
    display: grid;
    grid-template-rows: 132px minmax(420px, 48vh) auto auto;
    min-width: 0;
}

.hj-search-panel {
    align-items: stretch;
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 172px;
}

.hj-search-field {
    align-content: center;
    display: grid;
    gap: 14px;
    padding: 0 clamp(28px, 5vw, 76px);
    position: relative;
    text-decoration: none;
}

.hj-search-field + .hj-search-field {
    border-left: 1px solid var(--hj-line);
}

.hj-search-field span {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hj-search-field strong {
    font-size: clamp(1rem, 1.1vw, 1.22rem);
    font-weight: 500;
}

.hj-search-field strong::after {
    content: "⌄";
    float: right;
    font-family: var(--hj-font-mincho);
}

.hj-search-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid var(--hj-line);
    color: var(--hj-ink);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--hj-font-gothic);
    font-size: 0.74rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.08em;
    padding: 0 18px;
    text-decoration: none;
}

.hj-search-button::before {
    align-items: center;
    background: var(--hj-navy);
    border-radius: 50%;
    color: #fff;
    content: "⌕";
    display: inline-flex;
    font-family: var(--hj-font-gothic);
    font-size: 1.7rem;
    height: 58px;
    justify-content: center;
    line-height: 1;
    width: 58px;
}

.hj-search-button span {
    display: block;
    line-height: 1.35;
    text-align: center;
}

.hj-search-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.hj-map-real {
    background: #e8e3da;
    border-bottom: 1px solid var(--hj-line);
    overflow: hidden;
    position: relative;
}

.hj-location-status {
    background: rgba(248, 245, 238, 0.92);
    border: 1px solid rgba(221, 211, 196, 0.88);
    bottom: 18px;
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    font-size: 0.78rem;
    left: 18px;
    line-height: 1.65;
    margin: 0;
    max-width: min(420px, calc(100% - 36px));
    padding: 9px 14px;
    position: absolute;
    z-index: 1;
}

.hj-map-real iframe {
    border: 0;
    display: block;
    filter: grayscale(0.92) contrast(0.9) brightness(1.08);
    height: 100%;
    min-height: 420px;
    mix-blend-mode: multiply;
    width: 100%;
}

.hj-map-event-list {
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.09) 1px, transparent 1px),
        var(--hj-paper);
    background-size: 38px 38px, auto;
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hj-map-event-button {
    background: rgba(248, 245, 238, 0.88);
    border: 0;
    border-right: 1px solid rgba(180, 136, 80, 0.28);
    color: var(--hj-ink);
    cursor: pointer;
    display: grid;
    gap: 8px;
    min-height: 96px;
    padding: 18px 20px;
    text-align: left;
    transition: background-color 180ms ease, color 180ms ease;
}

.hj-map-event-button:nth-child(4n) {
    border-right: 0;
}

.hj-map-event-button span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.hj-map-event-button strong {
    display: -webkit-box;
    font-size: clamp(0.96rem, 1vw, 1.12rem);
    font-weight: 500;
    line-height: 1.55;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hj-map-event-button:hover,
.hj-map-event-button.is-active {
    background: var(--hj-ink);
    color: #fff;
}

.hj-map-event-button:hover span,
.hj-map-event-button.is-active span {
    color: #f1d49c;
}

.hj-event-rows {
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.08) 1px, transparent 1px),
        linear-gradient(var(--hj-paper-2), var(--hj-paper-2));
    background-size: 42px 42px, auto;
    border-top: 1px solid var(--hj-line);
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    padding: clamp(28px, 3.5vw, 48px);
}

.hj-event-section-head {
    align-items: end;
    border-bottom: 1px solid rgba(180, 136, 80, 0.5);
    display: flex;
    gap: 24px;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-bottom: 18px;
}

.hj-event-section-head span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hj-event-section-head h2 {
    font-size: clamp(1.55rem, 1.8vw, 2.2rem);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.hj-event-row {
    background:
        linear-gradient(135deg, rgba(194, 58, 43, 0.08), transparent 36%),
        var(--hj-paper);
    border: 1px solid rgba(180, 136, 80, 0.38);
    border-radius: 8px;
    box-shadow: 0 16px 44px rgba(28, 26, 24, 0.07);
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    grid-template-rows: minmax(118px, auto) auto;
    height: 100%;
    min-height: 196px;
    overflow: hidden;
    position: relative;
    transition: border-color 180ms ease, transform 180ms ease;
}

.hj-event-row::before {
    background:
        repeating-conic-gradient(from -10deg, rgba(248, 245, 238, 0.64) 0deg 3deg, transparent 3deg 17deg),
        radial-gradient(circle, transparent 0 28%, rgba(248, 245, 238, 0.5) 29% 31%, transparent 32%);
    content: "";
    height: 112px;
    opacity: 0.42;
    position: absolute;
    right: -38px;
    top: -38px;
    width: 112px;
}

.hj-event-row::after {
    color: rgba(194, 58, 43, 0.46);
    content: "花火";
    font-size: 0.82rem;
    letter-spacing: 0.18em;
    position: absolute;
    right: 18px;
    top: 16px;
    writing-mode: vertical-rl;
}

.hj-event-row:hover {
    border-color: rgba(194, 58, 43, 0.42);
    transform: translateY(-2px);
}

.hj-event-name {
    align-content: center;
    display: grid;
    grid-column: 2;
    grid-row: 1;
    padding: 30px 64px 18px 30px;
    position: relative;
    z-index: 1;
}

.hj-event-kicker {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hj-event-name h2 {
    font-size: clamp(1.18rem, 1.35vw, 1.6rem);
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 14px;
}

.hj-event-name h2 a {
    text-decoration: none;
}

.hj-event-name p {
    color: #6b6258;
    font-family: var(--hj-font-gothic);
    font-size: 0.86rem;
    line-height: 1.7;
    margin: 0;
}

.hj-event-date {
    background:
        linear-gradient(rgba(15, 21, 54, 0.88), rgba(15, 21, 54, 0.88)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border-right: 1px solid rgba(180, 136, 80, 0.5);
    color: var(--hj-paper);
    display: grid;
    gap: 7px;
    grid-column: 1;
    grid-row: 1 / 3;
    justify-content: center;
    padding: 26px 18px;
    text-align: center;
}

.hj-event-date span {
    color: rgba(248, 245, 238, 0.8);
    font-family: var(--hj-font-gothic);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hj-event-date strong {
    color: var(--hj-paper);
    font-size: clamp(2.2rem, 2.45vw, 3rem);
    font-weight: 500;
    line-height: 1;
}

.hj-event-date em {
    font-family: var(--hj-font-gothic);
    font-size: 0.72rem;
    font-style: normal;
    letter-spacing: 0.08em;
}

.hj-event-arrow {
    align-items: center;
    border-top: 1px solid var(--hj-line);
    color: var(--hj-ink);
    display: flex;
    font-family: var(--hj-font-gothic);
    font-size: 0.78rem;
    font-weight: 700;
    gap: 12px;
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-end;
    letter-spacing: 0.1em;
    padding: 18px 24px;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.hj-event-arrow em {
    align-items: center;
    background: var(--hj-red);
    border-radius: 50%;
    color: var(--hj-paper);
    display: inline-flex;
    font-family: var(--hj-font-mincho);
    font-size: 1.1rem;
    font-style: normal;
    height: 32px;
    justify-content: center;
    line-height: 1;
    width: 32px;
}

.hj-event-row:hover .hj-event-arrow,
.hj-event-arrow:focus {
    background: var(--hj-ink);
    color: var(--hj-paper);
}

.hj-event-row:hover .hj-event-arrow em,
.hj-event-arrow:focus em {
    background: var(--hj-red);
}

.hj-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 48px;
}

.hj-list-page {
    background:
        linear-gradient(90deg, rgba(221, 211, 196, 0.32) 1px, transparent 1px),
        linear-gradient(var(--hj-paper-2), var(--hj-paper-2));
    background-size: 64px 64px, auto;
    min-height: 70vh;
}

.hj-list-hero {
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.08) 1px, transparent 1px),
        linear-gradient(var(--hj-paper), var(--hj-paper));
    background-size: 42px 42px, auto;
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    gap: clamp(28px, 4vw, 64px);
    grid-template-columns: minmax(0, 860px);
    min-height: 360px;
    overflow: visible;
    padding: clamp(48px, 6vw, 86px) clamp(24px, 5vw, 72px);
    position: relative;
}

.hj-list-hero::before {
    background: var(--hj-red);
    bottom: clamp(42px, 5vw, 72px);
    content: "";
    left: clamp(24px, 5vw, 72px);
    position: absolute;
    top: clamp(42px, 5vw, 72px);
    width: 1px;
}

.hj-list-hero-copy {
    align-content: center;
    display: grid;
    gap: 18px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.hj-list-hero-copy span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hj-list-hero-copy h1 {
    font-size: clamp(2.89rem, 4.93vw, 6.29rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
}

.hj-list-hero-copy p {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    font-size: clamp(0.92rem, 1.1vw, 1.04rem);
    line-height: 2;
    margin: 0;
    max-width: 680px;
}

.hj-list-visual {
    align-self: stretch;
    background:
        linear-gradient(rgba(10, 14, 38, 0.38), rgba(10, 14, 38, 0.7)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border: 1px solid rgba(180, 136, 80, 0.58);
    border-radius: 0;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.hj-list-visual::before {
    border: 1px solid rgba(248, 245, 238, 0.34);
    content: "";
    inset: 18px;
    position: absolute;
}

.hj-list-visual::after {
    bottom: 28px;
    color: rgba(248, 245, 238, 0.76);
    content: "花火 Japan";
    font-family: var(--hj-font-gothic);
    font-size: 0.82rem;
    font-weight: 700;
    left: 30px;
    letter-spacing: 0.18em;
    position: absolute;
    text-transform: uppercase;
}

.hj-shell {
    border-radius: 50%;
    display: block;
    position: absolute;
}

.hj-shell::before,
.hj-shell::after {
    border-radius: 50%;
    content: "";
    inset: 0;
    position: absolute;
}

.hj-shell::before {
    background: repeating-conic-gradient(from -8deg, rgba(248, 245, 238, 0.88) 0deg 2.5deg, transparent 2.5deg 14deg);
    -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
    mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
}

.hj-shell::after {
    border: 1px solid rgba(248, 245, 238, 0.28);
    inset: 24%;
}

.hj-shell-large {
    height: 280px;
    right: 8%;
    top: 12%;
    width: 280px;
}

.hj-shell-small {
    height: 154px;
    left: 14%;
    top: 19%;
    width: 154px;
}

.hj-shell-gold {
    bottom: 16%;
    height: 198px;
    right: 28%;
    width: 198px;
}

.hj-shell-gold::before {
    background: repeating-conic-gradient(from 10deg, rgba(180, 136, 80, 0.95) 0deg 3deg, transparent 3deg 16deg);
}

.hj-list-body {
    display: grid;
    gap: clamp(28px, 4vw, 56px);
    padding: clamp(30px, 4vw, 66px);
}

.hj-action-nav {
    background: var(--hj-paper);
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hj-action-nav a {
    align-content: center;
    background:
        linear-gradient(135deg, rgba(194, 58, 43, 0.06), transparent 42%),
        var(--hj-paper-2);
    display: grid;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 172px;
    padding: 30px clamp(22px, 2.7vw, 46px);
    position: relative;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.hj-action-nav a + a {
    border-left: 1px solid var(--hj-line);
}

.hj-action-nav a::after {
    background: var(--hj-red);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.hj-action-nav a:hover,
.hj-action-nav a:focus {
    background: var(--hj-ink);
    color: var(--hj-paper);
}

.hj-action-nav a:hover::after,
.hj-action-nav a:focus::after {
    transform: scaleX(1);
}

.hj-action-nav span {
    color: var(--hj-red);
    font-size: 1.45rem;
    line-height: 1;
}

.hj-action-nav strong {
    font-family: var(--hj-font-gothic);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hj-action-nav em {
    font-size: clamp(1.25rem, 1.55vw, 2rem);
    font-style: normal;
    line-height: 1.3;
}

.hj-list-body > .hj-event-rows,
.hj-region-block .hj-event-rows {
    border: 1px solid rgba(180, 136, 80, 0.36);
    border-radius: 10px;
    overflow: hidden;
}

.hj-region-index {
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.09) 1px, transparent 1px),
        var(--hj-paper);
    background-size: 38px 38px, auto;
    border: 1px solid rgba(180, 136, 80, 0.36);
    border-radius: 10px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.hj-region-select-wrap {
    display: none;
}

.hj-region-index a {
    align-items: center;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(180, 136, 80, 0.28);
    border-right: 1px solid rgba(180, 136, 80, 0.28);
    border-radius: 0;
    display: flex;
    font-family: var(--hj-font-gothic);
    font-size: 0.86rem;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    min-height: 70px;
    padding: 18px 20px;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.hj-region-index a:hover,
.hj-region-index a:focus {
    background: var(--hj-ink);
    border-color: var(--hj-ink);
    color: var(--hj-paper);
}

.hj-region-index span {
    align-items: center;
    background: var(--hj-red);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 0.72rem;
    height: 24px;
    justify-content: center;
    line-height: 1;
    width: 24px;
}

.hj-region-block {
    scroll-margin-top: 96px;
}

.hj-journey {
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: 35.4vw minmax(0, 1fr);
    min-height: 620px;
}

.hj-journey-first {
    min-height: calc(100svh - 92px);
}

.hj-journey-copy {
    align-items: center;
    display: grid;
    justify-items: center;
    padding: 72px 44px;
}

.hj-journey-copy h1,
.hj-journey-copy h2 {
    font-size: clamp(4rem, 6vw, 7.2rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.15;
    margin: 0;
    writing-mode: vertical-rl;
}

.hj-journey-copy > span {
    background: var(--hj-red);
    display: block;
    height: 126px;
    margin-top: 42px;
    width: 1px;
}

.hj-journey-photo {
    background:
        linear-gradient(rgba(7, 9, 13, 0.06), rgba(7, 9, 13, 0.06)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    min-height: 620px;
}

.hj-journey-first .hj-journey-photo {
    min-height: calc(100svh - 92px);
}

.hj-journey-links {
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 210px;
}

.hj-journey-links a {
    align-items: center;
    display: grid;
    gap: 28px;
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 44px 54px;
    text-decoration: none;
}

.hj-journey-links a + a {
    border-left: 1px solid var(--hj-line);
}

.hj-link-icon {
    align-items: center;
    border-right: 1px solid var(--hj-line);
    color: var(--hj-red);
    display: flex;
    font-size: 2.2rem;
    height: 96px;
    justify-content: center;
    padding-right: 28px;
}

.hj-journey-links strong {
    display: block;
    font-size: clamp(1.8rem, 2.1vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
}

.hj-journey-links em {
    color: var(--hj-muted);
    display: inline-flex;
    font-style: normal;
    gap: 18px;
    margin-top: 28px;
}

.hj-journey-links em::after {
    background: var(--hj-red);
    content: "";
    display: block;
    height: 1px;
    margin-top: 0.75em;
    width: 64px;
}

.hj-submit-form {
    background: var(--hj-paper-2);
    padding: 90px 44px;
}

.hj-submit-inner {
    margin: 0 auto;
    max-width: 1120px;
}

.hj-submit-form .hanabi-section {
    margin: 0;
    max-width: none;
    padding: 0;
}

.hj-submit-form .hanabi-section-head {
    display: none;
}

.hj-footer {
    background: var(--hj-paper-2);
    border-top: 1px solid var(--hj-line);
    color: var(--hj-muted);
    padding: 36px 0;
}

.hj-footer-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.hj-footer img {
    display: block;
    width: 150px;
}

.hj-content-page {
    background: var(--hj-paper-2);
    color: var(--hj-ink);
    min-height: 70vh;
    padding: 96px 0 80px;
}

.hj-content-page article {
    border-top: 1px solid var(--hj-line);
    padding: clamp(32px, 5vw, 72px) 0;
}

.hj-content-page h1 {
    font-size: clamp(2.6rem, 1.7rem + 3vw, 5.6rem);
    font-weight: 500;
    line-height: 1.05;
    margin: 0 0 36px;
}

.home .hj-header {
    background: rgba(255, 253, 248, 0.94);
    border-bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hj-village-page {
    background: #f6f0e5;
}

.hj-village-hero {
    background:
        linear-gradient(90deg, rgba(6, 10, 24, 0.18), rgba(6, 10, 24, 0.02) 42%, rgba(6, 10, 24, 0.6)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    color: #fff;
    display: grid;
    min-height: 100svh;
    padding: 150px clamp(24px, 5vw, 72px) 0;
    position: relative;
}

.hj-village-hero::before {
    background: rgba(255, 255, 255, 0.72);
    content: "";
    height: 1px;
    left: clamp(24px, 5vw, 72px);
    position: absolute;
    right: clamp(24px, 5vw, 72px);
    top: 126px;
}

.hj-village-hero::after {
    background: repeating-conic-gradient(from -8deg, rgba(255, 255, 255, 0.72) 0deg 2.5deg, transparent 2.5deg 14deg);
    border-radius: 50%;
    bottom: 20vh;
    content: "";
    height: min(520px, 38vw);
    opacity: 0.32;
    position: absolute;
    right: 8vw;
    width: min(520px, 38vw);
    -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
    mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
}

.hj-village-hero-copy {
    align-self: center;
    display: grid;
    gap: 22px;
    max-width: 780px;
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}

.hj-village-hero-copy span {
    font-family: var(--hj-font-gothic);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.28em;
}

.hj-village-hero-copy h1 {
    font-size: clamp(4.6rem, 10vw, 12.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.94;
    margin: 0;
    text-shadow: 0 18px 52px rgba(0, 0, 0, 0.45);
}

.hj-village-hero-copy p {
    font-family: var(--hj-font-gothic);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    font-weight: 700;
    line-height: 2;
    margin: 0;
    max-width: 560px;
}

.hj-village-hours {
    background: var(--hj-red);
    bottom: 224px;
    color: #fff;
    font-family: var(--hj-font-gothic);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin: 0;
    padding: 14px 18px;
    position: absolute;
    right: clamp(24px, 5vw, 72px);
    z-index: 2;
}

.hj-village-hero-nav {
    align-self: end;
    background: rgba(255, 253, 248, 0.96);
    color: var(--hj-ink);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-left: calc(clamp(24px, 5vw, 72px) * -1);
    margin-right: calc(clamp(24px, 5vw, 72px) * -1);
    position: relative;
    z-index: 3;
}

.hj-village-hero-nav a {
    align-content: center;
    display: grid;
    gap: 10px;
    min-height: 188px;
    padding: 30px clamp(20px, 2.5vw, 42px);
    position: relative;
    text-decoration: none;
}

.hj-village-hero-nav a + a {
    border-left: 1px solid var(--hj-line);
}

.hj-village-hero-nav span {
    color: var(--hj-red);
    font-size: 1.45rem;
}

.hj-village-hero-nav strong {
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hj-village-hero-nav em {
    font-size: clamp(1.28rem, 1.65vw, 2.05rem);
    font-style: normal;
    line-height: 1.25;
}

.hj-village-pickup,
.hj-village-about {
    display: grid;
    gap: clamp(30px, 4vw, 58px);
    padding: clamp(58px, 7vw, 110px) clamp(24px, 5vw, 72px);
}

.hj-village-title {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.hj-village-title span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.hj-village-title h2 {
    font-size: clamp(2.4rem, 4vw, 5.8rem);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.hj-village-pickup-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.35fr 1fr 1fr;
}

.hj-village-card {
    align-content: end;
    background:
        linear-gradient(rgba(12, 16, 34, 0.04), rgba(12, 16, 34, 0.76)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    color: #fff;
    display: grid;
    min-height: 430px;
    padding: 30px;
    position: relative;
    text-decoration: none;
}

.hj-village-card::before {
    border: 1px solid rgba(255, 255, 255, 0.42);
    content: "";
    inset: 18px;
    position: absolute;
}

.hj-village-card-large {
    min-height: 520px;
}

.hj-village-card span,
.hj-village-card strong,
.hj-village-card em {
    position: relative;
    z-index: 1;
}

.hj-village-card span {
    color: #f2d39d;
    font-family: var(--hj-font-gothic);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hj-village-card strong {
    display: block;
    font-size: clamp(1.7rem, 2.2vw, 3rem);
    font-weight: 500;
    line-height: 1.25;
    margin-top: 14px;
}

.hj-village-card em {
    font-family: var(--hj-font-gothic);
    font-size: 0.86rem;
    font-style: normal;
    line-height: 1.8;
    margin-top: 18px;
}

.hj-village-map {
    background: var(--hj-paper-2);
    border-top: 1px solid var(--hj-line);
}

.hj-village-map-head {
    align-items: end;
    background: var(--hj-paper);
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    gap: 16px;
    grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 520px);
    padding: clamp(36px, 5vw, 74px) clamp(24px, 5vw, 72px);
}

.hj-village-map-head span {
    color: var(--hj-red);
    font-family: var(--hj-font-gothic);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.hj-village-map-head h2 {
    font-size: clamp(3rem, 5vw, 7rem);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.hj-village-map-head p,
.hj-village-about p {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    line-height: 2;
    margin: 0;
}

.hj-village-about {
    background:
        linear-gradient(rgba(248, 245, 238, 0.9), rgba(248, 245, 238, 0.9)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border-top: 1px solid var(--hj-line);
}

@media (max-width: 1100px) {
    .hj-brew-layout {
        grid-template-columns: 1fr;
    }

    .hj-brew-aside {
        border-right: 0;
        min-height: 480px;
    }

    .hj-brew-main {
        border-top: 1px solid var(--hj-line);
    }

    .hj-map-event-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hj-map-event-button:nth-child(4n) {
        border-right: 1px solid rgba(180, 136, 80, 0.28);
    }

    .hj-map-event-button:nth-child(2n) {
        border-right: 0;
    }

    .hj-event-rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hj-list-hero {
        grid-template-columns: 1fr;
    }

    .hj-list-visual {
        min-height: 320px;
    }

    .hj-action-nav,
    .hj-region-index {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hj-eiga-pickup-grid {
        grid-template-columns: 1fr;
    }

    .hj-eiga-map-section {
        grid-template-columns: 1fr;
    }

    .hj-eiga-map-copy {
        border-right: 0;
        min-height: 360px;
    }

    .hj-eiga-map-copy h2 {
        writing-mode: horizontal-tb;
    }

    .hj-village-hero-nav,
    .hj-village-pickup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hj-village-card-large {
        grid-column: 1 / -1;
    }

    .hj-village-map-head {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .hj-journey,
    .hj-journey-links {
        grid-template-columns: 1fr;
    }

    .hj-journey-links a + a {
        border-left: 0;
        border-top: 1px solid var(--hj-line);
    }
}

@media (max-width: 820px) {
    .hj-header-inner {
        align-items: flex-start;
        display: grid;
        padding: 18px 22px;
    }

    .hj-nav {
        flex-wrap: wrap;
        gap: 18px;
    }

    .hj-search-panel {
        grid-template-columns: 1fr;
    }

    .hj-search-field + .hj-search-field,
    .hj-search-button {
        border-left: 0;
        border-top: 1px solid var(--hj-line);
    }

    .hj-search-button {
        min-height: 94px;
    }

    .hj-map-real iframe {
        min-height: 360px;
    }

    .hj-map-event-list {
        grid-template-columns: 1fr;
    }

    .hj-map-event-button,
    .hj-map-event-button:nth-child(2n),
    .hj-map-event-button:nth-child(4n) {
        border-right: 0;
    }

    .hj-map-event-button + .hj-map-event-button {
        border-top: 1px solid rgba(180, 136, 80, 0.28);
    }

    .hj-event-rows {
        grid-template-columns: 1fr;
    }

    .hj-event-row {
        min-height: 240px;
    }

    .hj-list-hero {
        min-height: auto;
    }

    .hj-list-hero-copy {
        padding-left: 24px;
    }

    .hj-list-visual {
        min-height: 260px;
    }

    .hj-action-nav {
        grid-template-columns: 1fr;
    }

    .hj-action-nav a {
        min-height: 132px;
    }

    .hj-action-nav a + a {
        border-left: 0;
        border-top: 1px solid var(--hj-line);
    }

    .hj-region-index {
        grid-template-columns: 1fr;
    }

    .hj-eiga-hero {
        min-height: calc(100svh - 132px);
    }

    .hj-eiga-pickup-card {
        min-height: 280px;
    }

    .hj-village-hero {
        min-height: auto;
        padding-top: 132px;
    }

    .hj-village-hero-copy {
        padding-bottom: 94px;
    }

    .hj-village-hours {
        bottom: auto;
        left: 24px;
        right: auto;
        top: 132px;
    }

    .hj-village-hero-nav {
        grid-template-columns: 1fr;
    }

    .hj-village-hero-nav a {
        min-height: 124px;
    }

    .hj-village-hero-nav a + a {
        border-left: 0;
        border-top: 1px solid var(--hj-line);
    }

    .hj-journey-copy h1,
    .hj-journey-copy h2 {
        writing-mode: horizontal-tb;
    }
}

@media (max-width: 560px) {
    .hj-brew-aside {
        padding: 34px 24px;
    }

    .hj-brew-aside h1 {
        font-size: clamp(4rem, 20vw, 6rem);
    }

    .hj-journey-links a,
    .hj-submit-form {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hj-event-rows {
        gap: 14px;
        padding: 24px;
    }

    .hj-event-row {
        grid-template-columns: 94px minmax(0, 1fr);
        min-height: 180px;
    }

    .hj-list-body {
        padding: 24px;
    }

    .hj-list-hero {
        padding: 38px 24px 28px;
    }

    .hj-list-hero::before {
        bottom: 34px;
        left: 24px;
        top: 34px;
    }

    .hj-list-visual {
        min-height: 220px;
    }

    .hj-shell-large {
        height: 210px;
        width: 210px;
    }

    .hj-shell-small {
        height: 118px;
        width: 118px;
    }

    .hj-event-date {
        padding: 22px 12px;
    }

    .hj-event-name {
        padding: 22px 42px 16px 20px;
    }

    .hj-event-arrow {
        padding: 15px 18px;
    }

    .hj-eiga-hero {
        padding: 28px 24px 68px;
    }

    .hj-eiga-today {
        bottom: 24px;
        left: 24px;
        right: auto;
    }

    .hj-eiga-section-title {
        align-items: start;
        display: grid;
    }

    .hj-eiga-pickup,
    .hj-eiga-about {
        padding: 42px 24px;
    }

    .hj-eiga-map-copy {
        min-height: 280px;
        padding: 42px 24px;
    }

    .hj-village-hero-copy h1 {
        font-size: clamp(4rem, 18vw, 6.5rem);
    }

    .hj-village-title {
        align-items: start;
        display: grid;
        gap: 14px;
    }

    .hj-village-pickup,
    .hj-village-about {
        padding: 44px 24px;
    }

    .hj-village-pickup-grid {
        grid-template-columns: 1fr;
    }

    .hj-village-card,
    .hj-village-card-large {
        min-height: 300px;
    }

    .hj-village-map-head {
        padding: 42px 24px;
    }
}

/* Rebuild: benchmark-inspired top page */
.home .hj-header {
    background: rgba(255, 253, 248, 0.96);
    border-bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hj-kawara {
    background: #f5efe4;
    color: var(--hj-ink);
}

.hj-kawara-hero {
    background: var(--hj-paper);
    color: var(--hj-ink);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    min-height: 100svh;
    overflow: hidden;
    padding: 126px 0 54px;
    position: relative;
}

.hj-kawara-hero-image {
    background:
        linear-gradient(rgba(5, 8, 21, 0.08), rgba(5, 8, 21, 0.34)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    bottom: 54px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.hj-kawara-hero::before {
    background: rgba(194, 58, 43, 0.68);
    content: "";
    height: 1px;
    left: clamp(24px, 5vw, 72px);
    position: absolute;
    right: clamp(24px, 5vw, 72px);
    top: 126px;
    z-index: 1;
}

.hj-kawara-hero::after {
    background: repeating-conic-gradient(from -8deg, rgba(255, 255, 255, 0.76) 0deg 2.5deg, transparent 2.5deg 14deg);
    border-radius: 50%;
    content: "";
    height: min(560px, 42vw);
    opacity: 0.28;
    position: absolute;
    right: 8vw;
    top: 20vh;
    width: min(560px, 42vw);
    -webkit-mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
    mask: radial-gradient(circle, transparent 0 43%, #000 44% 46%, transparent 47% 100%);
    z-index: 1;
}

.hj-kawara-hero-brand {
    align-items: center;
    display: flex;
    gap: 18px;
    left: clamp(24px, 5vw, 72px);
    position: absolute;
    top: 156px;
    z-index: 2;
}

.hj-kawara-hero-brand img {
    background: rgba(255, 253, 248, 0.92);
    border-radius: 999px;
    display: block;
    padding: 10px 16px;
    width: 176px;
}

.hj-kawara-hero-brand p,
.hj-kawara-hero-copy span,
.hj-kawara-menu strong,
.hj-kawara-heading span,
.hj-kawara-feature span {
    font-family: var(--hj-font-gothic);
    font-weight: 700;
}

.hj-kawara-hero-brand p {
    font-size: 0.76rem;
    letter-spacing: 0.22em;
    margin: 0;
}

.hj-kawara-hero-copy {
    align-self: center;
    display: grid;
    gap: 24px;
    grid-column: 1;
    max-width: 48vw;
    padding-left: clamp(24px, 5vw, 72px);
    padding-right: clamp(20px, 4vw, 56px);
    position: relative;
    z-index: 2;
}

.hj-kawara-hero-copy span {
    font-size: 0.82rem;
    letter-spacing: 0.26em;
}

.hj-kawara-hero-copy h1 {
    background:
        linear-gradient(100deg, var(--hj-ink) 0 42%, #8c6330 48%, var(--hj-ink) 56% 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 230% 100%;
    color: transparent;
    animation: hj-title-ink-light 7.2s ease-in-out infinite;
    font-size: clamp(4.1rem, 6.6vw, 8.8rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    position: relative;
    white-space: nowrap;
}

.hj-kawara-hero-copy h1::before,
.hj-kawara-hero-copy h1::after {
    background: repeating-conic-gradient(from -8deg, rgba(180, 136, 80, 0.62) 0deg 1.2deg, transparent 1.2deg 15deg);
    border-radius: 50%;
    content: "";
    filter: blur(0.2px);
    height: 210px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 210px;
    -webkit-mask: radial-gradient(circle, transparent 0 45%, #000 46% 47%, transparent 48% 100%);
    mask: radial-gradient(circle, transparent 0 45%, #000 46% 47%, transparent 48% 100%);
}

.hj-kawara-hero-copy h1::before {
    animation: hj-title-ring 7.2s ease-out infinite;
    right: -118px;
    top: -72px;
}

.hj-kawara-hero-copy h1::after {
    animation: hj-title-ring 7.2s ease-out 2.2s infinite;
    bottom: -84px;
    left: 42%;
    transform: scale(0.72);
}

@keyframes hj-title-ink-light {
    0%,
    48%,
    100% {
        background-position: 0% 50%;
    }

    64% {
        background-position: 100% 50%;
    }
}

@keyframes hj-title-ring {
    0%,
    54% {
        opacity: 0;
        transform: scale(0.76) rotate(0deg);
    }

    64% {
        opacity: 0.62;
    }

    78% {
        opacity: 0.18;
        transform: scale(1.08) rotate(18deg);
    }

    100% {
        opacity: 0;
        transform: scale(1.2) rotate(28deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hj-kawara-hero-copy h1,
    .hj-kawara-hero-copy h1::before,
    .hj-kawara-hero-copy h1::after {
        animation: none;
    }
}

.hj-kawara-menu {
    background: rgba(255, 253, 248, 0.98);
    color: var(--hj-ink);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: 1 / 3;
    margin: 0 0 -54px;
    position: relative;
    z-index: 3;
}

.hj-kawara-menu a {
    align-content: center;
    display: grid;
    gap: 9px;
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 168px;
    padding: 32px clamp(20px, 2.6vw, 44px);
    text-decoration: none;
}

.hj-kawara-menu a:nth-child(even) {
    border-left: 1px solid var(--hj-line);
}

.hj-kawara-menu a:nth-child(n + 3) {
    border-top: 1px solid var(--hj-line);
}

.hj-menu-icon {
    align-items: center;
    align-self: start;
    border: 1px solid rgba(180, 136, 80, 0.75);
    border-radius: 50%;
    color: var(--hj-red);
    display: inline-flex;
    font-size: 1.25rem;
    grid-row: 1 / 4;
    height: 48px;
    justify-content: center;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    width: 48px;
}

.hj-kawara-menu span {
    color: var(--hj-red);
    font-size: 1.55rem;
    line-height: 1;
}

.hj-kawara-menu strong {
    font-size: 0.76rem;
    letter-spacing: 0.18em;
}

.hj-kawara-menu em {
    font-size: clamp(1.3rem, 1.7vw, 2.15rem);
    font-style: normal;
    line-height: 1.25;
}

.hj-kawara-pickup,
.hj-kawara-news,
.hj-kawara-about {
    display: grid;
    gap: clamp(34px, 4.4vw, 64px);
    padding: clamp(64px, 8vw, 120px) clamp(24px, 5vw, 72px);
}

.hj-kawara-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.hj-kawara-heading span {
    color: var(--hj-red);
    font-size: 0.78rem;
    letter-spacing: 0.2em;
}

.hj-kawara-heading h2 {
    font-size: clamp(2rem, 3.1vw, 4.2rem);
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.hj-kawara-feature-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1.42fr 1fr 1fr;
}

.hj-kawara-feature {
    align-content: end;
    background:
        linear-gradient(rgba(7, 10, 24, 0.02), rgba(7, 10, 24, 0.78)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    color: #fff;
    display: grid;
    min-height: 430px;
    overflow: hidden;
    padding: 32px;
    position: relative;
    text-decoration: none;
}

.hj-kawara-feature::before {
    border: 1px solid rgba(255, 255, 255, 0.42);
    content: "";
    inset: 18px;
    position: absolute;
}

.hj-kawara-feature::after {
    background: var(--hj-red);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.hj-kawara-feature-main {
    min-height: 540px;
}

.hj-kawara-feature span,
.hj-kawara-feature strong,
.hj-kawara-feature em {
    position: relative;
    z-index: 1;
}

.hj-kawara-feature span {
    color: #f1d19b;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
}

.hj-kawara-feature strong {
    display: block;
    font-size: clamp(1.75rem, 2.35vw, 3.1rem);
    font-weight: 500;
    line-height: 1.22;
    margin-top: 16px;
}

.hj-kawara-feature em {
    font-family: var(--hj-font-gothic);
    font-size: 0.88rem;
    font-style: normal;
    line-height: 1.8;
    margin-top: 18px;
}

.hj-kawara-news {
    background:
        linear-gradient(90deg, rgba(180, 136, 80, 0.08) 1px, transparent 1px),
        var(--hj-paper-2);
    background-size: 42px 42px, auto;
    border-top: 1px solid var(--hj-line);
}

.hj-kawara-news-list {
    border-top: 1px solid var(--hj-line);
    display: grid;
}

.hj-kawara-news-item {
    align-items: center;
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    gap: clamp(18px, 3vw, 42px);
    grid-template-columns: 140px 100px minmax(0, 1fr);
    min-height: 92px;
    padding: 20px 0;
    text-decoration: none;
}

.hj-kawara-news-list time,
.hj-kawara-news-list span {
    font-family: var(--hj-font-gothic);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.hj-kawara-news-list time {
    color: var(--hj-muted);
}

.hj-kawara-news-list span {
    align-items: center;
    background: transparent;
    border: 1px solid var(--hj-red);
    color: var(--hj-red);
    display: inline-flex;
    justify-content: center;
    min-height: 34px;
    padding: 6px 9px;
}

.hj-kawara-news-list span.is-admin-news {
    background: var(--hj-red);
    color: #fff;
}

.hj-kawara-news-list h3 {
    font-size: clamp(0.95rem, 1.08vw, 1.22rem);
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

.hj-kawara-news-item:hover h3,
.hj-kawara-news-item:focus h3 {
    color: var(--hj-red);
}

.hj-kawara-guide {
    background: var(--hj-paper-2);
    border-top: 1px solid var(--hj-line);
}

.hj-kawara-guide-heading {
    background: var(--hj-paper);
    border-bottom: 1px solid var(--hj-line);
    display: grid;
    gap: 18px;
    grid-template-columns: 180px minmax(0, 1fr) minmax(260px, 520px);
    padding: clamp(44px, 6vw, 84px) clamp(24px, 5vw, 72px);
}

.hj-kawara-guide-heading p,
.hj-kawara-about p {
    color: var(--hj-muted);
    font-family: var(--hj-font-gothic);
    line-height: 2;
    margin: 0;
}

.hj-kawara-about {
    background:
        linear-gradient(rgba(245, 239, 228, 0.92), rgba(245, 239, 228, 0.92)),
        url("assets/fireworks-bg.png") center / cover no-repeat;
    border-top: 1px solid var(--hj-line);
}

.hj-submit-form .hanabi-button,
.hj-submit-form button[type="submit"],
.hj-submit-form input[type="submit"] {
    align-items: center;
    background: var(--hj-red) !important;
    border: 2px solid var(--hj-red) !important;
    border-radius: 0 !important;
    box-shadow: 0 14px 34px rgba(194, 58, 43, 0.22) !important;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex !important;
    font-family: var(--hj-font-gothic) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    justify-content: center;
    letter-spacing: 0.12em !important;
    min-height: 58px;
    min-width: 220px;
    padding: 17px 34px !important;
    text-decoration: none !important;
}

.hj-submit-form .hanabi-button:hover,
.hj-submit-form .hanabi-button:focus,
.hj-submit-form button[type="submit"]:hover,
.hj-submit-form button[type="submit"]:focus,
.hj-submit-form input[type="submit"]:hover,
.hj-submit-form input[type="submit"]:focus {
    background: var(--hj-ink) !important;
    border-color: var(--hj-ink) !important;
    color: #fff !important;
}

@media (max-width: 1100px) {
    .hj-kawara-feature-grid {
        grid-template-columns: 1fr;
    }

    .hj-kawara-guide-heading {
        align-items: start;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .hj-kawara-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 132px;
    }

    .hj-kawara-hero-image {
        bottom: auto;
        height: 42svh;
        left: 0;
        top: 0;
    }

    .hj-kawara-hero-brand {
        top: 132px;
    }

    .hj-kawara-hero-copy {
        max-width: none;
        padding: 42svh 24px 90px;
    }

    .hj-kawara-hero-copy h1 {
        font-size: clamp(3.2rem, 13vw, 5.4rem);
    }

    .hj-kawara-menu {
        grid-template-columns: 1fr;
    }

    .hj-kawara-menu a {
        min-height: 122px;
    }

    .hj-kawara-menu a + a {
        border-left: 0;
        border-top: 1px solid var(--hj-line);
    }
}

@media (max-width: 560px) {
    .hj-kawara-hero {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hj-kawara-hero-brand {
        align-items: flex-start;
        display: grid;
        gap: 10px;
    }

    .hj-kawara-hero-brand img {
        width: 148px;
    }

    .hj-kawara-hero-copy h1 {
        white-space: normal;
    }

    .hj-kawara-heading {
        align-items: start;
        display: grid;
        gap: 14px;
    }

    .hj-kawara-pickup,
    .hj-kawara-news,
    .hj-kawara-about {
        padding: 46px 24px;
    }

    .hj-kawara-news-item {
        align-items: start;
        gap: 12px;
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 22px 0;
    }

    .hj-kawara-news-list span {
        justify-self: start;
    }

    .hj-kawara-feature,
    .hj-kawara-feature-main {
        min-height: 310px;
        padding: 26px;
    }

    .hj-kawara-guide-heading {
        padding: 42px 24px;
    }
}

@media (max-width: 820px) {
    body {
        padding-bottom: calc(96px + env(safe-area-inset-bottom));
    }

    .hj-site {
        padding-top: 78px;
    }

    .hj-header,
    .home .hj-header {
        background: rgba(255, 253, 248, 0.98);
        border-bottom: 1px solid rgba(180, 136, 80, 0.34);
        box-shadow: 0 12px 32px rgba(28, 24, 20, 0.08);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 50;
    }

    .hj-header-inner {
        align-items: center;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr) 54px;
        min-height: 78px;
        padding: 8px 16px;
    }

    .hj-logo {
        grid-column: 2;
        justify-self: center;
    }

    .hj-logo img {
        height: 60px;
    }

    .hj-menu-toggle {
        align-items: center;
        background: #d2b48c;
        border: 0;
        border-radius: 50%;
        color: var(--hj-ink);
        cursor: pointer;
        display: inline-flex;
        grid-column: 3;
        height: 48px;
        justify-content: center;
        justify-self: end;
        padding: 0;
        position: relative;
        width: 48px;
    }

    .hj-menu-toggle span {
        background: currentColor;
        display: block;
        height: 1.5px;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: transform 180ms ease, opacity 180ms ease;
        width: 18px;
    }

    .hj-menu-toggle span:nth-child(1) {
        transform: translate(-50%, calc(-50% - 4px));
    }

    .hj-menu-toggle span:nth-child(3) {
        transform: translate(-50%, calc(-50% + 4px));
    }

    .hj-menu-toggle em {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    .hj-menu-open .hj-menu-toggle span:nth-child(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .hj-menu-open .hj-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .hj-menu-open .hj-menu-toggle span:nth-child(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .hj-nav {
        background: rgba(255, 253, 248, 0.99);
        border-bottom: 1px solid rgba(180, 136, 80, 0.34);
        box-shadow: 0 22px 38px rgba(28, 24, 20, 0.12);
        display: grid;
        gap: 0;
        left: 0;
        opacity: 0;
        padding: 0 20px 18px;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 78px;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
        z-index: 49;
    }

    .hj-menu-open .hj-nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .hj-nav a {
        border-top: 1px solid rgba(180, 136, 80, 0.26);
        display: block;
        font-size: 0.9rem;
        letter-spacing: 0.12em;
        padding: 18px 4px;
        text-align: center;
    }

    .hj-nav a:first-child::before,
    .hj-nav::after {
        display: none;
    }

    .hj-mobile-submit-cta {
        align-items: center;
        background: var(--hj-red);
        box-shadow: 0 14px 32px rgba(194, 58, 43, 0.28);
        color: #fff;
        display: flex;
        font-family: var(--hj-font-gothic);
        font-size: 1rem;
        font-weight: 800;
        height: 54px;
        justify-content: center;
        left: auto;
        letter-spacing: 0.16em;
        position: fixed;
        right: 16px;
        text-decoration: none;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: min(184px, calc(100vw - 32px));
        z-index: 60;
    }

    .hj-kawara-hero {
        min-height: 58svh;
        overflow: visible;
        padding: 0;
    }

    .hj-kawara-hero::before {
        top: 14px;
    }

    .hj-kawara-hero-image {
        height: 58svh;
        inset: 0 0 auto 0;
    }

    .hj-kawara-hero-copy {
        align-content: end;
        color: #fff;
        min-height: 58svh;
        padding: 160px 20px 34px;
        text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
    }

    .hj-kawara-hero-copy span {
        color: rgba(255, 255, 255, 0.88);
    }

    .hj-kawara-hero-copy h1 {
        animation: none;
        background: none;
        color: #fff;
        font-size: clamp(2.55rem, 11vw, 3.6rem);
        line-height: 1.08;
        white-space: nowrap;
    }

    .hj-kawara-hero-copy h1::before,
    .hj-kawara-hero-copy h1::after {
        content: none;
    }

    .hj-kawara-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 0;
    }

    .hj-kawara-menu a {
        gap: 8px;
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 132px;
        padding: 18px 14px;
    }

    .hj-kawara-menu a + a {
        border-left: 0;
        border-top: 0;
    }

    .hj-kawara-menu a:nth-child(even) {
        border-left: 1px solid var(--hj-line);
    }

    .hj-kawara-menu a:nth-child(n + 3) {
        border-top: 1px solid var(--hj-line);
    }

    .hj-menu-icon {
        font-size: 1rem;
        height: 38px;
        margin-right: 0;
        width: 38px;
    }

    .hj-action-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hj-action-nav a {
        gap: 8px;
        grid-template-columns: 42px minmax(0, 1fr);
        min-height: 132px;
        padding: 18px 14px;
    }

    .hj-action-nav a + a {
        border-left: 0;
        border-top: 0;
    }

    .hj-action-nav a:nth-child(even) {
        border-left: 1px solid var(--hj-line);
    }

    .hj-action-nav a:nth-child(n + 3) {
        border-top: 1px solid var(--hj-line);
    }

    .hj-region-index {
        display: none;
    }

    .hj-region-select-wrap {
        background: var(--hj-paper);
        border: 1px solid rgba(180, 136, 80, 0.36);
        border-radius: 8px;
        display: grid;
        gap: 10px;
        padding: 16px;
    }

    .hj-region-select-wrap span {
        color: var(--hj-red);
        font-family: var(--hj-font-gothic);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.14em;
    }

    .hj-region-select-wrap select {
        appearance: none;
        background:
            linear-gradient(45deg, transparent 50%, var(--hj-ink) 50%) right 18px center / 7px 7px no-repeat,
            linear-gradient(135deg, var(--hj-ink) 50%, transparent 50%) right 13px center / 7px 7px no-repeat,
            #fff;
        border: 1px solid #cfc1ad;
        border-radius: 4px;
        color: var(--hj-ink);
        font: inherit;
        min-height: 52px;
        padding: 12px 42px 12px 14px;
        width: 100%;
    }

    .hj-kawara-menu span {
        font-size: 1rem;
    }

    .hj-kawara-menu strong {
        font-size: 0.62rem;
        letter-spacing: 0.12em;
    }

    .hj-kawara-menu em {
        font-size: clamp(1rem, 4.5vw, 1.25rem);
    }

    .hj-kawara-guide {
        scroll-margin-top: 78px;
    }

    .hj-kawara-guide-heading {
        padding: 34px 24px;
    }

    .hj-brew-main {
        grid-template-rows: auto minmax(360px, auto) auto auto;
    }

    .hj-search-panel {
        min-height: 0;
    }

    .hj-search-field {
        min-height: 88px;
        padding: 18px 24px;
    }

    .hj-search-button {
        min-height: 94px;
    }

    .hj-map-real {
        min-height: 360px;
    }

    .hj-map-real iframe {
        height: 360px;
        min-height: 360px;
    }

    .hj-event-rows {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
    }

    .hj-event-row {
        border-radius: 6px;
        display: grid;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hj-event-row::before,
    .hj-event-row::after {
        content: none;
    }

    .hj-event-date {
        border-right: 0;
        border-bottom: 1px solid rgba(180, 136, 80, 0.4);
        display: grid;
        gap: 2px;
        grid-column: 1;
        grid-row: auto;
        min-height: 86px;
        padding: 14px 8px;
    }

    .hj-event-date strong {
        font-size: 1.6rem;
    }

    .hj-event-name {
        grid-column: 1;
        grid-row: auto;
        padding: 14px 12px;
    }

    .hj-event-name h2 {
        font-size: 0.95rem;
        line-height: 1.45;
        margin-bottom: 8px;
    }

    .hj-event-name p {
        font-size: 0.72rem;
    }

    .hj-event-arrow {
        grid-column: 1;
        justify-content: space-between;
        padding: 10px 12px;
    }
}

@media (max-width: 360px) {
    .hj-kawara-hero-copy h1 {
        font-size: 2.18rem;
    }
}

