/* ANCHOR home — sample design scoped to .anchor-home */
.anchor-home{
  color:var(--ink);
  background:#fff;
  font-family:Pretendard,"SUIT","Noto Sans KR","Apple SD Gothic Neo",Inter,Arial,sans-serif;
  letter-spacing:-.025em;
  overflow-x:hidden;
  word-break:keep-all;
}
.anchor-home *,.anchor-home *::before,.anchor-home *::after{box-sizing:border-box}
.anchor-home a{color:inherit;text-decoration:none}
.anchor-home button,.anchor-home input{font:inherit}
.anchor-home button{border:0;background:none;cursor:pointer}
.anchor-home img{max-width:100%;display:block}
.anchor-home .site-header,
.anchor-home .mobile-panel,
.anchor-home .mobile-backdrop{display:none!important}
.anchor-home .sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0
}
.anchor-home .hero-video-fallback{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-3;
}
.page-anchor-home,
.page-anchor-home .sub_inner{width:100%;max-width:none;margin:0;padding:0}

.anchor-home{
  --blue:#1269ff;
  --blue2:#55b8ff;
  --green:#18d78d;
  --green2:#8df5c4;
  --ink:#071522;
  --navy:#071c2c;
  --navy2:#0b3041;
  --line:#dfe8ed;
  --muted:#60717c;
  --paper:#f5f8f9;
  --white:#fff;
  --radius:28px;
  --shadow:0 24px 70px rgba(10,36,50,.10);
  --max:1440px;
}

.anchor-home a{color:inherit;text-decoration:none}
.anchor-home button,.anchor-home input{font:inherit}
.anchor-home button{border:0}
.anchor-home img{max-width:100%;display:block}
.anchor-home ::selection{background:var(--green);color:#05261a}
.anchor-home .container{width:min(calc(100% - 56px),var(--max));margin:auto}
.anchor-home .section{padding:128px 0}
.anchor-home .kicker{
  display:flex;align-items:center;gap:10px;
  color:var(--blue);font-size:12px;font-weight:900;
  letter-spacing:.12em;text-transform:uppercase;
}
.anchor-home .kicker::before{content:"";width:28px;height:2px;background:currentColor}
.anchor-home .section-title{
  margin:18px 0 0;
  font-size:clamp(38px,4.5vw,72px);
  line-height:1.06;letter-spacing:-.065em;font-weight:900;
}
.anchor-home .section-desc{
  margin:22px 0 0;max-width:730px;
  color:var(--muted);font-size:17px;line-height:1.8;
}
.anchor-home .arrow{
  width:38px;height:38px;border-radius:50%;
  display:grid;place-items:center;background:#071522;color:#fff;
  transition:.3s ease;flex:none;
}
.anchor-home a:hover .arrow,.anchor-home .project:hover .arrow{transform:rotate(-35deg);background:var(--green);color:#04291b}
.anchor-home .scroll-progress{
  position:fixed;left:0;top:0;height:3px;width:0;
  z-index:1000;background:linear-gradient(90deg,var(--blue),var(--green));
}

.anchor-home .site-header{
  position:fixed;left:22px;right:22px;top:18px;height:76px;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 18px 0 22px;border-radius:20px;
  z-index:200;transition:.35s ease;
  color:#fff;border:1px solid rgba(255,255,255,.14);
  background:rgba(4,23,34,.30);backdrop-filter:blur(18px);
}
.anchor-home .site-header.scrolled{
  color:var(--ink);background:rgba(255,255,255,.92);
  border-color:rgba(9,43,59,.08);box-shadow:0 14px 45px rgba(5,27,39,.10);
}
.anchor-home .brand{
  display:flex;align-items:center;gap:12px;min-width:max-content;
}
.anchor-home .brand-logo{
  display:block;width:auto;height:48px;max-width:min(270px,32vw);
  object-fit:contain;object-position:left center;
}
.anchor-home .brand-anchor{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  color:#061e2c;background:linear-gradient(145deg,var(--green2),var(--green));
  box-shadow:0 8px 24px rgba(24,215,141,.25);
}
.anchor-home .brand-text{line-height:1}
.anchor-home .brand-text strong{
  display:block;font-size:18px;font-weight:950;letter-spacing:.04em;
}
.anchor-home .brand-text small{
  display:block;margin-top:5px;font-size:9px;font-weight:800;
  letter-spacing:.13em;opacity:.68;
}
.anchor-home .gnb{display:flex;align-items:center;gap:5px;margin-left:auto;margin-right:14px}
.anchor-home .gnb-item{position:relative}
.anchor-home .gnb-button{
  display:flex;align-items:center;gap:7px;
  padding:14px 17px;border-radius:12px;background:transparent;
  color:inherit;font-weight:800;font-size:14px;cursor:pointer;
}
.anchor-home .gnb-button svg{transition:.25s}
.anchor-home .gnb-item:hover .gnb-button{background:rgba(255,255,255,.11)}
.anchor-home .site-header.scrolled .gnb-item:hover .gnb-button{background:#eef5f6}
.anchor-home .gnb-item:hover .gnb-button svg{transform:rotate(180deg)}
.anchor-home .dropdown{
  position:absolute;top:58px;left:50%;width:225px;
  transform:translate(-50%,10px);
  padding:10px;border-radius:18px;background:#fff;color:var(--ink);
  box-shadow:0 24px 60px rgba(4,31,46,.18);
  opacity:0;visibility:hidden;transition:.25s ease;
  border:1px solid #e9eff2;
}
.anchor-home .gnb-item:hover .dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}
.anchor-home .dropdown a{
  display:flex;justify-content:space-between;align-items:center;
  padding:13px 14px;border-radius:11px;font-size:13px;font-weight:750;
}
.anchor-home .dropdown a::after{content:"\2197";opacity:.35}
.anchor-home .dropdown a:hover{background:#edf9f5;color:#08734b}
.anchor-home .header-actions{display:flex;align-items:center;gap:8px}
.anchor-home .login-btn{
  height:44px;padding:0 17px;border-radius:13px;
  display:flex;align-items:center;gap:8px;
  background:#fff;color:#071522;font-size:12px;font-weight:900;
}
.anchor-home .site-header.scrolled .login-btn{background:var(--ink);color:#fff}
.anchor-home .menu-btn{
  width:44px;height:44px;border-radius:13px;display:none;
  place-items:center;background:rgba(255,255,255,.12);color:inherit;cursor:pointer;
}
.anchor-home .site-header.scrolled .menu-btn{background:#edf3f5}

.anchor-home .mobile-panel{
  position:fixed;right:0;top:0;bottom:0;width:min(420px,90vw);
  z-index:400;background:#f8fbfb;padding:28px;
  transform:translateX(105%);transition:.4s cubic-bezier(.2,.8,.2,1);
  overflow:auto;
}
.anchor-home .mobile-panel.open{transform:none}
.anchor-home .mobile-backdrop{
  position:fixed;inset:0;z-index:390;background:rgba(0,16,25,.54);
  opacity:0;visibility:hidden;transition:.3s;backdrop-filter:blur(5px);
}
.anchor-home .mobile-backdrop.open{opacity:1;visibility:visible}
.anchor-home .mobile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.anchor-home .mobile-close{width:46px;height:46px;border-radius:14px;background:#e9f0f1;cursor:pointer}
.anchor-home .mobile-group{border-bottom:1px solid #dfe8ea}
.anchor-home .mobile-main{
  width:100%;display:flex;justify-content:space-between;
  padding:21px 0;background:none;font-weight:900;font-size:19px;cursor:pointer;
}
.anchor-home .mobile-sub{display:none;padding:0 0 18px}
.anchor-home .mobile-group.active .mobile-sub{display:grid}
.anchor-home .mobile-sub a{padding:11px 14px;border-radius:10px;color:#596b74;font-size:14px;font-weight:700}
.anchor-home .mobile-sub a:hover{background:#eaf8f2;color:#08734b}

.anchor-home .hero{
  position:relative;min-height:100svh;overflow:hidden;
  background:#03151f;color:#fff;isolation:isolate;
}
.anchor-home .hero-video{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;object-position:center center;
  z-index:-3;pointer-events:none;background:#03151f;
}
.anchor-home .hero::before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:
    linear-gradient(90deg,rgba(3,18,29,.90) 0%,rgba(3,24,34,.68) 39%,rgba(3,20,29,.25) 72%,rgba(2,17,25,.18) 100%),
    linear-gradient(180deg,rgba(2,13,21,.16) 0%,rgba(2,15,23,.52) 100%),
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:auto,auto,62px 62px,62px 62px;
  pointer-events:none;
}
.anchor-home .hero::after{
  content:"ANCHOR";position:absolute;left:-2vw;bottom:-7vw;
  font-size:clamp(160px,26vw,460px);font-weight:950;letter-spacing:-.1em;
  color:rgba(255,255,255,.025);z-index:-1;line-height:.8;
}
.anchor-home .hero-inner{
  width:min(calc(100% - 56px),1600px);min-height:100svh;margin:auto;
  display:grid;grid-template-columns:.93fr 1.07fr;align-items:center;
  padding:125px 0 64px;position:relative;
}
.anchor-home .hero-copy{position:relative;z-index:8;max-width:min(720px,100%);padding-right:24px;min-width:0;overflow:visible}
.anchor-home .hero-kicker{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 15px;border-radius:999px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.19);
  font-size:12px;font-weight:850;letter-spacing:.05em;
}
.anchor-home .hero-kicker i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 16px var(--green)}
.anchor-home .hero-en{margin-top:27px;color:#8df4c4;font-weight:900;font-size:13px;letter-spacing:.17em}
/* ===== Hero title (simple br stack) ===== */
.anchor-home .hero .hero-title,
.anchor-home .hero h1.hero-title{
  display:block !important;
  margin:18px 0 24px !important;
  padding:0 !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  font-size:clamp(36px,5vw,80px) !important;
  line-height:1.35 !important;
  font-weight:950 !important;
  letter-spacing:-0.05em !important;
  color:#fff !important;
  word-break:keep-all !important;
  overflow-wrap:break-word !important;
  white-space:normal !important;
  overflow:visible !important;
  position:relative !important;
  z-index:8 !important;
  transform:none !important;
  animation:none !important;
}
.anchor-home .hero .hero-title .hero-title-line,
.anchor-home .hero h1.hero-title .hero-title-line{
  display:inline !important;
  position:static !important;
  float:none !important;
  margin:0 !important;
  padding:0 !important;
  font:inherit !important;
  line-height:inherit !important;
  color:#fff !important;
  opacity:1 !important;
  transform:none !important;
  filter:none !important;
  clip-path:none !important;
  animation:none !important;
  -webkit-text-fill-color:#fff !important;
  background:none !important;
  white-space:normal !important;
  word-break:keep-all !important;
}
.anchor-home .hero .hero-title .hero-title-line.is-gradient,
.anchor-home .hero h1.hero-title .hero-title-line.is-gradient{
  color:#9ff0cc !important;
  -webkit-text-fill-color:#9ff0cc !important;
  background:none !important;
}
.anchor-home .hero .hero-title::before,
.anchor-home .hero .hero-title::after,
.anchor-home .hero h1.hero-title::before,
.anchor-home .hero h1.hero-title::after{
  content:none !important;
  display:none !important;
}
.anchor-home .hero-lead{
  max-width:660px;color:rgba(238,250,252,.76);
  font-size:clamp(16px,1.35vw,21px);line-height:1.8;word-break:keep-all;
}
.anchor-home .hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.anchor-home .btn{
  min-height:54px;padding:0 21px;border-radius:16px;
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  font-weight:900;font-size:14px;transition:.3s;
}
.anchor-home .btn.primary{background:#fff;color:#061c27;box-shadow:0 16px 45px rgba(0,0,0,.18)}
.anchor-home .btn.ghost{border:1px solid rgba(255,255,255,.23);background:rgba(255,255,255,.07);color:#fff}
.anchor-home .btn:hover{transform:translateY(-4px)}
.anchor-home .hero-hud{
  position:absolute;right:3vw;bottom:42px;z-index:9;
  display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));
  width:min(600px,46vw);gap:10px;pointer-events:none;
}
.anchor-home .hud-card{
  border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:16px;
  background:rgba(3,27,39,.47);backdrop-filter:blur(14px);
}
.anchor-home .hud-card small{display:block;color:#86eeba;font-size:10px;font-weight:900;letter-spacing:.1em}
.anchor-home .hud-card strong{display:block;margin-top:7px;font-size:14px}
.anchor-home .scroll-hint{
  position:absolute;left:28px;bottom:30px;z-index:10;
  display:flex;align-items:center;gap:12px;transform:rotate(-90deg);transform-origin:left bottom;
  font-size:10px;font-weight:850;letter-spacing:.16em;opacity:.7;
}
.anchor-home .scroll-hint i{display:block;width:44px;height:1px;background:#fff;position:relative;overflow:hidden}
.anchor-home .scroll-hint i::after{content:"";position:absolute;width:18px;height:1px;background:var(--green);animation:scan 2s infinite}
@keyframes scan{from{left:-18px}to{left:44px}}

.anchor-home .intro{background:#fff}
.anchor-home .intro-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}
.anchor-home .view-all{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:900;white-space:nowrap}
.anchor-home .axis-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:58px}
.anchor-home .axis-card{
  position:relative;min-height:410px;padding:31px;border-radius:30px;
  background:#f1f5f6;overflow:hidden;transition:.4s ease;border:1px solid transparent;
}
.anchor-home .axis-card:hover{transform:translateY(-10px);background:#fff;border-color:#dbe8e8;box-shadow:var(--shadow)}
.anchor-home .axis-index{display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:900;color:#70818a}
.anchor-home .axis-visual{
  height:150px;margin:32px 0;border-radius:24px;position:relative;overflow:hidden;
  display:grid;place-items:center;
}
.anchor-home .axis-card:nth-child(1) .axis-visual{background:linear-gradient(135deg,#c9fff0,#7ee9bd)}
.anchor-home .axis-card:nth-child(2) .axis-visual{background:linear-gradient(135deg,#c8e8ff,#76baff)}
.anchor-home .axis-card:nth-child(3) .axis-visual{background:linear-gradient(135deg,#d6dcff,#9cafff)}
.anchor-home .axis-visual svg{width:95px;height:95px;filter:drop-shadow(0 15px 20px rgba(0,36,40,.14));transition:.4s}
.anchor-home .axis-card:hover .axis-visual svg{transform:scale(1.1) rotate(-4deg)}
.anchor-home .axis-tag{font-size:11px;font-weight:950;letter-spacing:.1em;color:var(--blue)}
.anchor-home .axis-card h3{margin:8px 0 13px;font-size:26px;letter-spacing:-.045em}
.anchor-home .axis-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.75;word-break:keep-all}

.anchor-home .projects{background:var(--paper);overflow:hidden}
/* projects head: full-width left title / right filters (not clustered center) */
.anchor-home .projects-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
/* bootstrap clearfix 방어 (container.projects-head 잔존 시) */
.anchor-home .projects-head::before,
.anchor-home .projects-head::after,
.anchor-home .container.projects-head::before,
.anchor-home .container.projects-head::after{
  content:none !important;
  display:none !important;
}
.anchor-home .projects-head-copy{
  flex:1 1 auto;
  min-width:0;
  max-width:min(720px,100%);
}
.anchor-home .projects-head .filter{
  flex:0 0 auto;
  margin-left:auto;
}
.anchor-home .filter{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.anchor-home .filter button{
  padding:10px 16px;border-radius:999px;background:#fff;color:#65747c;
  border:1px solid #dde6e9;font-size:12px;font-weight:850;cursor:pointer;
}
.anchor-home .filter button.active{background:var(--ink);color:#fff;border-color:var(--ink)}
.anchor-home .project-track{
  position:relative;
  margin-top:48px;
  /* 왼쪽 정렬 여백 제거: 패딩이 비어 보이는 원인 → 카드가 좌측부터 채움 */
  padding-left:0;
  padding-right:0;
  width:100%;
  overflow:hidden;
  touch-action:pan-y;
  cursor:default;
  /* 양쪽 가장자리만 아주 약하게 페이드 (빈 여백 아님) */
  -webkit-mask-image:linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
  mask-image:linear-gradient(90deg, transparent 0, #000 20px, #000 calc(100% - 20px), transparent 100%);
}
.anchor-home .project-rail{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:17px; /* 세트 사이 간격 — cycleWidth 계산에 포함 */
  width:max-content;
  will-change:transform;
  transform:translate3d(0,0,0);
  backface-visibility:hidden;
  transform-style:preserve-3d;
}
.anchor-home .project-set{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:17px;
  flex:0 0 auto;
  width:max-content;
}
/* 클론 세트도 동일 href 유지 — 마퀴 루프 중 보이는 카드 클릭 시 라우팅 가능
   (스크린리더 중복만 JS aria-hidden/tabindex=-1 로 차단) */
.anchor-home .project-set-clone{
  pointer-events:auto;
}
/* 클론 세트: reveal 상태와 무관하게 항상 표시 (마퀴 장식용)
   JS가 reveal 을 제거해도 CSS 안전망으로 opacity:0 잔류를 막음 */
.anchor-home .project-set-clone .reveal,
.anchor-home .project-set-clone .project{
  opacity:1;
  transform:translateZ(0);
}
.anchor-home .project{
  flex:0 0 min(360px,82vw);
  height:420px;
  padding:27px;
  border-radius:28px;
  background:#fff;
  border:1px solid #e2eaed;
  display:flex;
  flex-direction:column;
  transition:box-shadow .3s ease, transform .3s ease;
  transform:translateZ(0);
}
.anchor-home .project:hover{
  transform:translate3d(0,-6px,0);
  box-shadow:var(--shadow);
}
.anchor-home .project-meta{display:flex;gap:7px;flex-wrap:wrap}
.anchor-home .pill{padding:6px 9px;border-radius:999px;background:#eff7f8;color:#4c626d;font-size:10px;font-weight:900}
.anchor-home .project h3{margin:20px 0 10px;font-size:25px;line-height:1.25;letter-spacing:-.04em}
.anchor-home .project p{margin:0;color:#687a83;font-size:14px;line-height:1.65}
.anchor-home .project-art{
  margin-top:auto;height:150px;border-radius:22px;position:relative;overflow:hidden;
  background:linear-gradient(145deg,#092c42,#0c755e);
}
.anchor-home .project:nth-child(2) .project-art{background:linear-gradient(145deg,#c9f7e2,#4bcda0)}
.anchor-home .project:nth-child(3) .project-art{background:linear-gradient(145deg,#d7efff,#5fa9ff)}
.anchor-home .project:nth-child(4) .project-art{background:linear-gradient(145deg,#e5e1ff,#8b8ff7)}
.anchor-home .project:nth-child(5) .project-art{background:linear-gradient(145deg,#d9fff2,#3bc99b)}
.anchor-home .project:nth-child(6) .project-art{background:linear-gradient(145deg,#dde9ff,#527ee4)}
.anchor-home .project-art::before,.anchor-home .project-art::after{
  content:"";position:absolute;border:1px solid rgba(255,255,255,.27);border-radius:50%;
}
.anchor-home .project-art::before{width:160px;height:160px;right:-20px;top:-35px}
.anchor-home .project-art::after{width:90px;height:90px;left:25px;bottom:-24px}
.anchor-home .project-symbol{
  position:absolute;inset:0;display:grid;place-items:center;
  font-size:72px;font-weight:950;color:#fff;text-shadow:0 15px 35px rgba(0,0,0,.2);
}
.anchor-home .project-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px}
.anchor-home .project-foot small{color:#8a989f;font-size:11px;font-weight:750}

.anchor-home .allinone{background:#fff}
.anchor-home .allinone-shell{
  margin-top:54px;display:grid;grid-template-columns:190px 1fr;
  min-height:510px;border-radius:32px;background:#eef3f4;padding:12px;gap:12px;
}
.anchor-home .service-tabs{display:flex;flex-direction:column;gap:7px}
.anchor-home .service-tab{
  flex:1;border-radius:20px;background:transparent;color:#53656e;
  font-weight:900;font-size:14px;cursor:pointer;transition:.3s;text-align:left;padding:20px;
}
.anchor-home .service-tab small{display:block;font-size:9px;letter-spacing:.1em;margin-bottom:7px;opacity:.58}
.anchor-home .service-tab.active{background:linear-gradient(145deg,var(--blue),#0a9dca);color:#fff;box-shadow:0 14px 30px rgba(18,105,255,.22)}
.anchor-home .service-content{
  border-radius:24px;background:#fff;padding:34px;display:none;
  grid-template-columns:.86fr 1.14fr;gap:30px;align-items:center;
}
.anchor-home .service-content.active{display:grid}
.anchor-home .service-copy h3{font-size:42px;margin:0 0 16px;letter-spacing:-.055em}
.anchor-home .service-copy p{color:var(--muted);line-height:1.8;font-size:15px;max-width:440px}
.anchor-home .mini-link{
  margin-top:24px;display:inline-flex;align-items:center;gap:9px;
  font-size:12px;font-weight:900;padding:11px 15px;border:1px solid #dfe7ea;border-radius:999px;
}
.anchor-home .service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.anchor-home .service-card{min-height:300px;border-radius:22px;background:#f2f5f6;padding:13px;display:flex;flex-direction:column}
.anchor-home .service-image{height:150px;border-radius:16px;background:linear-gradient(145deg,#08253a,#16bf86);display:grid;place-items:center;color:#fff;font-size:46px;font-weight:950}
.anchor-home .service-card:nth-child(2) .service-image{background:linear-gradient(145deg,#1269ff,#65c7ff)}
.anchor-home .service-card:nth-child(3) .service-image{background:linear-gradient(145deg,#7b72e8,#b4aaff)}
.anchor-home .service-card h4{margin:16px 4px 8px;font-size:16px}
.anchor-home .service-card p{font-size:12px;color:#6e7e86;line-height:1.6;margin:0 4px}

.anchor-home .value{
  background:#071219;color:#fff;position:relative;overflow:hidden;
}
.anchor-home .value::after{
  content:"ANCHOR's values";position:absolute;left:2vw;bottom:-4vw;
  font-size:clamp(90px,15vw,250px);font-weight:950;line-height:1;
  letter-spacing:-.08em;color:rgba(255,255,255,.035);white-space:nowrap;
}
.anchor-home .value .kicker{color:var(--green)}
.anchor-home .value .section-title{max-width:850px}
.anchor-home .value-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:66px}
.anchor-home .value-circle{
  aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;
  align-items:center;justify-content:center;text-align:center;
  border:1px solid rgba(24,215,141,.7);background:radial-gradient(circle at 50% 35%,rgba(24,215,141,.12),transparent 58%);
}
.anchor-home .value-circle span{font-size:12px;font-weight:850;color:#d8e4e7}
.anchor-home .value-circle strong{display:block;margin:10px 0 5px;font-size:clamp(34px,4vw,66px);color:var(--green);letter-spacing:-.07em;font-variant-numeric:tabular-nums;min-width:2.2ch}
.anchor-home .value-circle strong.rolling{filter:blur(.45px);text-shadow:0 0 18px rgba(24,215,141,.65)}
.anchor-home .value-circle strong.settled{animation:counterSettle .48s cubic-bezier(.2,.9,.25,1)}
@keyframes counterSettle{0%{transform:scale(1.16);filter:brightness(1.55);text-shadow:0 0 28px rgba(24,215,141,.95)}55%{transform:scale(.96)}100%{transform:scale(1);filter:none;text-shadow:none}}
.anchor-home .value-circle small{color:#788b94;font-size:10px}

.anchor-home .notice{background:#fff}
.anchor-home .notice-layout{display:grid;grid-template-columns:.42fr .58fr;gap:72px;margin-top:46px}
.anchor-home .notice-copy{padding-top:14px}
.anchor-home .notice-copy h3{font-size:42px;line-height:1.2;margin:0}
.anchor-home .notice-copy p{color:#677983;line-height:1.8;font-size:15px}
.anchor-home .notice-list{display:flex;flex-direction:column;gap:10px}
.anchor-home .notice-card{
  min-height:96px;padding:20px 22px;border-radius:22px;background:#f0f3f4;
  display:grid;grid-template-columns:92px 1fr auto;gap:18px;align-items:center;transition:.3s;
}
.anchor-home .notice-card:hover{background:#e7f7f1;transform:translateX(-8px)}
.anchor-home .notice-type{font-size:10px;font-weight:950;color:var(--blue);letter-spacing:.08em}
.anchor-home .notice-card h4{font-size:16px;margin:0 0 8px}
.anchor-home .notice-card time{font-size:11px;color:#85949c}
.anchor-home .notice-feature{min-height:210px;background:linear-gradient(135deg,#e9f4f5,#f4f7f7);align-items:start}
.anchor-home .notice-feature .feature-copy{padding:9px 0}
.anchor-home .notice-feature .feature-copy h4{font-size:24px;line-height:1.35}
.anchor-home .news-empty{
  padding:18px;border-radius:18px;border:1px dashed #cad8dd;
  color:#7b8d96;text-align:center;font-size:13px;
}

.anchor-home .community{padding:0;background:#072437;color:#fff}
.anchor-home .community-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}
.anchor-home .community-art{
  position:relative;overflow:hidden;
  background:url("https://houck2026.mycafe24.com/003.jpg") center center / cover no-repeat;
}
.anchor-home .community-art::before{display:none}
.anchor-home .community-map{display:none}
.anchor-home .community-copy{padding:80px 8vw 80px 7vw;display:flex;flex-direction:column;justify-content:center}
.anchor-home .community-copy .kicker{color:#86f3c3}
.anchor-home .community-copy h2{font-size:clamp(42px,5vw,75px);line-height:1.07;letter-spacing:-.065em;margin:18px 0 24px}
.anchor-home .community-copy p{color:#bed2da;line-height:1.85;font-size:16px}
.anchor-home .community-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.anchor-home .community-tags span{padding:10px 14px;border-radius:999px;border:1px solid rgba(135,243,195,.3);background:rgba(135,243,195,.09);font-size:12px;font-weight:850}

.anchor-home .portal{background:linear-gradient(135deg,#096bff,#0ab68a);color:#fff}
.anchor-home .portal-head{display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.anchor-home .portal .kicker{color:#c9ffe7}
.anchor-home .portal .section-desc{color:#dbf6f1}
.anchor-home .portal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:52px}
.anchor-home .portal-card{
  min-height:240px;padding:26px;border:1px solid rgba(255,255,255,.25);
  border-radius:25px;background:rgba(255,255,255,.11);backdrop-filter:blur(8px);
  display:flex;flex-direction:column;transition:.35s;
}
.anchor-home .portal-card:hover{transform:translateY(-8px);background:#fff;color:#0b2430}
.anchor-home .portal-icon{font-size:34px}
.anchor-home .portal-card h3{font-size:21px;margin:auto 0 10px}
.anchor-home .portal-card p{margin:0;color:rgba(255,255,255,.73);font-size:13px;line-height:1.6}
.anchor-home .portal-card:hover p{color:#64747c}

.anchor-home .search-section{background:#f5f8f9}
/* search-grid is NO LONGER on .container — avoids bootstrap clearfix ::before/::after as grid items */
.anchor-home .search-section .container{
  overflow:visible;
}
.anchor-home .search-grid{
  display:grid;
  grid-template-columns:minmax(0,.64fr) minmax(0,1fr) minmax(0,1fr);
  gap:14px;
  align-items:stretch; /* 카드 높이 통일 */
  width:100%;
  min-width:0;
  box-sizing:border-box;
}
.anchor-home .search-grid > .search-box,
.anchor-home .search-grid > .finder-box{
  align-self:stretch;
}
/* 방어: 혹시 container.search-grid 조합이 남아 있어도 clearfix 의사요소 제거 */
.anchor-home .search-grid::before,
.anchor-home .search-grid::after,
.anchor-home .container.search-grid::before,
.anchor-home .container.search-grid::after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
.anchor-home .search-grid > *{min-width:0; max-width:100%;}
.anchor-home .search-intro{
  padding:22px 12px 22px 0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.anchor-home .search-intro h2{
  font-size:clamp(28px,3.2vw,38px);
  line-height:1.25;
  margin:14px 0 0;
  color:var(--ink) !important;
  letter-spacing:-.04em;
  font-weight:950;
  word-break:keep-all;
}
.anchor-home .search-intro .kicker{color:var(--blue) !important;}
/* 두 카드 동일 높이: grid stretch + height:100% + 동일한 내부 구조 */
.anchor-home .search-box,
.anchor-home .finder-box{
  position:relative;
  height:100%;
  min-height:260px;
  border-radius:28px;
  padding:28px 28px 24px;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  overflow:hidden;
}
.anchor-home .search-box{
  background:linear-gradient(145deg,#0c6fff,#08bb8d);
  color:#fff;
}
.anchor-home .finder-box{
  background:#07141c;
  color:#fff;
}
.anchor-home .finder-box::after{
  content:"";
  position:absolute;
  right:-70px;bottom:-70px;
  width:230px;height:230px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  pointer-events:none;
  z-index:0;
}
.anchor-home .search-box h3,
.anchor-home .finder-box h3{
  font-size:22px;
  margin:0 0 10px;
  color:#fff !important;
  font-weight:900;
  letter-spacing:-.03em;
  line-height:1.3;
  flex:none;
}
.anchor-home .search-box p,
.anchor-home .finder-box p{
  font-size:13px;
  line-height:1.65;
  margin:0;
  color:rgba(255,255,255,.78) !important;
  opacity:1;
  flex:none;
  min-height:2.6em; /* 설명 문구 2줄 높이 맞춤 */
}
/* 하단 액션 영역 공통: 같은 높이로 바닥 정렬 */
.anchor-home .search-box .search-form,
.anchor-home .finder-box > a{
  margin-top:auto;
  flex:none;
  position:relative;
  z-index:1;
}
.anchor-home .search-form{
  height:48px;
  display:flex;
  align-items:center;
  background:#fff;
  border-radius:999px;
  padding:4px 4px 4px 6px;
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  box-shadow:0 10px 30px rgba(4,30,40,.12);
  border:0;
}
.anchor-home .search-form input{
  border:0;
  outline:0;
  background:transparent;
  min-width:0;
  flex:1;
  height:100%;
  padding:0 14px;
  color:#172832;
  font-size:14px;
  font-weight:600;
}
.anchor-home .search-form input::placeholder{color:#8a9aa3;font-weight:500}
.anchor-home .search-form button{
  width:40px;
  height:40px;
  flex:none;
  border:0;
  border-radius:50%;
  background:#071522;
  color:#fff;
  cursor:pointer;
  font-size:17px;
  display:grid;
  place-items:center;
  transition:background .2s ease, transform .2s ease;
}
.anchor-home .search-form button:hover{
  background:#18d78d;
  color:#05271c;
  transform:scale(1.04);
}
.anchor-home .finder-box > a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:#fff;
  color:#071522 !important;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
  box-sizing:border-box;
  transition:transform .2s ease, background .2s ease;
  align-self:flex-start;
  left:auto;
  bottom:auto;
}
.anchor-home .finder-box > a:hover{
  transform:translateY(-2px);
  background:#edf9f5;
  color:#08734b !important;
}
@media(max-width:860px){
  .anchor-home .search-box,
  .anchor-home .finder-box{
    min-height:240px;
  }
}
@media(max-width:600px){
  .anchor-home .search-box,
  .anchor-home .finder-box{
    min-height:220px;
    padding:24px 22px 20px;
  }
}

/* 푸터 스타일 → public/platform/css/v2/anchor-footer.css (.ah-footer*) 로 이전 */

.anchor-home .float-menu{
  position:fixed;right:22px;bottom:22px;z-index:180;
  display:flex;flex-direction:column;gap:8px;
}
.anchor-home .float-btn{
  width:54px;height:54px;border-radius:18px;display:grid;place-items:center;
  background:#fff;color:#071522;box-shadow:0 14px 35px rgba(5,30,43,.18);font-weight:950;
}
.anchor-home .float-btn.ai{background:linear-gradient(145deg,var(--green),#61efbd);color:#04281c}

.anchor-home .reveal{opacity:0;transform:translateY(36px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.8,.2,1)}
.anchor-home .reveal.show{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .anchor-home *{scroll-behavior:auto!important;animation:none!important;transition:none!important}
  .anchor-home .reveal{opacity:1;transform:none}
}

@media(max-width:1160px){
  .anchor-home .gnb{display:none}.anchor-home .menu-btn{display:grid}
  .anchor-home .hero-inner{grid-template-columns:1fr;padding-top:150px;align-items:start}
  .anchor-home .hero-copy{max-width:720px}
  .anchor-home .hero-copy::after{content:"";position:absolute;inset:-40px -30px;background:linear-gradient(90deg,rgba(4,23,34,.85),rgba(4,23,34,.4),transparent);z-index:-1;filter:blur(18px)}
  .anchor-home .hero-hud{width:min(610px,58vw)}
  .anchor-home .axis-grid{grid-template-columns:1fr 1fr}.anchor-home .axis-card:last-child{grid-column:1/-1}
  .anchor-home .value-grid{grid-template-columns:repeat(2,1fr)}.anchor-home .value-circle{aspect-ratio:1.45}
  .anchor-home .portal-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .anchor-home .container{width:min(calc(100% - 32px),var(--max))}
  .anchor-home .section{padding:90px 0}
  .anchor-home .site-header{left:10px;right:10px;top:10px;height:68px;padding:0 11px 0 14px}
  .anchor-home .brand-logo{height:42px;max-width:230px}
  .anchor-home .login-btn{display:none}
  .anchor-home .hero-inner{width:calc(100% - 32px);padding:122px 0 40px;display:flex;flex-direction:column}
  .anchor-home .hero .hero-title,.anchor-home .hero h1.hero-title{font-size:clamp(32px,9vw,52px)!important;gap:0.22em!important}
  .anchor-home .hero-hud{position:relative;right:auto;bottom:auto;width:100%;grid-template-columns:repeat(3,1fr);margin-top:-85px}
  .anchor-home .scroll-hint{display:none}
  .anchor-home .intro-head,.anchor-home .projects-head,.anchor-home .portal-head{align-items:flex-start;flex-direction:column}
  .anchor-home .projects-head .filter{margin-left:0;justify-content:flex-start;width:100%}
  .anchor-home .axis-grid{grid-template-columns:1fr}.anchor-home .axis-card:last-child{grid-column:auto}
  .anchor-home .allinone-shell{grid-template-columns:1fr}
  .anchor-home .service-tabs{display:grid;grid-template-columns:repeat(3,1fr)}
  .anchor-home .service-tab{text-align:center;padding:13px}
  .anchor-home .service-content{grid-template-columns:1fr}.anchor-home .service-cards{grid-template-columns:repeat(3,1fr)}
  .anchor-home .notice-layout{grid-template-columns:1fr;gap:30px}
  .anchor-home .community-grid{grid-template-columns:1fr}.anchor-home .community-art{min-height:430px}
  .anchor-home .search-grid{grid-template-columns:1fr 1fr}.anchor-home .search-intro{grid-column:1/-1}
}
@media(max-width:600px){
  .anchor-home .brand-logo{height:38px;max-width:205px}
  .anchor-home .hero-kicker{font-size:10px}.anchor-home .hero-en{font-size:10px}
  .anchor-home .hero-lead{font-size:15px}
  .anchor-home .hero-hud{grid-template-columns:1fr;margin-top:-55px}.anchor-home .hud-card:nth-child(n+2){display:none}
  .anchor-home .section-title{font-size:40px}
  .anchor-home .axis-card{min-height:380px;padding:24px}
  .anchor-home .service-tabs{grid-template-columns:1fr 1fr}.anchor-home .service-tab:last-child{grid-column:1/-1}
  .anchor-home .service-content{padding:22px}.anchor-home .service-copy h3{font-size:34px}
  .anchor-home .service-cards{display:flex;overflow:auto;scroll-snap-type:x mandatory}
  .anchor-home .service-card{min-width:78%;scroll-snap-align:start}
  .anchor-home .value-grid{grid-template-columns:1fr 1fr;gap:10px}.anchor-home .value-circle{aspect-ratio:1}.anchor-home .value-circle strong{font-size:34px}
  .anchor-home .notice-card{grid-template-columns:1fr auto}.anchor-home .notice-type{grid-column:1/-1}
  .anchor-home .community-copy{padding:65px 24px}
  .anchor-home .portal-grid{grid-template-columns:1fr}
  .anchor-home .search-grid{grid-template-columns:1fr}
  .anchor-home .float-menu{right:12px;bottom:12px}
}

.anchor-home .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.anchor-home .site-header{max-width:calc(100vw - 44px);margin:auto}
.anchor-home .gnb{gap:2px}.anchor-home .gnb-button{padding-inline:14px;white-space:nowrap}.anchor-home .gnb-direct .gnb-button{display:flex}.anchor-home .dropdown-right{left:auto;right:0;transform:translateY(10px)}.anchor-home .gnb-item:hover .dropdown-right{transform:translateY(0)}
.anchor-home .mobile-direct{display:flex;align-items:center;justify-content:space-between;padding:21px 0;border-bottom:1px solid #dfe8ea;font-size:19px;font-weight:900}.anchor-home .mobile-direct b{font-size:16px}.anchor-home .mobile-login{margin-top:28px;background:#071522!important;color:#fff!important;width:100%}
.anchor-home .hero-utility{position:absolute;right:26px;top:112px;z-index:12}.anchor-home .video-toggle{height:42px;padding:0 15px;border-radius:999px;display:flex;align-items:center;gap:10px;color:#fff;background:rgba(3,25,36,.38);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);cursor:pointer}.anchor-home .video-icon{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.14);font-size:10px;font-weight:900}.anchor-home .video-label{font-size:9px;font-weight:900;letter-spacing:.14em}
.anchor-home .section-head-wide{display:flex;align-items:flex-end;justify-content:space-between;gap:36px}.anchor-home .section-head-wide .section-desc{max-width:680px}

.anchor-home .project-track.is-paused{cursor:pointer}

.anchor-home .announcement{background:#eef4f5;overflow:hidden}.anchor-home .announcement-layout{display:grid;grid-template-columns:1.02fr .98fr;gap:18px;margin-top:54px}.anchor-home .announcement-feature{position:relative;min-height:530px;padding:38px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#061b2a 0%,#0a3950 54%,#08765d 100%);color:#fff;display:flex;flex-direction:column;box-shadow:0 30px 80px rgba(5,35,48,.18)}.anchor-home .announcement-feature::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.07),transparent 38%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;pointer-events:none}.anchor-home .announcement-top,.anchor-home .announcement-copy,.anchor-home .announcement-arrow{position:relative;z-index:2}.anchor-home .announcement-top{display:flex;justify-content:space-between;align-items:center}.anchor-home .status-chip{padding:9px 13px;border-radius:999px;background:#90f5c8;color:#063325;font-size:10px;font-weight:950;letter-spacing:.06em}.anchor-home .announcement-code{font-size:10px;font-weight:850;letter-spacing:.15em;color:#a8c8d4}.anchor-home .announcement-copy{margin:auto 0}.anchor-home .announcement-copy small{color:#8ef4c5;font-size:10px;font-weight:900;letter-spacing:.14em}.anchor-home .announcement-copy h3{font-size:clamp(34px,3.1vw,54px);line-height:1.12;letter-spacing:-.06em;margin:18px 0 22px}.anchor-home .announcement-copy p{max-width:520px;color:#c1d4db;font-size:15px;line-height:1.8}.anchor-home .announcement-arrow{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);font-size:12px;font-weight:900}.anchor-home .announcement-arrow b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:#071522;font-size:18px}.anchor-home .announcement-orbit{position:absolute;right:-82px;top:88px;width:300px;height:300px;border:1px solid rgba(141,245,196,.25);border-radius:50%;animation:orbitSpin 16s linear infinite}.anchor-home .announcement-orbit::before,.anchor-home .announcement-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(141,245,196,.18);inset:40px}.anchor-home .announcement-orbit::after{inset:92px;background:rgba(24,215,141,.08)}.anchor-home .announcement-orbit i{position:absolute;width:11px;height:11px;border-radius:50%;background:#8df5c4;box-shadow:0 0 20px #8df5c4}.anchor-home .announcement-orbit i:nth-child(1){left:30px;top:52px}.anchor-home .announcement-orbit i:nth-child(2){right:15px;top:145px}.anchor-home .announcement-orbit i:nth-child(3){left:118px;bottom:-5px}@keyframes orbitSpin{to{transform:rotate(360deg)}}
.anchor-home .announcement-list{display:flex;flex-direction:column;gap:12px}.anchor-home .announcement-row{flex:1;min-height:160px;padding:25px 26px;border-radius:26px;background:#fff;border:1px solid #dce7e9;display:grid;grid-template-columns:52px 1fr 40px;gap:17px;align-items:center;transition:.35s ease}.anchor-home .announcement-row:hover{transform:translateX(-8px);box-shadow:0 20px 55px rgba(10,43,56,.11);border-color:#c9e5dd}.anchor-home .announcement-num{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eff5f6;font-size:11px;font-weight:950;color:#1269ff}.anchor-home .announcement-row span{font-size:10px;font-weight:900;color:#0a8d64;letter-spacing:.08em}.anchor-home .announcement-row h3{margin:8px 0 7px;font-size:21px;letter-spacing:-.04em}.anchor-home .announcement-row p{margin:0;color:#71828b;font-size:13px;line-height:1.55}.anchor-home .announcement-row>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#071522;color:#fff;font-size:15px;transition:.3s}.anchor-home .announcement-row:hover>b{background:#18d78d;color:#043425;transform:rotate(-35deg)}

.anchor-home .info-hub{background:#fff}.anchor-home .info-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.anchor-home .info-heading>p{margin:0 0 5px;text-align:right;color:#677983;font-size:16px;line-height:1.7}.anchor-home .info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:52px}.anchor-home .info-card{position:relative;min-height:360px;padding:25px;border-radius:28px;background:#f0f4f5;border:1px solid transparent;display:flex;flex-direction:column;overflow:hidden;transition:.35s ease}.anchor-home .info-card:hover{transform:translateY(-9px);background:#fff;border-color:#dce8ea;box-shadow:0 22px 65px rgba(8,39,52,.11)}.anchor-home .info-card-dark{background:#071923;color:#fff}.anchor-home .info-card-green{background:linear-gradient(145deg,#bff8df,#77e2b5)}.anchor-home .info-index{font-size:10px;font-weight:900;color:#7d8c94;letter-spacing:.12em}.anchor-home .info-card-dark .info-index{color:#78909a}.anchor-home .info-icon{width:84px;height:84px;border-radius:27px;margin:auto;display:grid;place-items:center;background:#fff;color:#0b2e42;font-size:34px;font-weight:950;box-shadow:0 16px 40px rgba(5,35,48,.10);transform:rotate(-5deg);transition:.35s}.anchor-home .info-card:nth-child(2) .info-icon{background:linear-gradient(145deg,#d4ecff,#7dc0ff)}.anchor-home .info-card:nth-child(3) .info-icon{background:linear-gradient(145deg,#dedcff,#a59ff6)}.anchor-home .info-card-green .info-icon{background:#07382d;color:#fff}.anchor-home .info-card:hover .info-icon{transform:rotate(3deg) scale(1.06)}.anchor-home .info-card small{font-size:9px;font-weight:950;color:#1269ff;letter-spacing:.13em}.anchor-home .info-card-dark small{color:#86f3c3}.anchor-home .info-card h3{font-size:23px;margin:8px 0 9px}.anchor-home .info-card p{margin:0;color:#6c7c84;font-size:13px;line-height:1.65}.anchor-home .info-card-dark p{color:#9eb2bb}.anchor-home .info-card-green p{color:#225b49}.anchor-home .info-go{position:absolute;right:22px;top:21px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#071522;font-weight:900;transition:.35s}.anchor-home .info-card:hover .info-go{transform:rotate(-35deg);background:#071522;color:#fff}.anchor-home .info-search{margin-top:16px;padding:26px 28px;border-radius:25px;background:#071923;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}.anchor-home .info-search small{display:block;color:#7fe9bb;font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:7px}.anchor-home .info-search strong{font-size:20px}.anchor-home .info-search-form{width:min(560px,55%);height:54px;padding:5px;display:flex;background:#fff;border-radius:999px}.anchor-home .info-search-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 18px;color:#152832}.anchor-home .info-search-form button{width:44px;height:44px;border-radius:50%;background:#18d78d;color:#05271c;font-size:22px;cursor:pointer}

@media(max-width:1320px){.anchor-home .gnb-button{padding-inline:10px;font-size:13px}.anchor-home .login-btn{padding-inline:13px}.anchor-home .brand-logo{max-width:230px}}
@media(max-width:1160px){.anchor-home .announcement-layout{grid-template-columns:1fr}.anchor-home .announcement-feature{min-height:470px}.anchor-home .info-grid{grid-template-columns:repeat(2,1fr)}.anchor-home .info-card{min-height:330px}}
@media(max-width:860px){.anchor-home .hero-utility{right:16px;top:92px}.anchor-home .section-head-wide,.anchor-home .info-heading{align-items:flex-start;flex-direction:column}.anchor-home .info-heading>p{text-align:left}.anchor-home .announcement-feature{min-height:440px;padding:30px}.anchor-home .announcement-row{min-height:145px}.anchor-home .info-search{align-items:flex-start;flex-direction:column}.anchor-home .info-search-form{width:100%}}
@media(max-width:600px){.anchor-home .hero-utility{top:88px}.anchor-home .video-toggle{padding:0 12px}.anchor-home .video-label{display:none}.anchor-home .section-head-wide{gap:22px}.anchor-home .announcement-layout{margin-top:34px}.anchor-home .announcement-feature{min-height:450px;padding:25px;border-radius:26px}.anchor-home .announcement-copy h3{font-size:34px}.anchor-home .announcement-copy p{font-size:14px}.anchor-home .announcement-orbit{width:230px;height:230px;right:-100px}.anchor-home .announcement-row{grid-template-columns:42px 1fr 34px;padding:21px 18px;gap:12px}.anchor-home .announcement-num{width:40px;height:40px;border-radius:13px}.anchor-home .announcement-row h3{font-size:17px}.anchor-home .announcement-row p{font-size:12px}.anchor-home .info-grid{grid-template-columns:1fr}.anchor-home .info-card{min-height:290px}.anchor-home .info-icon{width:72px;height:72px}.anchor-home .info-search{padding:23px}.anchor-home .info-search strong{font-size:18px}.anchor-home .info-search-form{height:50px}.anchor-home .info-search-form button{width:40px;height:40px}}

.anchor-home .brand-fallback{align-items:center;gap:10px;white-space:nowrap}.anchor-home .fallback-anchor{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--green2),var(--green));color:#06281c;font-size:20px}.anchor-home .fallback-copy{display:flex;flex-direction:column;line-height:1.05}.anchor-home .fallback-copy strong{font-size:15px;letter-spacing:-.03em}.anchor-home .fallback-copy small{margin-top:5px;font-size:9px;font-weight:850;letter-spacing:.08em;opacity:.72}
.anchor-home .search-grid>*{min-width:0}
@media(max-width:600px){.anchor-home .search-grid{grid-template-columns:minmax(0,1fr)!important}.anchor-home .search-intro,.anchor-home .search-box,.anchor-home .finder-box{width:100%;min-width:0}.anchor-home .search-section .container{overflow:visible}.anchor-home .brand-fallback{max-width:230px}.anchor-home .fallback-anchor{width:38px;height:38px;border-radius:12px}.anchor-home .fallback-copy strong{font-size:13px}.anchor-home .fallback-copy small{font-size:8px}}


/* newsletter preview cards */
.anchor-home .news-preview{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}
.anchor-home .news-preview a:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(8,39,52,.10);
}
@media(max-width:900px){
  .anchor-home .news-preview{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .anchor-home .news-preview{grid-template-columns:1fr}
}
/* community art with photo */
.anchor-home .community-art{
  min-height:420px;
  background-color:#0a2a35;
}

/* =========================================================
   Platform conflict fix (layout.css h1–h6 → dark --txt-color)
   Sample dark panels need light text; headings otherwise stay #23232C.
   ========================================================= */

/* Dark section roots: ensure base light color */
.anchor-home .hero,
.anchor-home .value,
.anchor-home .portal,
.anchor-home .community,
.anchor-home .announcement-feature,
.anchor-home .info-card-dark,
.anchor-home .info-search,
.anchor-home .finder-box,
.anchor-home .search-box{
  color:#fff;
}

/* Headings on dark panels (beat layout.css h1–h6 color) */
.anchor-home .hero h1,
.anchor-home .hero h2,
.anchor-home .hero h3,
.anchor-home .value h1,
.anchor-home .value h2,
.anchor-home .value h3,
.anchor-home .value .section-title,
.anchor-home .portal h1,
.anchor-home .portal h2,
.anchor-home .portal h3,
.anchor-home .portal .section-title,
.anchor-home .portal-card h3,
.anchor-home .community h1,
.anchor-home .community h2,
.anchor-home .community h3,
.anchor-home .community-copy h2,
.anchor-home .announcement-feature h1,
.anchor-home .announcement-feature h2,
.anchor-home .announcement-feature h3,
.anchor-home .info-card-dark h1,
.anchor-home .info-card-dark h2,
.anchor-home .info-card-dark h3,
.anchor-home .finder-box h1,
.anchor-home .finder-box h2,
.anchor-home .finder-box h3,
.anchor-home .search-box h1,
.anchor-home .search-box h2,
.anchor-home .search-box h3{
  color:#fff !important;
}

/* Strong/labels on dark panels */
.anchor-home .hud-card strong,
.anchor-home .info-search strong,
.anchor-home .portal-card .portal-icon{
  color:#fff !important;
}
.anchor-home .value-circle strong{
  color:var(--green) !important;
}

/* Body copy on dark panels */
.anchor-home .value .section-desc,
.anchor-home .portal .section-desc{
  color:rgba(255,255,255,.78) !important;
}
.anchor-home .community-copy p{
  color:#bed2da !important;
}
.anchor-home .announcement-feature p,
.anchor-home .announcement-copy p{
  color:#c1d4db !important;
}
.anchor-home .announcement-copy h3{
  color:#fff !important;
}
.anchor-home .announcement-copy small{
  color:#8ef4c5 !important;
}
.anchor-home .info-card-dark p{
  color:#9eb2bb !important;
}
.anchor-home .info-card-dark small{
  color:#86f3c3 !important;
}
.anchor-home .portal-card p{
  color:rgba(255,255,255,.73) !important;
}
.anchor-home .search-box p,
.anchor-home .finder-box p{
  color:rgba(255,255,255,.78) !important;
}

/* Kickers on dark panels */
.anchor-home .value .kicker,
.anchor-home .portal .kicker{
  color:#9ff0cc !important;
}
.anchor-home .community-copy .kicker{
  color:#86f3c3 !important;
}

/* Portal cards: hover returns to dark text (sample) */
.anchor-home .portal-card:hover,
.anchor-home .portal-card:hover h3,
.anchor-home .portal-card:hover .portal-icon{
  color:#0b2430 !important;
}
.anchor-home .portal-card:hover p{
  color:#64747c !important;
}

/* Announcement feature arrow / code */
.anchor-home .announcement-arrow{
  color:#fff !important;
}
.anchor-home .announcement-code{
  color:#a8c8d4 !important;
}

/* Community tags */
.anchor-home .community-tags span{
  color:#dff8ec !important;
  border-color:rgba(141,245,196,.28);
}

/* Info search form stays readable on dark bar */
.anchor-home .info-search,
.anchor-home .info-search strong,
.anchor-home .info-search small{
  color:#fff !important;
}
.anchor-home .info-search small{
  color:#7fe9bb !important;
}

/* Prevent bootstrap blue links on dark panels */
.anchor-home .portal a.btn,
.anchor-home .announcement-feature,
.anchor-home .announcement-feature a,
.anchor-home .info-card-dark,
.anchor-home .community a{
  text-decoration:none;
}
.anchor-home .portal > .container a.btn.primary,
.anchor-home .portal-head .btn.primary{
  color:#061c27 !important;
}
