/* The Hive First — project-scoped presentation. */
:root {
  --thf-forest: #193b38;
  --thf-forest-deep: #0d2927;
  --thf-forest-soft: #2e514d;
  --thf-mint: #9eb8aa;
  --thf-cream: #f3f0e8;
  --thf-paper: #fbfaf6;
  --thf-sand: #ded6c8;
  --thf-ink: #152321;
  --thf-muted: #65716d;
  --thf-line: rgba(25, 59, 56, .18);
  --thf-accent: #d7a968;
  --thf-white: #fff;
  --thf-shadow: 0 28px 80px rgba(13, 41, 39, .16);
  --thf-radius: 28px;
  --thf-header-h: 82px;
}

.apt44-thf-active,
.apt44-thf-active .nv-single-page-wrap,
.apt44-thf-active .nv-content-wrap,
.apt44-thf-active .container,
.apt44-thf-active .row,
.apt44-thf-active .col {
  max-width: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
}

.apt44-thf-active {
  overflow-x: clip;
  background: var(--thf-paper);
}

.apt44-thf-active .entry-header,
.apt44-thf-active .nv-page-title-wrap,
.apt44-thf-active .nv-sidebar-wrap {
  display: none !important;
}

.thf-site,
.thf-blog-shell {
  position: relative;
  min-width: 0;
  color: var(--thf-ink);
  background: var(--thf-paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: -.018em;
  word-break: keep-all;
}

.thf-site *,
.thf-site *::before,
.thf-site *::after,
.thf-blog-shell *,
.thf-blog-shell *::before,
.thf-blog-shell *::after {
  box-sizing: border-box;
}

.thf-site img,
.thf-blog-shell img {
  max-width: 100%;
  height: auto;
}

.thf-site a,
.thf-blog-shell a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .22em;
}

.thf-site :focus-visible,
.thf-blog-shell :focus-visible {
  outline: 3px solid var(--thf-accent);
  outline-offset: 4px;
}

.thf-skip-link {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 12px;
  padding: 10px 16px;
  color: var(--thf-white) !important;
  background: var(--thf-forest-deep);
  border-radius: 999px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}

.thf-skip-link:focus {
  transform: none;
}

.thf-header {
  position: fixed;
  z-index: 9990;
  inset: 0 0 auto;
  height: var(--thf-header-h);
  color: var(--thf-white);
  background: linear-gradient(180deg, rgba(6, 28, 26, .78), rgba(6, 28, 26, .06));
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  transition: height .3s ease, background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}

.thf-header.is-scrolled,
.thf-header--solid {
  height: 72px;
  background: rgba(13, 41, 39, .96);
  box-shadow: 0 12px 36px rgba(5, 28, 26, .18);
  backdrop-filter: blur(16px);
}

.thf-header__inner {
  width: min(1500px, calc(100% - 48px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.thf-brand {
  display: inline-flex;
  flex-direction: column;
  flex: 0 0 auto;
  color: var(--thf-white) !important;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -.04em;
  text-decoration: none !important;
}

.thf-brand small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .64);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: .25em;
}

.thf-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 1.45vw, 27px);
  min-width: 0;
}

.thf-nav > a {
  position: relative;
  padding: 12px 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  text-decoration: none !important;
}

.thf-nav > a:not(.thf-header-call)::after {
  content: "";
  position: absolute;
  inset: auto 50% 4px;
  width: 0;
  height: 1px;
  background: var(--thf-accent);
  transition: width .25s ease, left .25s ease;
}

.thf-nav > a:hover::after,
.thf-nav > a:focus-visible::after {
  left: 0;
  width: 100%;
}

.thf-header-call {
  padding: 9px 14px !important;
  color: var(--thf-forest-deep) !important;
  background: var(--thf-white);
  border: 1px solid var(--thf-white);
  border-radius: 999px;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.thf-header-call--official {
  color: var(--thf-white) !important;
  background: transparent;
  border-color: rgba(255, 255, 255, .38);
}

.thf-menu-toggle {
  display: none;
  min-width: 74px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 14px;
  color: var(--thf-white);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  animation: thf-menu-nudge 4.8s ease-in-out infinite;
}

.thf-menu-toggle__bars {
  display: grid;
  gap: 4px;
  width: 18px;
}

.thf-menu-toggle__bars i {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform .25s ease, opacity .25s ease;
}

.thf-menu-toggle[aria-expanded="true"] .thf-menu-toggle__bars i:first-child {
  transform: translateY(2.75px) rotate(45deg);
}

.thf-menu-toggle[aria-expanded="true"] .thf-menu-toggle__bars i:last-child {
  transform: translateY(-2.75px) rotate(-45deg);
}

.thf-menu-open {
  overflow: hidden;
}

.thf-hero {
  position: relative;
  min-height: max(760px, 100svh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: var(--thf-white);
  background: var(--thf-forest-deep);
}

.thf-hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image: var(--thf-hero);
  background-size: cover;
  background-position: center;
  transform: scale(1.015);
  animation: thf-hero-breathe 13s ease-in-out infinite alternate;
}

.thf-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 30, 28, .92) 0%, rgba(7, 30, 28, .56) 46%, rgba(7, 30, 28, .18) 75%),
    linear-gradient(0deg, rgba(8, 31, 29, .9) 0%, transparent 48%);
}

.thf-hero__grain {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .13;
  background-image: radial-gradient(rgba(255,255,255,.7) .55px, transparent .55px);
  background-size: 7px 7px;
  pointer-events: none;
}

.thf-hero__inner {
  width: min(1500px, calc(100% - 64px));
  margin: 0 auto;
  padding: calc(var(--thf-header-h) + 80px) 0 64px;
}

.thf-hero__copy {
  width: min(780px, 100%);
}

.thf-kicker,
.thf-eyebrow {
  margin: 0 0 18px;
  color: var(--thf-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.thf-hero h1,
.thf-subhero h1,
.thf-blog-masthead h1 {
  margin: 0;
  max-width: 920px;
  color: inherit;
  font-size: clamp(48px, 6.5vw, 104px);
  font-weight: 760;
  line-height: .99;
  letter-spacing: -.07em;
}

.thf-hero__lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.55;
}

.thf-hero__actions,
.thf-button-row,
.thf-contact-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.thf-btn,
.thf-site .wp-block-button__link,
.thf-blog-shell .wp-block-button__link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  color: var(--thf-white) !important;
  background: var(--thf-forest);
  border: 1px solid var(--thf-forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.thf-btn:hover,
.thf-site .wp-block-button__link:hover,
.thf-blog-shell .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(13, 41, 39, .18);
}

.thf-btn--light {
  color: var(--thf-forest-deep) !important;
  background: var(--thf-white);
  border-color: var(--thf-white);
}

.thf-btn--ghost {
  color: var(--thf-white) !important;
  background: transparent;
  border-color: rgba(255, 255, 255, .5);
}

.thf-hero__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 64px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(10px);
}

.thf-hero__meta > div {
  min-height: 96px;
  padding: 18px 20px;
  background: rgba(9, 39, 36, .5);
}

.thf-hero__meta small {
  display: block;
  color: rgba(255, 255, 255, .57);
  font-size: 11px;
  letter-spacing: .07em;
}

.thf-hero__meta strong {
  display: block;
  margin-top: 7px;
  color: var(--thf-white);
  font-size: 17px;
  line-height: 1.35;
}

.thf-notice-bar {
  position: relative;
  z-index: 3;
  padding: 16px 24px;
  color: var(--thf-white);
  background: var(--thf-forest-deep);
  text-align: center;
  font-size: 14px;
}

.thf-notice-bar a {
  color: var(--thf-accent) !important;
  font-weight: 800;
}

.thf-section {
  position: relative;
  padding: clamp(82px, 10vw, 150px) 32px;
  scroll-margin-top: calc(var(--thf-header-h) + 20px);
}

.thf-section--cream { background: var(--thf-cream); }
.thf-section--forest { color: var(--thf-white); background: var(--thf-forest-deep); }
.thf-section--paper { background: var(--thf-paper); }

.thf-container {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.thf-section-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1fr);
  gap: clamp(34px, 8vw, 120px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.thf-section-head h2,
.thf-prose h2,
.thf-blog-content-wrap h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 4.4vw, 68px);
  line-height: 1.08;
  letter-spacing: -.055em;
}

.thf-section-head p,
.thf-prose > p,
.thf-blog-content-wrap > p {
  margin: 0;
  color: var(--thf-muted);
  font-size: clamp(17px, 1.35vw, 20px);
}

.thf-section--forest .thf-section-head p,
.thf-section--forest .thf-muted {
  color: rgba(255, 255, 255, .68);
}

.thf-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.thf-index a {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  background: var(--thf-white);
  border: 1px solid var(--thf-line);
  border-radius: 18px;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.thf-index a:hover {
  transform: translateY(-4px);
  border-color: var(--thf-forest);
  box-shadow: 0 18px 38px rgba(13, 41, 39, .09);
}

.thf-index small { color: var(--thf-muted); }
.thf-index strong { color: var(--thf-forest-deep); font-size: 18px; }

.thf-vr-wrap {
  overflow: hidden;
  background: #071d1b;
  border-radius: var(--thf-radius);
  box-shadow: var(--thf-shadow);
}

.thf-vr-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  color: var(--thf-white);
}

.thf-vr-toolbar strong { font-size: 18px; }
.thf-vr-toolbar a { color: var(--thf-accent) !important; font-size: 13px; font-weight: 800; }

.thf-vr-frame {
  position: relative;
  min-height: 650px;
  background: #061513;
}

.thf-vr-frame iframe {
  display: block;
  width: 100%;
  height: 650px;
  border: 0;
  background: #fff;
}

.thf-vr-note {
  margin: 14px 0 0;
  color: var(--thf-muted);
  font-size: 13px;
}

.thf-stat-grid,
.thf-card-grid,
.thf-premium-grid,
.thf-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.thf-stat,
.thf-card,
.thf-link-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: clamp(24px, 3vw, 38px);
  background: var(--thf-white);
  border: 1px solid var(--thf-line);
  border-radius: 22px;
}

.thf-stat small,
.thf-card small { color: var(--thf-muted); font-size: 12px; letter-spacing: .08em; }
.thf-stat strong { display: block; margin-top: 12px; color: var(--thf-forest); font-size: clamp(28px, 3vw, 44px); line-height: 1.1; }
.thf-stat p,
.thf-card p { margin: 12px 0 0; color: var(--thf-muted); }

.thf-card h3,
.thf-prose h3,
.thf-blog-content-wrap h3 {
  margin: 16px 0 0;
  color: var(--thf-forest-deep);
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.25;
  letter-spacing: -.04em;
}

.thf-section--forest .thf-card {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .14);
}

.thf-section--forest .thf-card h3 { color: var(--thf-white); }
.thf-section--forest .thf-card p { color: rgba(255, 255, 255, .68); }

.thf-media,
.thf-site .wp-block-image.thf-media,
.thf-blog-shell .wp-block-image.thf-media {
  margin: 0;
}

.thf-media img {
  display: block;
  width: 100%;
  border-radius: var(--thf-radius);
  box-shadow: var(--thf-shadow);
}

.thf-media figcaption {
  margin: 12px 8px 0;
  color: var(--thf-muted);
  font-size: 13px;
  text-align: left;
}

.thf-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
}

.thf-split--reverse { grid-template-columns: minmax(320px, .72fr) minmax(0, 1.08fr); }

.thf-feature-list {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--thf-line);
}

.thf-feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--thf-line);
}

.thf-feature-list b { color: var(--thf-accent); }
.thf-feature-list strong { display: block; color: var(--thf-forest-deep); }
.thf-feature-list span { display: block; margin-top: 4px; color: var(--thf-muted); font-size: 15px; }

.thf-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.thf-gallery > * { grid-column: span 4; }
.thf-gallery > *:first-child { grid-column: span 8; }
.thf-gallery > *:nth-child(4) { grid-column: span 8; }

.thf-gallery figure,
.thf-gallery .wp-block-image { height: 100%; margin: 0; }
.thf-gallery img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; border-radius: 20px; }

.thf-disclaimer {
  padding: 20px 24px;
  color: var(--thf-muted);
  background: rgba(25, 59, 56, .055);
  border-left: 3px solid var(--thf-accent);
  border-radius: 0 14px 14px 0;
  font-size: 13px;
}

.thf-contact-panel {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(36px, 6vw, 76px);
  color: var(--thf-white);
  background: var(--thf-forest);
  border-radius: var(--thf-radius);
  box-shadow: var(--thf-shadow);
}

.thf-contact-panel h2 { margin: 0; color: var(--thf-white); font-size: clamp(36px, 4vw, 64px); line-height: 1.08; }
.thf-contact-panel p { color: rgba(255, 255, 255, .7); }
.thf-contact-panel__numbers { display: grid; gap: 12px; }
.thf-contact-panel__numbers a { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; color: var(--thf-white) !important; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; text-decoration: none !important; }
.thf-contact-panel__numbers a:first-child { color: var(--thf-forest-deep) !important; background: var(--thf-white); }
.thf-contact-panel__numbers small { font-size: 12px; }
.thf-contact-panel__numbers strong { font-size: 20px; }

.thf-subhero,
.thf-blog-masthead {
  position: relative;
  min-height: 560px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--thf-header-h) + 80px) 32px 70px;
  color: var(--thf-white);
  background: var(--thf-forest-deep);
}

.thf-subhero::before,
.thf-blog-masthead::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.thf-subhero::before { background-image: var(--thf-subhero); }
.thf-blog-masthead::before { background-image: var(--thf-blog-hero); }

.thf-subhero::after,
.thf-blog-masthead::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 30, 28, .94), rgba(7, 30, 28, .44) 70%, rgba(7,30,28,.2));
}

.thf-subhero__inner,
.thf-blog-masthead__inner {
  width: min(1320px, 100%);
  margin: 0 auto;
}

.thf-subhero h1,
.thf-blog-masthead h1 { font-size: clamp(46px, 5.8vw, 86px); }
.thf-subhero p,
.thf-blog-masthead p { max-width: 780px; margin: 22px 0 0; color: rgba(255,255,255,.76); font-size: 18px; }

.thf-prose,
.thf-blog-content-wrap {
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 130px) 0;
}

.thf-prose > *,
.thf-blog-content-wrap > * { margin-top: 0; margin-bottom: 26px; }
.thf-prose h2,
.thf-blog-content-wrap h2 { margin-top: 82px; scroll-margin-top: 100px; }
.thf-prose h3,
.thf-blog-content-wrap h3 { margin-top: 48px; }

.thf-fact-box {
  padding: 26px;
  background: var(--thf-cream);
  border: 1px solid var(--thf-line);
  border-radius: 18px;
}

.thf-fact-box p:last-child { margin-bottom: 0; }

.thf-table-guide {
  margin: 18px 0 8px !important;
  color: var(--thf-muted);
  font-size: 13px;
  font-weight: 750;
}

.thf-table-scroll {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 34px;
  border: 1px solid var(--thf-line);
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

.thf-table-scroll table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  background: var(--thf-white);
}

.thf-table-scroll th,
.thf-table-scroll td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--thf-line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

.thf-table-scroll th { color: var(--thf-white); background: var(--thf-forest); font-weight: 800; }

.thf-source-list {
  padding-left: 1.2em;
}

.thf-source-list li { margin: 10px 0; }

.thf-blog-content-wrap .thf-vr-wrap {
  margin-top: 0;
}

.thf-blog-content-wrap > .wp-block-group:first-child {
  margin-top: 0;
}

.thf-footer {
  padding: 68px 32px 110px;
  color: rgba(255,255,255,.73);
  background: #071d1b;
  font-size: 14px;
}

.thf-footer__inner {
  width: min(1320px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
}

.thf-footer__brand {
  margin: 0 0 20px;
  color: var(--thf-white);
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -.05em;
}

.thf-footer address { font-style: normal; }
.thf-footer a { color: var(--thf-white) !important; }

.thf-footer-menu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
}

.thf-footer-menu a {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  text-align: center;
  text-decoration: none !important;
  animation: thf-footer-pulse 5.2s ease-in-out infinite;
}

.thf-footer-menu a:nth-child(2n) { animation-delay: -1.8s; }
.thf-footer-menu a:nth-child(3n) { animation-delay: -3.1s; }

.thf-floating-call {
  position: fixed;
  z-index: 9992;
  right: 22px;
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  min-width: 185px;
  min-height: 62px;
  place-items: center;
  padding: 10px 20px;
  color: var(--thf-forest-deep) !important;
  background: var(--thf-white);
  border: 1px solid rgba(25, 59, 56, .18);
  border-radius: 999px;
  box-shadow: 0 16px 44px rgba(6, 29, 27, .25);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
  animation: thf-call-attention 3.8s ease-in-out infinite;
}

.thf-floating-call small {
  display: block;
  margin-bottom: 4px;
  color: var(--thf-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
}

.thf-motion-ready .thf-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1);
}

.thf-motion-ready .thf-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes thf-hero-breathe { to { transform: scale(1.045); } }
@keyframes thf-call-attention { 0%, 72%, 100% { transform: translateY(0) scale(1); } 78% { transform: translateY(-6px) scale(1.015); } 84% { transform: translateY(0) scale(1); } 90% { transform: translateY(-3px); } }
@keyframes thf-menu-nudge { 0%, 76%, 100% { transform: translateX(0); } 82% { transform: translateX(-3px); } 88% { transform: translateX(3px); } }
@keyframes thf-footer-pulse { 0%, 82%, 100% { border-color: rgba(255,255,255,.16); transform: translateY(0); } 88% { border-color: rgba(215,169,104,.65); transform: translateY(-2px); } }

@media (max-width: 1240px) {
  .thf-menu-toggle { display: inline-flex; }
  .thf-nav {
    position: fixed;
    top: 72px;
    right: 16px;
    left: 16px;
    max-height: calc(100svh - 92px);
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 18px;
    background: rgba(10, 38, 35, .99);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 20px;
    box-shadow: var(--thf-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .22s ease, visibility .22s ease, transform .22s ease;
  }
  .thf-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .thf-nav > a { padding: 13px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
  .thf-nav > .thf-header-call { min-height: 46px; display: flex; align-items: center; justify-content: center; text-align: center; }
  .thf-section-head { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 900px) {
  :root { --thf-header-h: 72px; }
  .thf-site,
  .thf-blog-shell { font-size: 16px; word-break: normal; overflow-wrap: anywhere; }
  .thf-header__inner { width: calc(100% - 28px); }
  .thf-hero { min-height: 760px; }
  .thf-hero__inner { width: calc(100% - 40px); padding-bottom: 38px; }
  .thf-hero h1 { font-size: clamp(45px, 14vw, 70px); }
  .thf-hero__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thf-section { padding-right: 20px; padding-left: 20px; }
  .thf-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thf-stat-grid,
  .thf-card-grid,
  .thf-premium-grid,
  .thf-link-grid { grid-template-columns: 1fr; }
  .thf-split,
  .thf-split--reverse,
  .thf-contact-panel { grid-template-columns: 1fr; }
  .thf-gallery > *,
  .thf-gallery > *:first-child,
  .thf-gallery > *:nth-child(4) { grid-column: span 6; }
  .thf-gallery img { min-height: 260px; }
  .thf-vr-frame,
  .thf-vr-frame iframe { height: 58svh; min-height: 460px; }
  .thf-footer__inner { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 600px) {
  .thf-brand { font-size: 15px; }
  .thf-brand small { font-size: 8px; }
  .thf-menu-toggle { min-width: 70px; min-height: 46px; padding: 0 12px; }
  .thf-nav { grid-template-columns: 1fr; }
  .thf-hero { min-height: 720px; }
  .thf-hero__inner { width: calc(100% - 32px); }
  .thf-hero__lead { font-size: 17px; }
  .thf-hero__actions > * { width: 100%; }
  .thf-hero__meta { margin-top: 34px; }
  .thf-hero__meta > div { min-height: 82px; padding: 13px; }
  .thf-hero__meta strong { font-size: 14px; }
  .thf-index { grid-template-columns: 1fr; }
  .thf-vr-toolbar { align-items: flex-start; flex-direction: column; }
  .thf-vr-frame,
  .thf-vr-frame iframe { height: 66svh; min-height: 430px; }
  .thf-gallery { grid-template-columns: 1fr; }
  .thf-gallery > *,
  .thf-gallery > *:first-child,
  .thf-gallery > *:nth-child(4) { grid-column: auto; }
  .thf-gallery img { min-height: 220px; }
  .thf-subhero,
  .thf-blog-masthead { min-height: 500px; padding-right: 20px; padding-left: 20px; }
  .thf-prose,
  .thf-blog-content-wrap { width: calc(100% - 32px); }
  .thf-contact-panel { padding: 30px 22px; }
  .thf-footer { padding-right: 20px; padding-left: 20px; }
  .thf-footer-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .thf-floating-call { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); min-width: 156px; min-height: 56px; padding: 8px 16px; font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .thf-site *,
  .thf-site *::before,
  .thf-site *::after,
  .thf-blog-shell *,
  .thf-blog-shell *::before,
  .thf-blog-shell *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .thf-reveal { opacity: 1 !important; transform: none !important; }
}
