/*
 * 청계 노르웨이숲(11차) project surface.
 * Official-site palette: deep forest, warm copper, quiet cream and ink.
 */

.apt44-cnf-active {
  --cnf-forest: #0c3931;
  --cnf-forest-deep: #062721;
  --cnf-teal: #015152;
  --cnf-copper: #cda187;
  --cnf-cream: #e8dac4;
  --cnf-paper: #f6f3ec;
  --cnf-white: #fff;
  --cnf-ink: #101514;
  --cnf-muted: #5e6764;
  --cnf-line: rgba(12, 57, 49, .16);
  --cnf-shadow: 0 24px 70px rgba(5, 37, 32, .15);
  --cnf-header-height: 84px;
  margin: 0;
  background: var(--cnf-paper);
  color: var(--cnf-ink);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
  overflow-x: clip;
}

.apt44-cnf-active .wrapper,
.apt44-cnf-active .site-content,
.apt44-cnf-active .container,
.apt44-cnf-active .row,
.apt44-cnf-active .col,
.apt44-cnf-active .nv-single-page-wrap,
.apt44-cnf-active .nv-single-post-wrap {
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.apt44-cnf-active a { color: inherit; }
.apt44-cnf-active img { display: block; height: auto; max-width: 100%; }
.apt44-cnf-active button,
.apt44-cnf-active a { -webkit-tap-highlight-color: transparent; }

.cnf-shell {
  background: var(--cnf-paper);
  min-height: 100vh;
  overflow: clip;
  padding-bottom: 32px;
}

.cnf-skip-link {
  background: var(--cnf-white);
  border: 2px solid var(--cnf-copper);
  color: var(--cnf-forest-deep);
  left: 12px;
  padding: 12px 16px;
  position: fixed;
  top: -100px;
  z-index: 10010;
}

.cnf-skip-link:focus { top: 12px; }

.cnf-header {
  backdrop-filter: blur(15px);
  background: rgba(5, 39, 33, .88);
  border-bottom: 1px solid rgba(232, 218, 196, .2);
  color: var(--cnf-white);
  height: var(--cnf-header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background .25s ease, box-shadow .25s ease, height .25s ease;
  z-index: 9990;
}

.cnf-header.is-scrolled {
  background: rgba(5, 39, 33, .97);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  height: 72px;
}

.cnf-header__inner {
  align-items: center;
  display: flex;
  gap: 22px;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 34px;
}

.cnf-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 14px;
  min-height: 48px;
  text-decoration: none;
}

.cnf-brand__mark {
  align-items: center;
  border: 1px solid rgba(232, 218, 196, .65);
  border-radius: 50%;
  color: var(--cnf-cream);
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 19px;
  height: 42px;
  justify-content: center;
  letter-spacing: -.05em;
  width: 42px;
}

.cnf-brand__name { display: grid; line-height: 1.05; }
.cnf-brand__name strong { font-size: 18px; letter-spacing: -.04em; }
.cnf-brand__name small { color: rgba(255,255,255,.68); font-size: 10px; letter-spacing: .12em; margin-top: 6px; }

.cnf-nav { align-items: center; display: flex; gap: 3px; }
.cnf-nav > a {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  min-height: 44px;
  padding: 0 11px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
  white-space: nowrap;
}
.cnf-nav > a:hover,
.cnf-nav > a:focus-visible,
.cnf-nav > a[aria-current="page"] { background: rgba(232,218,196,.16); color: var(--cnf-cream); }
.cnf-nav .cnf-nav__call {
  background: var(--cnf-copper);
  color: var(--cnf-forest-deep);
  display: grid;
  font-size: 14px;
  line-height: 1.05;
  margin-left: 8px;
  min-width: 116px;
  padding: 8px 16px;
  text-align: center;
}
.cnf-nav__call small { font-size: 9px; letter-spacing: .1em; margin-bottom: 4px; }
.cnf-nav .cnf-nav__call:hover { background: var(--cnf-cream); color: var(--cnf-forest-deep); transform: translateY(-2px); }

.cnf-menu-toggle {
  align-items: center;
  background: rgba(232, 218, 196, .08) !important;
  border: 1px solid rgba(232, 218, 196, .58) !important;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: none;
  gap: 6px;
  justify-content: center;
  min-height: 46px;
  min-width: 76px;
  padding: 0 14px;
  box-shadow: none !important;
}
.cnf-menu-toggle span { font-size: 13px; font-weight: 750; }
.cnf-menu-toggle i { background: currentColor; display: block; height: 1px; transition: transform .2s ease; width: 12px; }
.cnf-menu-toggle i + i { margin-left: -18px; margin-top: 8px; }
.cnf-menu-toggle[aria-expanded="true"] i { transform: translateY(4px) rotate(45deg); }
.cnf-menu-toggle[aria-expanded="true"] i + i { transform: translateY(-4px) rotate(-45deg); }

.cnf-hero {
  align-items: flex-end;
  color: var(--cnf-white);
  display: flex;
  isolation: isolate;
  min-height: 66vh;
  overflow: hidden;
  padding: calc(var(--cnf-header-height) + 80px) clamp(24px, 7vw, 120px) 76px;
  position: relative;
}
.cnf-hero--landing { min-height: 92svh; }
.cnf-hero__media,
.cnf-hero__media img,
.cnf-hero__shade { inset: 0; position: absolute; }
.cnf-hero__media { z-index: -3; }
.cnf-hero__media img { height: 100%; object-fit: cover; object-position: center 57%; width: 100%; }
.cnf-hero__shade {
  background:
    linear-gradient(90deg, rgba(1, 27, 23, .86) 0%, rgba(1, 27, 23, .42) 48%, rgba(1, 27, 23, .12) 75%),
    linear-gradient(0deg, rgba(1, 27, 23, .82) 0%, transparent 48%);
  z-index: -2;
}
.cnf-hero__content { max-width: 840px; position: relative; z-index: 1; }
.cnf-eyebrow {
  color: var(--cnf-copper);
  font-family: Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .24em;
  margin: 0 0 19px;
  text-transform: uppercase;
}
.cnf-hero h1,
.cnf-blog-masthead h1 {
  color: var(--cnf-white);
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(42px, 6vw, 88px);
  letter-spacing: -.06em;
  line-height: .98;
  margin: 0;
  text-wrap: balance;
}
.cnf-title-primary,
.cnf-title-secondary,
.cnf-title-topic { display: block; }
.cnf-title-secondary { color: var(--cnf-cream); font-size: .38em; letter-spacing: -.03em; margin-top: .7em; }
.cnf-title-topic { font-family: Pretendard, sans-serif; font-size: .42em; line-height: 1.3; margin-top: .45em; }
.cnf-hero__content > p:not(.cnf-eyebrow) { color: rgba(255,255,255,.82); font-size: clamp(15px, 1.5vw, 19px); line-height: 1.75; margin: 26px 0 0; max-width: 650px; }
.cnf-hero__scroll {
  align-items: center;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  gap: 12px;
  margin-top: 30px;
  min-height: 48px;
  padding: 0 20px;
  text-decoration: none;
}
.cnf-hero__scroll:hover { background: var(--cnf-white); color: var(--cnf-forest-deep); }
.cnf-hero__caption { bottom: 20px; color: rgba(255,255,255,.62); font-size: 11px; margin: 0; position: absolute; right: clamp(24px, 5vw, 80px); }

.cnf-main,
.cnf-blog-body { background: var(--cnf-paper); }
.cnf-main > .wp-block-group,
.cnf-blog-body > .wp-block-group { margin: 0; }

.cnf-section {
  margin: 0;
  padding: clamp(78px, 10vw, 150px) clamp(22px, 6vw, 96px);
}
.cnf-section > .wp-block-group__inner-container,
.cnf-section__inner { margin: 0 auto; max-width: 1240px; }
.cnf-section--white { background: var(--cnf-white); }
.cnf-section--soft { background: var(--cnf-paper); }
.cnf-section--dark { background: var(--cnf-forest-deep); color: var(--cnf-white); }
.cnf-section--forest { background: var(--cnf-forest); color: var(--cnf-white); }
.cnf-section--copper { background: var(--cnf-copper); color: var(--cnf-forest-deep); }
.cnf-section__kicker { color: var(--cnf-teal); font-family: Georgia, serif; font-size: 12px; font-weight: 700; letter-spacing: .22em; margin: 0 0 18px; text-transform: uppercase; }
.cnf-section--dark .cnf-section__kicker,
.cnf-section--forest .cnf-section__kicker { color: var(--cnf-copper); }
.cnf-section h2 {
  color: inherit;
  font-family: Georgia, "Noto Serif KR", serif;
  font-size: clamp(31px, 4vw, 58px);
  letter-spacing: -.055em;
  line-height: 1.15;
  margin: 0 0 30px;
  max-width: 900px;
  text-wrap: balance;
}
.cnf-section h3 { color: inherit; font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -.035em; line-height: 1.35; margin: 0 0 15px; }
.cnf-section h4 { color: inherit; font-size: 17px; margin: 0 0 10px; }
.cnf-section p { color: var(--cnf-muted); font-size: 16px; line-height: 1.85; margin: 0 0 18px; }
.cnf-section--dark p,
.cnf-section--forest p { color: rgba(255,255,255,.72); }
.cnf-lead { font-size: clamp(18px, 2vw, 23px) !important; line-height: 1.7 !important; max-width: 890px; }
.cnf-disclaimer { border-left: 2px solid var(--cnf-copper); font-size: 13px !important; margin-top: 22px !important; padding-left: 16px; }

.cnf-toc {
  background: var(--cnf-white);
  border: 1px solid var(--cnf-line);
  border-radius: 22px;
  box-shadow: 0 15px 44px rgba(5,37,32,.07);
  margin: 0 auto;
  max-width: 1240px;
  padding: 28px 32px;
}
.cnf-toc h2 { color: var(--cnf-forest); font-family: Georgia, serif; font-size: 20px; margin: 0 0 16px; }
.cnf-toc ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.cnf-toc li { margin: 0; }
.cnf-toc a { align-items: center; background: var(--cnf-paper); border-radius: 999px; display: inline-flex; font-size: 13px; font-weight: 700; min-height: 44px; padding: 0 16px; text-decoration: none; }
.cnf-toc a:hover { background: var(--cnf-forest); color: var(--cnf-white); }

.cnf-grid { display: grid; gap: 24px; }
.cnf-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cnf-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnf-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cnf-card {
  background: var(--cnf-white);
  border: 1px solid var(--cnf-line);
  border-radius: 20px;
  box-shadow: 0 14px 44px rgba(5,37,32,.06);
  overflow: hidden;
  padding: 28px;
}
.cnf-section--dark .cnf-card,
.cnf-section--forest .cnf-card { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); box-shadow: none; }
.cnf-card__number { color: var(--cnf-copper); display: block; font-family: Georgia, serif; font-size: 34px; margin-bottom: 24px; }
.cnf-card p:last-child { margin-bottom: 0; }
.cnf-stat { border-top: 1px solid var(--cnf-line); padding-top: 20px; }
.cnf-stat strong { color: var(--cnf-forest); display: block; font-family: Georgia, serif; font-size: clamp(31px, 4vw, 52px); letter-spacing: -.05em; line-height: 1; }
.cnf-stat span { color: var(--cnf-muted); display: block; font-size: 13px; margin-top: 12px; }
.cnf-section--dark .cnf-stat { border-color: rgba(255,255,255,.18); }
.cnf-section--dark .cnf-stat strong { color: var(--cnf-cream); }
.cnf-section--dark .cnf-stat span { color: rgba(255,255,255,.65); }

.cnf-feature {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 88px);
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
}
.cnf-feature--reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); }
.cnf-feature--reverse .cnf-feature__media { order: 2; }
.cnf-feature__media { border-radius: 8px 80px 8px 8px; box-shadow: var(--cnf-shadow); overflow: hidden; }
.cnf-feature--reverse .cnf-feature__media { border-radius: 80px 8px 8px 8px; }
.cnf-feature__media img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.cnf-feature__copy ul { color: var(--cnf-muted); line-height: 1.8; margin: 20px 0 0; padding-left: 20px; }

.cnf-figure { margin: 0; }
.cnf-figure img { background: #fff; border-radius: 18px; box-shadow: var(--cnf-shadow); width: 100%; }
.cnf-figure figcaption { color: var(--cnf-muted); font-size: 12px; line-height: 1.65; margin: 12px 4px 0; }
.cnf-section--dark .cnf-figure figcaption { color: rgba(255,255,255,.62); }
.cnf-gallery { display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cnf-gallery--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnf-gallery .cnf-figure img { aspect-ratio: 4 / 3; object-fit: cover; }
.cnf-unit-grid .cnf-card { align-content: space-between; display: grid; }
.cnf-unit-grid img { background: #f8f8f6; border-radius: 12px; margin-bottom: 18px; width: 100%; }
.cnf-unit-grid .cnf-card__badge { color: var(--cnf-teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; }

.cnf-button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cnf-button,
.cnf-button-row .wp-block-button__link {
  align-items: center;
  background: var(--cnf-forest);
  border: 1px solid var(--cnf-forest);
  border-radius: 999px;
  color: var(--cnf-white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
}
.cnf-button--outline { background: transparent; color: var(--cnf-forest); }
.cnf-section--dark .cnf-button,
.cnf-section--forest .cnf-button { background: var(--cnf-copper); border-color: var(--cnf-copper); color: var(--cnf-forest-deep); }
.cnf-button:hover { transform: translateY(-2px); }

.cnf-vr-wrap { background: var(--cnf-forest-deep); color: var(--cnf-white); margin: 0; padding: clamp(32px, 5vw, 70px) clamp(18px, 5vw, 74px); }
.cnf-vr-toolbar { align-items: flex-end; display: flex; gap: 18px; margin: 0 auto 20px; max-width: 1380px; }
.cnf-vr-toolbar span { color: var(--cnf-copper); font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; }
.cnf-vr-toolbar strong { font-size: clamp(18px, 2vw, 27px); margin-right: auto; }
.cnf-vr-toolbar a { border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; min-height: 32px; text-decoration: none; }
.cnf-vr-frame { aspect-ratio: 16 / 9; background: #000; border: 1px solid rgba(232,218,196,.25); border-radius: 22px; box-shadow: 0 28px 80px rgba(0,0,0,.32); margin: 0 auto; max-height: 78vh; max-width: 1380px; overflow: hidden; }
.cnf-vr-frame iframe { border: 0; display: block; height: 100%; width: 100%; }
.cnf-vr-note { color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.6; margin: 16px auto 0; max-width: 1380px; }

.cnf-scroll-note { color: var(--cnf-teal) !important; font-size: 13px !important; font-weight: 750; margin: 0 0 10px !important; }
.cnf-scroll-region { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.cnf-scroll-region:focus-visible { outline: 3px solid var(--cnf-copper); outline-offset: 3px; }
.cnf-data-table { background: var(--cnf-white); border-collapse: collapse; min-width: 720px; width: 100%; }
.cnf-data-table th,
.cnf-data-table td { border-bottom: 1px solid var(--cnf-line); font-size: 14px; padding: 16px 18px; text-align: left; vertical-align: top; }
.cnf-data-table th { background: var(--cnf-forest); color: var(--cnf-white); font-weight: 750; }
.cnf-data-table tbody tr:nth-child(even) { background: #f8f6f1; }

.cnf-fact-list { list-style: none; margin: 28px 0 0; padding: 0; }
.cnf-fact-list li { border-top: 1px solid var(--cnf-line); display: grid; gap: 14px; grid-template-columns: minmax(130px, .35fr) 1fr; line-height: 1.7; padding: 18px 0; }
.cnf-fact-list strong { color: var(--cnf-forest); }
.cnf-section--dark .cnf-fact-list li { border-color: rgba(255,255,255,.18); }
.cnf-section--dark .cnf-fact-list strong { color: var(--cnf-cream); }

.cnf-blog-masthead {
  align-items: flex-end;
  color: var(--cnf-white);
  display: flex;
  isolation: isolate;
  min-height: 72svh;
  overflow: hidden;
  padding: calc(var(--cnf-header-height) + 70px) clamp(24px, 7vw, 110px) 70px;
  position: relative;
}
.cnf-blog-masthead__image,
.cnf-blog-masthead__shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.cnf-blog-masthead__image { object-fit: cover; object-position: center 57%; z-index: -3; }
.cnf-blog-masthead__shade { background: linear-gradient(90deg, rgba(3,31,26,.9), rgba(3,31,26,.28)), linear-gradient(0deg, rgba(3,31,26,.85), transparent 60%); z-index: -2; }
.cnf-blog-masthead__inner { max-width: 980px; }
.cnf-blog-masthead__inner > p:last-child { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; margin: 24px 0 0; max-width: 730px; }
.cnf-blog-body .cnf-section { padding-block: clamp(65px, 8vw, 112px); }
.cnf-blog-body .cnf-section > .wp-block-group__inner-container { max-width: 900px; }
.cnf-blog-body .cnf-toc { margin: clamp(48px, 7vw, 84px) auto; max-width: 900px; }
.cnf-hashtags { color: var(--cnf-teal) !important; font-weight: 650; word-spacing: .35em; }

.cnf-footer { background: #031e1a; color: var(--cnf-white); padding: 70px clamp(22px, 6vw, 90px) 110px; }
.cnf-footer__inner { display: grid; gap: 44px; grid-template-columns: 1.1fr .7fr 1.2fr; margin: 0 auto; max-width: 1380px; }
.cnf-footer__eyebrow { color: var(--cnf-copper); font-family: Georgia, serif; font-size: 11px; letter-spacing: .18em; margin: 0 0 16px; }
.cnf-footer__logo { font-family: Georgia, "Noto Serif KR", serif; font-size: clamp(24px, 3vw, 38px); letter-spacing: -.04em; line-height: 1.3; margin: 0; }
.cnf-footer address { color: rgba(255,255,255,.7); font-size: 14px; font-style: normal; line-height: 1.9; }
.cnf-footer address a { color: var(--cnf-cream); font-size: 18px; font-weight: 800; text-decoration: none; }
.cnf-footer-menu { display: flex; flex-wrap: wrap; gap: 9px; }
.cnf-footer-menu a { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; display: inline-flex; font-size: 12px; min-height: 44px; padding: 0 15px; text-decoration: none; }
.cnf-footer-menu a:hover { background: var(--cnf-copper); color: var(--cnf-forest-deep); transform: translateY(-2px); }
.cnf-footer__notice { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; margin: 48px auto 0; max-width: 1380px; padding-top: 22px; }

.cnf-floating-call {
  align-items: center;
  animation: cnf-call-breathe 3s ease-in-out infinite;
  background: var(--cnf-copper);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 999px;
  bottom: max(20px, env(safe-area-inset-bottom));
  box-shadow: 0 16px 44px rgba(3,30,26,.28);
  color: var(--cnf-forest-deep);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 64px;
  min-width: 166px;
  padding: 9px 22px;
  position: fixed;
  right: 22px;
  text-decoration: none;
  z-index: 9985;
}
.cnf-floating-call small { font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.cnf-floating-call strong { font-size: 20px; letter-spacing: .01em; line-height: 1.25; }

@keyframes cnf-call-breathe {
  0%, 82%, 100% { transform: translateY(0) scale(1); }
  88% { transform: translateY(-4px) scale(1.02); }
  94% { transform: translateY(0) scale(1); }
}

.cnf-motion-ready .cnf-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.cnf-motion-ready .cnf-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1280px) {
  .cnf-header__inner { padding-inline: 22px; }
  .cnf-menu-toggle { display: inline-flex; }
  .cnf-nav {
    align-content: flex-start;
    align-items: stretch;
    background: rgba(3,30,26,.99);
    border-top: 1px solid rgba(255,255,255,.15);
    box-shadow: 0 24px 60px rgba(0,0,0,.32);
    display: none;
    flex-direction: column;
    left: 0;
    max-height: calc(100svh - var(--cnf-header-height));
    overflow-y: auto;
    padding: 16px 20px 26px;
    position: fixed;
    right: 0;
    top: var(--cnf-header-height);
  }
  .cnf-nav.is-open { display: flex; }
  .cnf-nav > a { border-radius: 10px; justify-content: space-between; min-height: 50px; padding: 0 16px; }
  .cnf-nav .cnf-nav__call { margin: 8px 0 0; min-height: 58px; }
  .cnf-menu-open { overflow: hidden; }
}

@media (max-width: 900px) {
  .apt44-cnf-active { --cnf-header-height: 74px; }
  .cnf-grid--3,
  .cnf-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cnf-feature,
  .cnf-feature--reverse { grid-template-columns: 1fr; }
  .cnf-feature--reverse .cnf-feature__media { order: 0; }
  .cnf-gallery--3 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .cnf-footer__inner { grid-template-columns: 1fr 1fr; }
  .cnf-footer-menu { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .apt44-cnf-active { --cnf-header-height: 68px; }
  .cnf-shell { padding-bottom: 92px; }
  .cnf-header__inner { padding-inline: 14px; }
  .cnf-brand { gap: 9px; }
  .cnf-brand__mark { font-size: 16px; height: 36px; width: 36px; }
  .cnf-brand__name strong { font-size: 15px; }
  .cnf-brand__name small { font-size: 8px; }
  .cnf-menu-toggle { min-height: 44px; min-width: 70px; padding-inline: 12px; }
  .cnf-hero { min-height: 64svh; padding: calc(var(--cnf-header-height) + 48px) 20px 54px; }
  .cnf-hero--landing { min-height: 100svh; }
  .cnf-hero__media img { object-position: center 58%; }
  .cnf-hero__shade { background: linear-gradient(0deg, rgba(1,27,23,.94) 0%, rgba(1,27,23,.58) 58%, rgba(1,27,23,.18) 100%); }
  .cnf-hero h1,
  .cnf-blog-masthead h1 { font-size: clamp(37px, 12vw, 54px); }
  .cnf-hero__content > p:not(.cnf-eyebrow) { font-size: 14px; }
  .cnf-hero__caption { bottom: 12px; font-size: 9px; left: 20px; right: 176px; }
  .cnf-section { padding: 64px 18px; }
  .cnf-section h2 { font-size: 32px; }
  .cnf-section p { font-size: 15px; }
  .cnf-toc { border-radius: 16px; margin-inline: 18px; padding: 23px 20px; }
  .cnf-toc ul { display: grid; grid-template-columns: 1fr 1fr; }
  .cnf-toc a { justify-content: center; padding-inline: 10px; }
  .cnf-grid--2,
  .cnf-grid--3,
  .cnf-grid--4,
  .cnf-gallery,
  .cnf-gallery--3 { grid-template-columns: 1fr; }
  .cnf-card { padding: 23px 20px; }
  .cnf-feature { gap: 28px; }
  .cnf-feature__media,
  .cnf-feature--reverse .cnf-feature__media { border-radius: 8px 44px 8px 8px; }
  .cnf-vr-wrap { padding: 30px 14px; }
  .cnf-vr-toolbar { align-items: flex-start; flex-direction: column; gap: 7px; }
  .cnf-vr-toolbar a { margin-top: 6px; }
  .cnf-vr-frame { aspect-ratio: 3 / 4; border-radius: 14px; max-height: 74svh; }
  .cnf-fact-list li { grid-template-columns: 1fr; gap: 4px; }
  .cnf-blog-masthead { min-height: 67svh; padding: calc(var(--cnf-header-height) + 50px) 20px 52px; }
  .cnf-footer { padding: 58px 20px 64px; }
  .cnf-footer__inner { grid-template-columns: 1fr; }
  .cnf-footer-menu { grid-column: auto; }
  .cnf-floating-call {
    bottom: max(10px, env(safe-area-inset-bottom));
    left: auto;
    min-height: 58px;
    min-width: 154px;
    padding: 7px 17px;
    right: 10px;
  }
  .cnf-floating-call strong { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .apt44-cnf-active *,
  .apt44-cnf-active *::before,
  .apt44-cnf-active *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .cnf-motion-ready .cnf-reveal { opacity: 1; transform: none; }
}
