@charset "UTF-8";

.page-haikou-articles-v3 {
  --hk3-coral: #c95d49;
  --hk3-coral-dark: #973f32;
  --hk3-palm: #245b4e;
  --hk3-palm-soft: #d9e4dc;
  --hk3-stone: #eeeae0;
  --hk3-stone-deep: #d9d3c5;
  --hk3-sun: #d3a64c;
  --hk3-ink: #253c3b;
  --hk3-muted: #697775;
  --hk3-line: rgba(37,60,59,.2);
  --hk3-shadow: 0 22px 54px rgba(45,66,61,.11);
  margin: 0;
  padding-top: 0 !important;
  overflow-x: clip;
  color: var(--hk3-ink);
  background: var(--hk3-stone);
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
.page-haikou-articles-v3 > .ct-shop-header { position: relative; top: 0; z-index: 80; background: rgba(247,245,238,.98); border-bottom-color: rgba(37,60,59,.12); box-shadow: none; }
.page-haikou-articles-v3 *, .page-haikou-articles-v3 *::before, .page-haikou-articles-v3 *::after { box-sizing: border-box; }
.page-haikou-articles-v3 img { display: block; max-width: 100%; }
.page-haikou-articles-v3 a { color: inherit; }
.page-haikou-articles-v3 button { font: inherit; }
.hk3-menu-backdrop { display: none; }
.hk3-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hk3-reading-column { width: min(790px, calc(100% - 48px)); margin: 0 auto; }
.hk3-kicker { margin: 0 0 14px; color: var(--hk3-coral); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hk3-crumb { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; padding: 24px 0 18px; color: var(--hk3-muted); font-size: 13px; }
.hk3-crumb a { text-decoration: none; }
.hk3-crumb strong { color: var(--hk3-palm); }
.hk3-meta { display: flex; flex-wrap: wrap; gap: 11px; align-items: center; margin: 0; color: var(--hk3-muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.hk3-meta span { color: var(--hk3-coral-dark); }
.hk3-summary { color: var(--hk3-muted); line-height: 1.8; }

.hk3-portico-intro, .hk3-article-frontage { position: relative; overflow: hidden; border-bottom: 1px solid var(--hk3-line); background: linear-gradient(90deg, #f5f2ea 0 66%, #e0e7df 66%); }
.hk3-portico-intro::before, .hk3-article-frontage::before { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 91px, rgba(37,91,78,.055) 91px 94px, transparent 94px 186px); content: ""; pointer-events: none; }
.hk3-portico-intro::after, .hk3-article-frontage::after { position: absolute; right: 4%; top: 0; bottom: 0; width: 17px; border-left: 1px solid rgba(37,91,78,.22); border-right: 1px solid rgba(37,91,78,.22); background: rgba(255,255,255,.28); content: ""; }
.hk3-frontage { position: relative; z-index: 1; display: grid; grid-template-columns: .72fr 1.28fr; grid-template-areas: "title pair" "nav pair"; gap: 28px 62px; align-items: start; padding: 28px 0 74px; }
.hk3-stone-title { grid-area: title; padding: 25px 26px 28px 0; border-right: 2px solid var(--hk3-palm); }
.hk3-stone-title h1, .hk3-article-title h1 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(51px, 5vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.hk3-intro, .hk3-article-summary { margin: 22px 0 0; color: var(--hk3-muted); font-size: 15px; line-height: 1.85; }
.hk3-boundary { margin: 22px 0 0; padding: 13px 14px; border-left: 5px solid var(--hk3-coral); background: rgba(255,255,255,.5); color: #536461; font-size: 12px; line-height: 1.7; }
.hk3-opening-pair { grid-area: pair; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(220px,.55fr); gap: 18px; align-items: stretch; }
.hk3-lead-bay, .hk3-short-bay, .hk3-bay { position: relative; min-width: 0; border: 1px solid var(--hk3-line); background: #f9f7f1; box-shadow: var(--hk3-shadow); }
.hk3-lead-bay::before, .hk3-short-bay::before, .hk3-bay::before { position: absolute; z-index: 3; top: -15px; left: 19px; width: 18px; height: 48px; border-radius: 2px 2px 8px 8px; background: var(--hk3-coral); box-shadow: 0 13px 0 var(--hk3-palm); content: ""; pointer-events: none; }
.hk3-lead-bay > a { display: grid; grid-template-columns: .93fr 1.07fr; min-height: 410px; color: inherit; text-decoration: none; }
.hk3-lead-bay figure { position: relative; margin: 0; overflow: hidden; background: var(--hk3-palm-soft); }
.hk3-lead-bay figure::after, .hk3-door-image::after, .hk3-bay figure::after, .hk3-related-colonnade figure::after { position: absolute; inset: 0 0 auto; height: 28%; background: linear-gradient(rgba(36,91,78,.4), transparent); transform: translateY(-100%); transition: transform .28s ease; content: ""; pointer-events: none; }
.hk3-lead-bay figure.is-shade-open::after, .hk3-door-image.is-shade-open::after, .hk3-bay figure.is-shade-open::after, .hk3-related-colonnade figure.is-shade-open::after { transform: translateY(0); }
.hk3-lead-bay figure img { width: 100%; height: 100%; object-fit: cover; }
.hk3-lead-bay > a > div { align-self: center; padding: 38px 34px; }
.hk3-lead-bay h2 { margin: 15px 0; font-family: Georgia, "Songti SC", serif; font-size: 28px; line-height: 1.4; }
.hk3-lead-bay strong, .hk3-short-bay strong, .hk3-bay strong { color: var(--hk3-palm); font-size: 11px; }
.hk3-short-bay { align-self: end; margin-top: 70px; border-bottom: 8px solid var(--hk3-coral); }
.hk3-short-bay > a { display: block; padding: 18px; color: inherit; text-decoration: none; }
.hk3-short-bay img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: saturate(.78); }
.hk3-short-bay .hk3-meta { margin-top: 18px; }
.hk3-short-bay h2 { margin: 13px 0 18px; font-family: Georgia, "Songti SC", serif; font-size: 19px; line-height: 1.5; }
.hk3-column-nav { grid-area: nav; align-self: end; }
.hk3-column-nav ul { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 0; padding: 0; list-style: none; }
.hk3-column-nav a { position: relative; padding: 32px 8px 10px; border-top: 1px solid var(--hk3-line); color: var(--hk3-muted); font-size: 11px; font-weight: 900; text-align: center; text-decoration: none; }
.hk3-column-nav a::before { position: absolute; top: 0; left: calc(50% - 5px); width: 10px; height: 23px; background: var(--hk3-stone-deep); content: ""; }
.hk3-column-nav a.is-active, .hk3-column-nav a:hover { border-color: var(--hk3-coral); color: var(--hk3-coral-dark); }
.hk3-column-nav a.is-active::before { background: var(--hk3-coral); }

.hk3-reading-threshold { padding: 78px 0; background: var(--hk3-palm); color: #fff; }
.hk3-reading-threshold .hk3-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: end; }
.hk3-reading-threshold .hk3-kicker { grid-column: 1 / -1; margin-bottom: -34px; color: #efb59f; }
.hk3-reading-threshold h2, .hk3-arcade-head h2, .hk3-weather-note h2, .hk3-column-rhythm h2, .hk3-local-boundary h2, .hk3-reading-boundary h2, .hk3-awning-note h2, .hk3-category-portico h2, .hk3-related-colonnade h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(43px,4vw,47px); line-height: 1.13; letter-spacing: -.035em; }
.hk3-reading-threshold p:last-child { margin: 0; color: rgba(255,255,255,.68); line-height: 1.9; }
.hk3-promo { width: min(1200px, calc(100% - 48px)); margin: 0 auto; padding: 42px 0; }
.hk3-promo picture { display: block; overflow: hidden; border: 1px solid rgba(37,60,59,.12); background: #fff; box-shadow: var(--hk3-shadow); }
.hk3-promo img { width: 100%; height: auto; object-fit: contain; }

.hk3-arcade { position: relative; padding: 105px 0; background: #f6f3ec; }
.hk3-arcade::before { position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 118px, rgba(37,60,59,.04) 118px 121px); content: ""; pointer-events: none; }
.hk3-arcade .hk3-shell { position: relative; }
.hk3-arcade-head { display: flex; justify-content: space-between; gap: 50px; align-items: end; }
.hk3-arcade-head > hgroup { max-width: 720px; }
.hk3-arcade-tools { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.hk3-arcade-tools button, .hk3-reading-tools button { border: 1px solid var(--hk3-line); padding: 9px 12px; background: transparent; color: var(--hk3-muted); cursor: pointer; font-size: 10px; font-weight: 900; }
.hk3-arcade-tools button[aria-pressed="true"], .hk3-reading-tools button[aria-pressed="true"] { border-color: var(--hk3-palm); background: var(--hk3-palm); color: #fff; }
.hk3-bay-row { display: grid; grid-template-columns: repeat(12,1fr); gap: 28px 18px; align-items: stretch; margin: 56px 0 0; padding: 0; list-style: none; }
.hk3-bay { grid-column: span 4; }
.hk3-bay:nth-child(4n+1), .hk3-bay:nth-child(4n) { grid-column: span 7; }
.hk3-bay:nth-child(4n+2), .hk3-bay:nth-child(4n+3) { grid-column: span 5; margin-top: 52px; }
.hk3-bay:nth-child(4n) { margin-left: 12%; }
.hk3-bay > a { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 295px; color: inherit; text-decoration: none; }
.hk3-bay:nth-child(4n+2) > a, .hk3-bay:nth-child(4n+3) > a { display: block; }
.hk3-bay figure { position: relative; margin: 0; overflow: hidden; background: var(--hk3-palm-soft); }
.hk3-bay figure img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .35s ease; }
.hk3-bay:hover figure img { transform: scale(1.025); }
.hk3-bay > a > div { padding: 24px 22px 52px; }
.hk3-bay h3 { margin: 11px 0; font-family: Georgia, "Songti SC", serif; font-size: 21px; line-height: 1.48; }
.hk3-bay .hk3-summary { display: -webkit-box; overflow: hidden; font-size: 13px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.hk3-bay-expand { position: absolute; right: 15px; bottom: 13px; border: 0; border-bottom: 1px solid var(--hk3-coral); padding: 4px 0; background: transparent; color: var(--hk3-coral-dark); cursor: pointer; font-size: 10px; font-weight: 900; }
.hk3-bay.is-expanded { grid-column: span 9; }
.hk3-bay.is-expanded .hk3-summary { -webkit-line-clamp: unset; }
.hk3-bay-row.is-even { grid-template-columns: repeat(2,1fr); }
.hk3-bay-row.is-even .hk3-bay { grid-column: auto; margin: 0; }
.hk3-bay-row.is-summary-hidden .hk3-summary { display: none; }
.hk3-bay:focus-visible, .hk3-lead-bay:focus-visible, .hk3-short-bay:focus-visible { outline: 3px solid var(--hk3-coral); outline-offset: 5px; }
.hk3-pager { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 50px; }
.hk3-pager a { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--hk3-line); background: #fff; color: var(--hk3-palm); font-size: 11px; font-weight: 900; text-decoration: none; }
.hk3-pager a.active, .hk3-pager a.is-active { border-color: var(--hk3-coral); background: var(--hk3-coral); color: #fff; }

.hk3-weather-note { padding: 90px 0; background: var(--hk3-palm-soft); }
.hk3-weather-note .hk3-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; }
.hk3-weather-note dl { display: grid; gap: 0; margin: 0; border-top: 1px solid var(--hk3-line); }
.hk3-weather-note dl > div { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--hk3-line); }
.hk3-weather-note dt { color: var(--hk3-coral); font-weight: 900; }
.hk3-weather-note dd { margin: 0; color: #4e615d; line-height: 1.7; }
.hk3-column-rhythm { padding: 90px 0; background: #f5f2ea; }
.hk3-column-rhythm .hk3-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.hk3-column-rhythm .hk3-kicker { grid-column: 1 / -1; margin-bottom: -38px; }
.hk3-column-rhythm ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.hk3-column-rhythm li { min-height: 180px; padding: 20px; border: 1px solid var(--hk3-line); background: #fff; }
.hk3-column-rhythm b { display: block; color: var(--hk3-coral); font-family: Georgia,serif; font-size: 42px; }
.hk3-column-rhythm span { display: block; margin-top: 35px; color: var(--hk3-muted); line-height: 1.7; }
.hk3-local-boundary { padding: 82px 0; background: var(--hk3-coral); color: #fff; }
.hk3-local-boundary .hk3-shell { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.hk3-local-boundary .hk3-kicker { color: #f4d4c9; }
.hk3-local-boundary p:last-child { margin: 0; color: rgba(255,255,255,.78); line-height: 1.85; }
.hk3-faq { padding: 86px 0; background: #f8f6ef; }
.hk3-faq .hk3-shell > header, .hk3-faq .hk3-reading-column > h2 { max-width: 830px; }
.hk3-faq h2 { margin: 0 0 34px; font-family: Georgia, "Songti SC", serif; font-size: clamp(43px,4vw,47px); line-height: 1.13; letter-spacing: -.035em; }
.hk3-faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hk3-faq-list details { border: 1px solid var(--hk3-line); background: #fff; }
.hk3-faq-list summary { position: relative; padding: 20px 48px 20px 20px; color: var(--hk3-palm); cursor: pointer; font-weight: 900; line-height: 1.55; list-style: none; }
.hk3-faq-list summary::-webkit-details-marker { display: none; }
.hk3-faq-list summary::after { position: absolute; right: 19px; top: 19px; color: var(--hk3-coral); content: "+"; font-size: 20px; line-height: 1; }
.hk3-faq-list details[open] summary::after { content: "−"; }
.hk3-faq-list details p { margin: 0; padding: 0 20px 22px; color: var(--hk3-muted); font-size: 14px; line-height: 1.8; }

.hk3-progress { position: fixed; z-index: 1200; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.hk3-progress span { display: block; width: 0; height: 100%; background: var(--hk3-coral); }
.hk3-article-frontage { padding-bottom: 70px; }
.hk3-article-doorway { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: 65px; align-items: center; padding: 30px 0 20px; }
.hk3-article-title { padding-left: 26px; border-left: 7px solid var(--hk3-palm); }
.hk3-article-title h1 { font-size: clamp(49px,4.5vw,56px); line-height: 1.1; }
.hk3-byline { display: flex; flex-wrap: wrap; gap: 17px; margin: 26px 0 0; color: var(--hk3-muted); font-size: 11px; }
.hk3-door-image { position: relative; margin: 0; padding: 11px 11px 44px; border: 1px solid var(--hk3-line); background: #fff; box-shadow: var(--hk3-shadow); transform: translateY(24px); }
.hk3-door-image::before { position: absolute; left: -22px; top: -20px; width: 17px; height: calc(100% + 40px); border: 1px solid var(--hk3-palm); background: rgba(255,255,255,.4); content: ""; }
.hk3-door-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hk3-door-image figcaption, .hk3-lead-bay figcaption, .hk3-bay figcaption, .hk3-related-colonnade figcaption, .hk3-prose figure figcaption { position: absolute; z-index: 4; right: 10px; bottom: 10px; max-width: calc(100% - 20px); padding: 7px 10px; background: rgba(36,91,78,.88); color: #fff; font-size: 9px; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.hk3-door-image.is-shade-open figcaption, .hk3-lead-bay figure.is-shade-open figcaption, .hk3-bay figure.is-shade-open figcaption, .hk3-related-colonnade figure.is-shade-open figcaption, .hk3-prose figure.is-shade-open figcaption { opacity: 1; transform: translateY(0); }
.hk3-reading-boundary { padding: 86px 0; background: var(--hk3-palm); color: #fff; }
.hk3-reading-boundary .hk3-reading-column { display: grid; grid-template-columns: .92fr 1.08fr; gap: 42px; align-items: end; }
.hk3-reading-boundary .hk3-kicker { grid-column: 1 / -1; margin-bottom: -27px; color: #efb59f; }
.hk3-reading-boundary p:last-child { margin: 0; color: rgba(255,255,255,.7); line-height: 1.9; }
.hk3-prose-passage { padding: 80px 0 90px; background: #f7f4ed; }
.hk3-reading-tools { display: flex; justify-content: flex-end; gap: 7px; margin: 0 0 22px; padding: 0; border: 0; }
.hk3-reading-tools > legend { align-self: center; float: left; width: auto; margin-right: 7px; padding: 8px 0; color: var(--hk3-muted); font-size: 10px; font-weight: 900; }
.hk3-column-index { margin: 0 0 42px; border: 1px solid var(--hk3-line); background: #e5e3da; }
.hk3-column-index summary { position: relative; cursor: pointer; list-style: none; padding: 18px 18px 18px 65px; color: var(--hk3-palm); font-weight: 900; }
.hk3-column-index summary::-webkit-details-marker { display: none; }
.hk3-column-index summary::before { position: absolute; left: 22px; top: 0; width: 14px; height: 100%; border-left: 1px solid var(--hk3-palm); border-right: 1px solid var(--hk3-palm); background: rgba(255,255,255,.32); content: ""; }
.hk3-column-index summary b { float: right; color: var(--hk3-coral); font-size: 11px; }
.hk3-column-index nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; padding: 0 18px 18px 65px; }
.hk3-column-index nav a { padding: 8px 0; border-bottom: 1px solid var(--hk3-line); color: #516360; font-size: 12px; text-decoration: none; }
.hk3-column-index nav a[data-level="3"] { padding-left: 18px; color: var(--hk3-muted); font-size: 11px; }
.hk3-prose-boundary { border-left: 1px solid var(--hk3-line); border-right: 1px solid var(--hk3-line); background: #fcfaf5; }
.hk3-prose-boundary > p { display: grid; grid-template-columns: 145px 1fr; gap: 18px; margin: 0; padding: 18px 22px; border-bottom: 1px solid var(--hk3-line); background: var(--hk3-palm-soft); font-size: 12px; }
.hk3-prose-boundary > p strong { color: var(--hk3-coral-dark); }
.hk3-prose-boundary > p span { color: var(--hk3-muted); }
.hk3-prose { padding: 30px 38px 50px; color: #344746; font-size: 17px; line-height: 1.95; }
.hk3-prose p { margin: 0 0 1.35em; }
.hk3-prose h2 { position: relative; margin: 2.3em 0 .9em; padding: 18px 0 18px 48px; border-top: 1px solid var(--hk3-line); border-bottom: 1px solid var(--hk3-line); color: var(--hk3-palm); font-family: Georgia,"Songti SC",serif; font-size: 31px; line-height: 1.35; }
.hk3-prose h2::before { position: absolute; left: 13px; top: -1px; width: 14px; height: calc(100% + 2px); border-left: 1px solid var(--hk3-coral); border-right: 1px solid var(--hk3-coral); background: #f4e4dc; content: ""; }
.hk3-prose h3 { margin: 1.8em 0 .7em; color: var(--hk3-coral-dark); font-size: 23px; line-height: 1.45; }
.hk3-prose h4 { margin: 1.6em 0 .6em; font-size: 18px; }
.hk3-prose ul, .hk3-prose ol { margin: 1.1em 0 1.5em; padding-left: 1.45em; }
.hk3-prose li { margin: .5em 0; }
.hk3-prose li > ul, .hk3-prose li > ol { margin: .4em 0; }
.hk3-prose blockquote { margin: 1.5em 0; padding: 20px 24px; border-left: 5px solid var(--hk3-coral); background: var(--hk3-palm-soft); }
.hk3-prose figure { position: relative; margin: 26px -12px 34px; padding: 10px 10px 34px; border: 1px solid var(--hk3-line); background: #fff; box-shadow: 0 18px 45px rgba(37,60,59,.1); }
.hk3-prose figure:nth-of-type(even) { transform: translateX(18px); }
.hk3-prose figure:nth-of-type(odd) { transform: translateX(-18px); }
.hk3-prose figure img { width: 100%; height: auto; border-radius: 0 !important; box-shadow: none !important; }
.hk3-prose figcaption { pointer-events: none; }
.hk3-prose table { width: 100%; border-collapse: collapse; min-width: 620px; }
.hk3-prose thead { background: var(--hk3-palm); color: #fff; }
.hk3-prose tbody { background: #fff; }
.hk3-prose th, .hk3-prose td { padding: 12px; border: 1px solid var(--hk3-line); text-align: left; }
.hk3-table-scroll { max-width: 100%; margin: 1.6em 0; overflow-x: auto; }
.hk3-prose details { margin: 1.4em 0; border: 1px solid var(--hk3-line); padding: 14px; }
.hk3-prose summary { cursor: pointer; font-weight: 900; }
.hk3-prose a { color: var(--hk3-coral-dark); overflow-wrap: anywhere; }
.hk3-prose strong { color: var(--hk3-palm); }
.hk3-prose em { color: var(--hk3-coral-dark); }
.hk3-prose mark { background: #f2d9a5; }
.hk3-prose code { padding: .15em .35em; background: #e5e3da; }
.hk3-prose pre { max-width: 100%; overflow: auto; padding: 18px; background: #203c38; color: #fff; }
.hk3-prose hr { margin: 2.4em 0; border: 0; border-top: 1px solid var(--hk3-line); }
.hk3-reading-column.is-comfort { width: min(900px, calc(100% - 48px)); }
.hk3-reading-column.is-comfort .hk3-prose { font-size: 18px; }
.hk3-awning-note { padding: 78px 0; background: #e1ded3; }
.hk3-awning-note .hk3-reading-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: 42px; align-items: end; }
.hk3-awning-note .hk3-kicker { grid-column: 1 / -1; margin-bottom: -28px; }
.hk3-awning-note p:last-child { margin: 0; color: var(--hk3-muted); line-height: 1.85; }
.hk3-neighbors { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-top: 58px; padding-bottom: 58px; }
.hk3-neighbors a { padding: 18px; border: 1px solid var(--hk3-line); background: #fff; text-decoration: none; }
.hk3-neighbors small { display: block; color: var(--hk3-coral); font-weight: 900; }
.hk3-neighbors strong { display: block; margin-top: 8px; line-height: 1.55; }
.hk3-category-portico { padding: 82px 0; background: var(--hk3-palm-soft); }
.hk3-category-portico .hk3-shell { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hk3-category-portico nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.hk3-category-portico nav a { padding: 17px; border: 1px solid var(--hk3-line); background: rgba(255,255,255,.55); font-size: 12px; font-weight: 900; text-align: center; text-decoration: none; }
.hk3-category-portico nav a.is-active { border-color: var(--hk3-coral); background: var(--hk3-coral); color: #fff; }
.hk3-related-colonnade { padding: 88px 0; background: var(--hk3-palm); color: #fff; }
.hk3-related-colonnade h2 { max-width: 730px; }
.hk3-related-colonnade > .hk3-shell > ol { display: grid; grid-template-columns: 1.15fr .7fr 1.15fr; gap: 14px; align-items: end; margin: 42px 0 0; padding: 0; list-style: none; }
.hk3-related-colonnade li { min-width: 0; background: #f8f6ef; color: var(--hk3-ink); }
.hk3-related-colonnade li:nth-child(2) { margin-bottom: 52px; }
.hk3-related-colonnade li > a { display: block; padding: 12px 12px 22px; text-decoration: none; }
.hk3-related-colonnade figure { position: relative; margin: 0 0 16px; overflow: hidden; }
.hk3-related-colonnade figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.hk3-related-colonnade span { color: var(--hk3-coral); font-size: 10px; font-weight: 900; }
.hk3-related-colonnade strong { display: block; margin-top: 8px; line-height: 1.5; }

@media (max-width: 1120px) {
  .page-haikou-articles-v3 > .hk3-menu-backdrop { position: fixed; z-index: 79; inset: 0; display: block; border: 0; padding: 0; background: rgba(25,47,43,.42); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .2s ease, visibility .2s ease; }
  .page-haikou-articles-v3 > .ct-shop-header.is-menu-open + .hk3-menu-backdrop { opacity: 1; visibility: visible; pointer-events: auto; }
}
@media (max-width: 980px) {
  .hk3-frontage, .hk3-article-doorway { grid-template-columns: 1fr; grid-template-areas: none; }
  .hk3-stone-title, .hk3-opening-pair, .hk3-column-nav { grid-area: auto; }
  .hk3-column-nav { max-width: 600px; }
  .hk3-bay-row { grid-template-columns: 1fr 1fr; }
  .hk3-bay:nth-child(n) { grid-column: auto; margin: 0; }
  .hk3-bay:nth-child(n) > a { display: block; }
  .hk3-weather-note .hk3-shell, .hk3-column-rhythm .hk3-shell, .hk3-local-boundary .hk3-shell, .hk3-category-portico .hk3-shell { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 700px) {
  .page-haikou-articles-v3 { padding-top: 0 !important; overflow-x: hidden; }
  .page-haikou-articles-v3 > .ct-shop-header { top: 0; }
  .hk3-shell, .hk3-reading-column { width: min(100% - 30px,1180px); }
  .hk3-kicker { font-size: 9px; letter-spacing: .13em; }
  .hk3-crumb { padding: 17px 0 12px; font-size: 12px; }
  .hk3-frontage { gap: 24px; padding: 18px 0 44px; }
  .hk3-stone-title { padding: 14px 0 14px 17px; border-right: 0; border-left: 5px solid var(--hk3-palm); }
  .hk3-stone-title h1, .hk3-article-title h1 { font-size: clamp(36px,10vw,40px); line-height: 1.12; }
  .hk3-intro, .hk3-article-summary { margin-top: 13px; font-size: 14px; line-height: 1.75; }
  .hk3-boundary { margin-top: 13px; padding: 10px; font-size: 12px; }
  .hk3-opening-pair { grid-template-columns: 1.38fr .62fr; gap: 8px; }
  .hk3-lead-bay > a { display: block; min-height: 0; }
  .hk3-lead-bay figure { height: 184px; }
  .hk3-lead-bay > a > div { padding: 19px 17px 23px; }
  .hk3-lead-bay h2 { margin: 8px 0; font-size: 21px; }
  .hk3-lead-bay .hk3-summary { display: -webkit-box; overflow: hidden; font-size: 11px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
  .hk3-short-bay { margin-top: 52px; }
  .hk3-short-bay > a { padding: 9px; }
  .hk3-short-bay .hk3-meta { margin-top: 10px; }
  .hk3-short-bay .hk3-meta span { display: block; }
  .hk3-short-bay .hk3-meta time { display: none; }
  .hk3-short-bay h2 { margin: 8px 0; font-size: 14px; line-height: 1.45; }
  .hk3-short-bay strong { font-size: 9px; }
  .hk3-column-nav { gap: 4px; }
  .hk3-column-nav a { padding: 24px 3px 8px; font-size: 10px; }
  .hk3-reading-threshold, .hk3-arcade, .hk3-weather-note, .hk3-column-rhythm, .hk3-local-boundary, .hk3-category-portico, .hk3-related-colonnade, .hk3-faq { padding: 58px 0; }
  .hk3-reading-threshold .hk3-shell, .hk3-reading-boundary .hk3-reading-column, .hk3-awning-note .hk3-reading-column { grid-template-columns: 1fr; gap: 18px; }
  .hk3-reading-threshold .hk3-kicker, .hk3-reading-boundary .hk3-kicker, .hk3-awning-note .hk3-kicker, .hk3-column-rhythm .hk3-kicker { grid-column: auto; margin-bottom: 0; }
  .hk3-reading-threshold h2, .hk3-arcade-head h2, .hk3-weather-note h2, .hk3-column-rhythm h2, .hk3-local-boundary h2, .hk3-reading-boundary h2, .hk3-awning-note h2, .hk3-category-portico h2, .hk3-related-colonnade h2 { font-size: clamp(29px,8.4vw,33px); }
  .hk3-promo { width: calc(100% - 30px); padding: 24px 0; }
  .hk3-promo img { aspect-ratio: 750 / 920; object-fit: contain; }
  .hk3-arcade-head { display: block; }
  .hk3-arcade-tools { justify-content: flex-start; margin-top: 19px; }
  .hk3-bay-row, .hk3-bay-row.is-even { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .hk3-bay:nth-child(n) { grid-column: auto; margin: 0; }
  .hk3-bay > a, .hk3-bay:nth-child(n) > a { display: grid; grid-template-columns: 112px 1fr; min-height: 164px; }
  .hk3-bay figure { height: 100%; min-height: 164px; }
  .hk3-bay figure img { min-height: 164px; }
  .hk3-bay > a > div { padding: 15px 13px 42px; }
  .hk3-bay h3 { margin: 7px 0; font-size: 16px; line-height: 1.4; }
  .hk3-bay .hk3-summary { font-size: 11px; -webkit-line-clamp: 2; }
  .hk3-bay.is-expanded > a { grid-template-columns: 1fr; }
  .hk3-bay.is-expanded figure { height: 205px; }
  .hk3-bay-expand { right: 11px; bottom: 9px; }
  .hk3-column-rhythm ol { grid-template-columns: 1fr; }
  .hk3-column-rhythm li { min-height: 120px; }
  .hk3-column-rhythm span { margin-top: 14px; }
  .hk3-article-frontage { padding-bottom: 11px; }
  .hk3-article-doorway { gap: 26px; padding: 15px 0 0; }
  .hk3-article-title { padding-left: 17px; border-left-width: 5px; }
  .hk3-door-image { max-height: 250px; padding: 7px 7px 28px; transform: none; }
  .hk3-door-image img { max-height: 205px; }
  .hk3-door-image::before { display: none; }
  .hk3-reading-boundary { padding: 24px 0; }
  .page-haikou-detail-v3 .hk3-promo-first { padding: 0; }
  .hk3-prose-passage { padding: 38px 0 62px; }
  .hk3-reading-tools { justify-content: flex-start; margin-bottom: 16px; }
  .hk3-column-index { margin-bottom: 26px; }
  .hk3-column-index summary { padding: 16px 13px 16px 48px; }
  .hk3-column-index summary::before { left: 17px; width: 11px; }
  .hk3-column-index nav { grid-template-columns: 1fr; padding: 0 13px 15px 48px; }
  .hk3-prose-boundary > p { grid-template-columns: 1fr; gap: 4px; padding: 14px; }
  .hk3-prose { padding: 22px 16px 36px; font-size: 16px; line-height: 1.9; }
  .hk3-reading-column.is-comfort .hk3-prose { font-size: 17px; }
  .hk3-prose h2 { padding: 15px 0 15px 39px; font-size: 28px; }
  .hk3-prose h2::before { left: 10px; width: 11px; }
  .hk3-prose h3 { font-size: 21px; }
  .hk3-prose figure, .hk3-prose figure:nth-of-type(n) { margin: 22px 0 30px; transform: none; }
  .hk3-awning-note { padding: 54px 0; }
  .hk3-neighbors { grid-template-columns: 1fr; gap: 9px; padding-top: 42px; padding-bottom: 42px; }
  .hk3-category-portico nav { gap: 6px; }
  .hk3-category-portico nav a { padding: 11px; font-size: 11px; }
  .hk3-related-colonnade > .hk3-shell > ol { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .hk3-related-colonnade li:nth-child(n) { margin: 0; }
  .hk3-related-colonnade li > a { display: grid; grid-template-columns: 116px 1fr; align-items: center; padding: 8px; }
  .hk3-related-colonnade figure { grid-row: 1 / span 2; margin: 0 13px 0 0; }
  .hk3-related-colonnade figure img { height: 138px; aspect-ratio: auto; }
  .hk3-faq h2 { font-size: clamp(29px,8.4vw,33px); }
  .hk3-faq-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .page-haikou-articles-v3 *, .page-haikou-articles-v3 *::before, .page-haikou-articles-v3 *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
