/*
Theme Name: NewClove Behavioral Health
Theme URI: https://newclovebehavioralhealth.com
Author: NewClove Behavioral Health
Author URI: https://newclovebehavioralhealth.com
Description: A calm, editorial one-page theme for NewClove Behavioral Health — compassionate psychiatric care for children, adolescents, adults, and older adults.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newclove
*/

/* ============================= RESET / BASE ============================= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background: #faf8f3;
  color: #003050;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font-family: inherit; }

:root {
  --nc-accent: #e7c98c;
  --nc-hero-scrim: rgba(3,20,28,.5);
}

.nc-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #003050;
  color: #fff;
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
}
.nc-skip-link:focus { left: 0; }

.nc-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(22px, 4vw, 44px);
}

@keyframes ncFloatUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes ncDrift { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 7px); } }
@keyframes ncRayShim { 0%, 100% { opacity: .5; } 50% { opacity: .85; } }

/* Scroll-reveal (progressively enhanced by JS; see assets/js/main.js) */
[data-nc-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s cubic-bezier(.22,.61,.36,1), transform .8s cubic-bezier(.22,.61,.36,1);
}
[data-nc-reveal].nc-in-view { opacity: 1; transform: none; }
.no-js [data-nc-reveal] { opacity: 1; transform: none; }

/* ============================= BUTTONS ============================= */
.nc-btn {
  display: inline-block;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 16px 30px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  border: 0;
  cursor: pointer;
}
.nc-btn--primary {
  background: #f3ead6;
  color: #003050;
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
}
.nc-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(0,0,0,.38); }
.nc-btn--outline {
  color: #f2efe6;
  border: 1.5px solid rgba(242,239,230,.5);
  background: transparent;
  padding: 15px 28px;
}
.nc-btn--outline:hover { background: rgba(242,239,230,.12); border-color: rgba(242,239,230,.8); }
.nc-btn--dark {
  background: #003050;
  color: #f5eddd;
  box-shadow: 0 10px 26px rgba(0,48,80,.2);
  font-size: 15.5px;
  padding: 15px 30px;
}
.nc-btn--dark:hover { transform: translateY(-2px); }
.nc-btn--accent {
  background: var(--nc-accent, #e7c98c);
  color: #003050;
  box-shadow: 0 12px 30px rgba(0,0,0,.3);
}
.nc-btn--accent:hover { transform: translateY(-2px); }

/* ============================= EYEBROW ============================= */
.nc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #486048;
  font-weight: 600;
  margin-bottom: 20px;
}
.nc-eyebrow--centered { gap: 12px; margin-bottom: 24px; }
.nc-eyebrow--on-dark { color: var(--nc-accent, #e7c98c); }
.nc-eyebrow__line { width: 26px; height: 1.5px; background: var(--nc-accent, #e7c98c); flex: none; }

/* ============================= NAV ============================= */
.nc-header { position: relative; }
.nc-nav {
  --nav-fg: #eef0e8;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 44px);
  background: transparent;
  transition: background .4s ease, box-shadow .4s ease, padding .35s ease;
}
.nc-nav.is-scrolled {
  background: rgba(250,248,243,.9);
  -webkit-backdrop-filter: saturate(1.15) blur(12px);
  backdrop-filter: saturate(1.15) blur(12px);
  box-shadow: 0 1px 0 rgba(0,48,80,.07), 0 10px 34px rgba(0,48,80,.07);
  --nav-fg: #23343c;
  padding-top: 11px;
  padding-bottom: 11px;
}
.nc-nav__logo-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  height: 60px;
  line-height: 0;
  width: 180px;
  text-decoration: none;
}
.nc-nav__logo { height: 60px; width: 179px; transition: opacity .35s ease; }
.nc-nav__logo--dark { position: absolute; left: 0; top: 0; height: 59px; width: 178px; opacity: 0; }
.nc-nav.is-scrolled .nc-nav__logo--light { opacity: 0; }
.nc-nav.is-scrolled .nc-nav__logo--dark { opacity: 1; }

.nc-nav__links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nc-nav__link {
  color: var(--nav-fg, #eef0e8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .01em;
  transition: opacity .2s;
}
.nc-nav__link:hover { opacity: .6; }
.nc-nav__cta {
  background: #f3ead6;
  color: #003050;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.22);
  transition: transform .2s, background .35s, color .35s, box-shadow .35s;
}
.nc-nav__cta:hover { transform: translateY(-1px); }
.nc-nav.is-scrolled .nc-nav__cta {
  background: #003050;
  color: #f5eddd;
  box-shadow: 0 8px 22px rgba(0,48,80,.22);
}

.nc-nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  margin: -8px;
}
.nc-nav__toggle span { width: 24px; height: 2px; background: var(--nav-fg, #eef0e8); border-radius: 2px; }

.nc-mobile {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(2,20,28,.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  padding: 26px clamp(24px, 7vw, 44px) 40px;
}
.nc-mobile[hidden] { display: none; }
.nc-mobile__top { display: flex; align-items: center; justify-content: space-between; }
.nc-mobile__logo { height: 38px; width: auto; }
.nc-mobile__close {
  background: transparent; border: 0; color: #eef0e8; font-size: 30px; line-height: 1;
  cursor: pointer; padding: 6px 10px;
}
.nc-mobile__links { display: flex; flex-direction: column; gap: 4px; margin-top: 44px; }
.nc-mobile__link {
  color: #f4efe4;
  text-decoration: none;
  font-family: 'Newsreader', serif;
  font-size: 34px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.nc-mobile__cta {
  margin-top: 32px;
  text-align: center;
  background: var(--nc-accent, #e7c98c);
  color: #003050;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.nc-mobile__crisis { margin-top: auto; color: #9fb59a; font-size: 13.5px; line-height: 1.6; padding-top: 24px; }
.nc-mobile__crisis strong { color: #e7c98c; }

@media (max-width: 880px) {
  .nc-nav__links { display: none; }
  .nc-nav__toggle { display: inline-flex; }
}
@media (min-width: 881px) {
  .nc-mobile { display: none !important; }
}

/* ============================= HERO ============================= */
.nc-hero {
  position: relative;
  min-height: clamp(600px, 92vh, 900px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #04222f;
}
.nc-hero__bg {
  position: absolute;
  left: 0; right: 0; top: -16%;
  height: 132%;
  background-image: url('assets/images/hero-sunrise.png');
  background-size: cover;
  background-position: 62% 52%;
  will-change: transform;
}
.nc-hero__scrim--x {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--nc-hero-scrim, rgba(3,20,28,.5)) 0%, rgba(3,20,28,.4) 42%, rgba(3,20,28,.05) 74%, transparent 100%);
}
.nc-hero__scrim--y {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,20,28,.5) 0%, transparent 24%, transparent 58%, rgba(3,20,28,.34) 100%);
}
.nc-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 132px;
  padding-bottom: 96px;
  width: 100%;
}
.nc-hero__content { max-width: 680px; }
.nc-hero__eyebrow {
  animation: ncFloatUp .8s ease both;
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: .26em;
  text-transform: uppercase;
  color: #c9d1c1;
  font-weight: 600;
  margin-bottom: 22px;
}
.nc-hero__title {
  animation: ncFloatUp .9s .05s ease both;
  font-family: 'Newsreader', serif;
  font-weight: 500;
  color: #f6f1e6;
  font-size: clamp(40px, 6.1vw, 70px);
  line-height: 1.03;
  letter-spacing: -.015em;
  margin: 0 0 24px;
  text-wrap: balance;
}
.nc-hero__title-italic { font-style: italic; font-weight: 400; color: #f1e5ca; }
.nc-hero__lede {
  animation: ncFloatUp 1s .1s ease both;
  color: #e6e6da;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.62;
  margin: 0 0 34px;
  max-width: 568px;
}
.nc-hero__ctas { animation: ncFloatUp 1.1s .15s ease both; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.nc-hero__reassure {
  animation: ncFloatUp 1.2s .2s ease both;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #d0d7cb;
  font-size: clamp(13px, 1.4vw, 15px);
}
.nc-hero__dot {
  flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: var(--nc-accent, #e7c98c);
  box-shadow: 0 0 12px var(--nc-accent, #e7c98c);
}
.nc-hero__scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 9px;
  color: rgba(238,240,230,.72);
  animation: ncDrift 2.6s ease-in-out infinite;
}
.nc-hero__scroll span:first-child { font-size: 10px; letter-spacing: .24em; text-transform: uppercase; }
.nc-hero__scroll-line { width: 1px; height: 36px; background: linear-gradient(rgba(238,240,230,.75), transparent); }

/* ============================= INTRO ============================= */
.nc-intro { background: #faf8f3; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-intro__inner { max-width: 1000px; text-align: center; }
.nc-intro__inner h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(30px, 4.4vw, 50px); line-height: 1.1; letter-spacing: -.012em;
  margin: 0 0 30px; text-wrap: balance;
}
.nc-intro__inner p {
  color: #48565c; font-size: clamp(16px, 1.7vw, 19px); line-height: 1.72;
  margin: 0 auto 20px; max-width: 768px;
}
.nc-intro__inner p:last-child { margin-bottom: 0; }

/* ============================= ABOUT ============================= */
.nc-about { position: relative; overflow: hidden; background: #faf8f3; padding: 0 0 clamp(74px, 10vw, 128px); scroll-margin-top: 72px; }
.nc-about__bgimg {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: url('assets/images/newclove-about-bg.jpg');
  background-size: cover; background-position: center bottom;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.6) 78%, #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.12) 42%, rgba(0,0,0,.6) 78%, #000 100%);
  opacity: .92;
}
.nc-about__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: clamp(34px, 5vw, 76px); align-items: start;
}
.nc-about__grid h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.1; letter-spacing: -.012em;
  margin: 0 0 26px; text-wrap: balance;
}
.nc-about__grid > div:first-child p { color: #48565c; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.72; margin: 0 0 20px; }
.nc-about__grid > div:first-child p:last-child { margin-bottom: 0; }
.nc-about__cards { display: flex; flex-direction: column; gap: 22px; }
.nc-card-mission {
  position: relative; overflow: hidden; border-radius: 20px;
  padding: clamp(30px, 3vw, 40px);
  box-shadow: 0 18px 44px rgba(72,96,72,.24);
  background-color: #7C8F7C;
}
.nc-card-mission__glow {
  position: absolute; right: -70px; top: -70px; width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(231,201,140,.28), transparent 68%);
}
.nc-card-mission__label {
  position: relative; font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
  color: #cfe0c3; font-weight: 600; margin-bottom: 16px;
}
.nc-card-mission p {
  position: relative; font-family: 'Newsreader', serif; font-weight: 400; color: #f4f6ee;
  font-size: clamp(20px, 2.2vw, 26px); line-height: 1.4; margin: 0;
}
.nc-card-philosophy {
  background: #fff; border: 1px solid rgba(0,48,80,.1); border-radius: 20px;
  padding: clamp(30px, 3vw, 40px); box-shadow: 0 10px 30px rgba(0,48,80,.05);
}
.nc-card-philosophy h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: clamp(20px, 2.2vw, 25px); margin: 0 0 14px; }
.nc-card-philosophy p { color: #48565c; font-size: clamp(15px, 1.5vw, 17px); line-height: 1.7; margin: 0; }

/* ============================= PROVIDER ============================= */

.nc-provider {
  position: relative;
  padding: clamp(78px, 10vw, 132px) 0;
  background:
    linear-gradient(180deg, #f8faf3 0%, #f8faf3 100%);
  scroll-margin-top: 72px;
  overflow: hidden;
}

.nc-provider__grid {
  display: block;
}

.nc-provider__info {
  max-width: 1120px;
  margin: 0 auto;
  color: #54626a;
}

.nc-provider__info::after {
  content: "";
  display: block;
  clear: both;
}

.nc-provider__photo {
  position: relative;
  float: right;
  width: min(30%, 300px);
  margin: 10px 0 30px clamp(30px, 5vw, 62px);
  shape-outside: inset(0 round 24px);
}

.nc-provider__photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 26px;
  background: #dfe7dc;
  z-index: 0;
}

.nc-provider__photo::after {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 28px;
  width: 74px;
  height: 2px;
  background: #b58d5b;
  z-index: 2;
}

.nc-provider__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 1px solid rgba(0, 48, 80, .12);
  background: #e7ebe2;
  box-shadow: 0 24px 60px rgba(0, 48, 80, .16);
}

.nc-provider__info h2 {
  max-width: 720px;
  font-family: 'Newsreader', serif;
  font-weight: 500;
  color: #003050;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.1; letter-spacing: -.012em;
  line-height: 1.06;
  margin: 18px 0 12px;
  text-wrap: balance;
}

.nc-provider__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #003050;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(0, 48, 80, .1);
  border-radius: 999px;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 26px;
  box-shadow: 0 10px 28px rgba(0, 48, 80, .05);
}

.nc-provider__title::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b58d5b;
}

.nc-provider__bio {
  margin-top: 22px;
}

.nc-provider__bio p {
  color: #48565c;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.78;
  margin: 0 0 18px;
}

.nc-provider__bio p:first-child {
  color: #34474f;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
}

.nc-provider__bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .nc-provider__photo {
    width: min(46%, 360px);
    margin-left: 30px;
  }
}

@media (max-width: 700px) {
  .nc-provider__photo {
    float: none;
    width: 100%;
    max-width: 430px;
    margin: 26px auto 32px;
  }

  .nc-provider__photo::before {
    inset: 14px -12px -14px 12px;
  }

  .nc-provider__info h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .nc-provider__title {
    margin-bottom: 22px;
  }
}

/* ============================= SERVICES ============================= */
.nc-services { background: #eef1ea; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-services__head {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(20px, 3vw, 52px); align-items: end; margin-bottom: clamp(38px, 4vw, 56px);
}
.nc-services__head h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4vw, 48px); line-height: 1.08; letter-spacing: -.012em; margin: 0; text-wrap: balance;
}
.nc-services__head > p { color: #48565c; font-size: clamp(15px, 1.5vw, 17px); line-height: 1.68; margin: 0; }
.nc-services__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 20px; }
.nc-service-card {
  background: #fff; border: 1px solid rgba(0,48,80,.09); border-radius: 18px; padding: 30px;
  box-shadow: 0 6px 20px rgba(0,48,80,.04);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.nc-service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(0,48,80,.1); border-color: rgba(0,48,80,.16); }
.nc-service-card h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: 22px; line-height: 1.2; margin: 0 0 12px; }
.nc-service-card p { color: #54626a; font-size: 15px; line-height: 1.65; margin: 0; }

/* ============================= SPECIALTIES ============================= */
.nc-specialties { background: #faf8f3; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-specialties__intro { max-width: 1000px; text-align: center; }
.nc-specialties__intro h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4.2vw, 48px); line-height: 1.1; letter-spacing: -.012em; margin: 0 0 24px; text-wrap: balance;
}
.nc-specialties__intro p { color: #48565c; font-size: clamp(16px, 1.6vw, 18px); line-height: 1.7; margin: 0 auto 40px; max-width: 720px; }
.nc-pill-list { max-width: 920px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.nc-pill {
  background: #fff; border: 1px solid rgba(0,48,80,.12); color: #003050;
  font-size: 15px; font-weight: 500; padding: 11px 20px; border-radius: 999px;
  transition: background .2s, border-color .2s;
}
.nc-pill:hover { background: #eef1ea; border-color: rgba(72,96,72,.4); }
.nc-specialties__cta { max-width: 760px; margin-top: 44px; text-align: center; }
.nc-specialties__cta p { color: #48565c; font-size: clamp(15px, 1.5vw, 17px); line-height: 1.7; margin: 0 0 26px; letter-spacing: .3px; }

/* ============================= INTERVENTIONAL ============================= */
.nc-interventional {
  position: relative; overflow: hidden;
  background: radial-gradient(1200px 640px at 82% 16%, #0a3a52 0%, #003050 44%, #00263f 100%);
  color: #f4efe4; padding: clamp(76px, 10vw, 132px) 0; scroll-margin-top: 72px;
}
.nc-interventional__rays {
  position: absolute; right: -180px; top: -200px; width: 760px; height: 760px;
  background: repeating-conic-gradient(from -6deg at 50% 50%, rgba(198,207,196,.09) 0deg 1deg, transparent 1deg 12deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 150px, #000 200px, #000 320px, transparent 430px);
  mask: radial-gradient(circle at 50% 50%, transparent 150px, #000 200px, #000 320px, transparent 430px);
  animation: ncRayShim 15s ease-in-out infinite;
}
.nc-interventional__grid {
  position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(36px, 5vw, 72px); align-items: center;
}
.nc-interventional__grid h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #f4efe4;
  font-size: clamp(28px, 3.8vw, 44px); line-height: 1.12; letter-spacing: -.01em; margin: 0 0 24px; text-wrap: balance;
}
.nc-interventional__grid > div:first-child p { color: #c6d0c9; font-size: clamp(16px, 1.6vw, 18px); line-height: 1.7; margin: 0 0 18px; }
.nc-interventional__grid > div:first-child p:nth-of-type(2) { margin-bottom: 32px; }
.nc-interventional__cards { display: flex; flex-direction: column; gap: 16px; }
.nc-mini-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 16px;
  padding: 24px 26px; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.nc-mini-card h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #f4efe4; font-size: 20px; margin: 0 0 8px; }
.nc-mini-card p { color: #a9bcb1; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* ============================= PROCESS ============================= */
.nc-process { background: #faf8f3; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-process__head { text-align: center; max-width: 760px; margin: 0 auto clamp(44px, 5vw, 64px); }
.nc-process__head h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4.2vw, 48px); line-height: 1.1; letter-spacing: -.012em; margin: 0; text-wrap: balance;
}
.nc-process__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(20px, 2.5vw, 32px); }
.nc-step { position: relative; }
.nc-step__num { font-family: 'Newsreader', serif; font-size: 52px; color: var(--nc-accent, #e7c98c); line-height: 1; margin-bottom: 16px; }
.nc-step h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: 21px; margin: 0 0 12px; }
.nc-step p { color: #54626a; font-size: 15px; line-height: 1.65; margin: 0; }

/* ============================= WHY CHOOSE ============================= */
.nc-why { background: #eef1ea; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-why__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(34px, 5vw, 72px); align-items: start; }
.nc-why__grid h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4vw, 46px); line-height: 1.1; letter-spacing: -.012em; margin: 0 0 24px; text-wrap: balance;
}
.nc-why__grid > div:first-child p { color: #48565c; font-size: clamp(16px, 1.5vw, 18px); line-height: 1.72; margin: 0 0 30px; }
.nc-checklist { display: flex; flex-direction: column; gap: 2px; }
.nc-check-item {
  display: flex; gap: 16px; align-items: flex-start; padding: 18px 0;
  border-bottom: 1px solid rgba(0,48,80,.1);
}
.nc-check-item--last { border-bottom: 0; }
.nc-check-icon {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: #486048; color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 14px; margin-top: 1px;
}
.nc-check-item span:last-child { color: #2c3b42; font-size: clamp(15.5px, 1.5vw, 17.5px); line-height: 1.5; font-weight: 500; }

/* ============================= FAQ ============================= */
.nc-faq { background: #faf8f3; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; }
.nc-faq__inner { max-width: 840px; }
.nc-faq__head { text-align: center; margin-bottom: clamp(38px, 4vw, 52px); }
.nc-faq__head h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4.2vw, 46px); line-height: 1.1; letter-spacing: -.012em; margin: 0;
}
.nc-faq__list { display: flex; flex-direction: column; gap: 14px; }
.nc-faq-item {
  background: #fff; border: 1px solid rgba(0,48,80,.1); border-radius: 16px; padding: 6px 26px;
  box-shadow: 0 6px 18px rgba(0,48,80,.04); overflow: hidden;
}
.nc-faq-q {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0;
  font-family: 'Newsreader', serif; font-size: clamp(18px, 2vw, 22px); color: #003050; font-weight: 500;
}
.nc-faq-q::-webkit-details-marker { display: none; }
.nc-faq-chev { flex: none; color: var(--nc-accent, #e7c98c); font-size: 15px; transition: transform .32s ease; }
.nc-faq-item[open] .nc-faq-chev { transform: rotate(180deg); }
.nc-faq-a { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .4s ease, opacity .4s ease; }
.nc-faq-a > div { overflow: hidden; min-height: 0; }
.nc-faq-item[open] .nc-faq-a { grid-template-rows: 1fr; opacity: 1; }
.nc-faq-a p { color: #54626a; font-size: 16px; line-height: 1.7; margin: 0 0 22px; }

/* ============================= CONTACT ============================= */
.nc-contact { background: #faf8f3; padding: clamp(74px, 10vw, 128px) 0; scroll-margin-top: 72px; border-top: 1px solid rgba(0,48,80,.07); }
.nc-contact__head { text-align: center; max-width: 760px; margin: 0 auto clamp(44px, 5vw, 60px); }
.nc-contact__head h2 {
  font-family: 'Newsreader', serif; font-weight: 500; color: #003050;
  font-size: clamp(28px, 4.2vw, 48px); line-height: 1.1; letter-spacing: -.012em; margin: 0 0 22px; text-wrap: balance;
}
.nc-contact__head p { color: #48565c; font-size: clamp(16px, 1.6vw, 18px); line-height: 1.7; margin: 0; }
.nc-contact__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(28px, 4vw, 56px); align-items: start; }
.nc-contact__grid h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: 22px; margin: 0 0 22px; }
.nc-office-details { display: flex; flex-direction: column; gap: 2px; margin-bottom: 30px; }
.nc-detail-row {
  display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 15px 0;
  border-bottom: 1px solid rgba(0,48,80,.1);
}
.nc-detail-row--last { border-bottom: 0; }
.nc-detail-row > span:first-child { color: #54626a; font-size: 15px; font-weight: 500; }
.nc-badge {
  color: #fff; font-size: 13px; font-style: italic; background: #000; padding: 4px 12px; border-radius: 999px;
}
.nc-map-placeholder {
  position: relative; height: 180px; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(0,48,80,.12);
  background-image: repeating-linear-gradient(135deg, #e7ebe2 0 14px, #eef1ea 14px 28px);
  display: flex; align-items: center; justify-content: center; margin-bottom: 30px;
}
.nc-map-placeholder span { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: #7a857f; letter-spacing: .04em; }

.nc-form-card { background: #fff; border: 1px solid rgba(0,48,80,.1); border-radius: 22px; padding: clamp(28px, 3vw, 40px); box-shadow: 0 20px 50px rgba(0,48,80,.08); }
.nc-form h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: 24px; margin: 0 0 6px; }
.nc-form__note { color: #7a857f; font-size: 13.5px; line-height: 1.55; margin: 0 0 24px; }
.nc-form label { display: block; font-size: 13px; font-weight: 600; color: #2c3b42; margin-bottom: 7px; }
.nc-form input, .nc-form textarea {
  width: 100%; padding: 13px 16px; border: 1px solid rgba(0,48,80,.18); border-radius: 11px;
  font-size: 15px; font-family: inherit; color: #003050; background: #faf9f5; outline: none;
  margin-bottom: 16px;
}
.nc-form input::placeholder, .nc-form textarea::placeholder { color: #9aa6a3; }
.nc-form input:focus, .nc-form textarea:focus { border-color: rgba(0,48,80,.4); }
.nc-form textarea { resize: vertical; }
.nc-form__row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 16px; }
.nc-form__row input { margin-bottom: 0; }
.nc-error { color: #b23a3a; font-size: 12.5px; margin: -10px 0 12px; display: none; }
.nc-error.is-visible { display: block; }
.nc-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.nc-form__submit {
  width: 100%; margin-top: 2px; background: #003050; color: #f5eddd; border: 0; padding: 16px;
  border-radius: 12px; font-size: 16px; font-weight: 600; font-family: inherit; cursor: pointer;
  box-shadow: 0 12px 28px rgba(0,48,80,.2); transition: transform .2s, background .2s;
}
.nc-form__submit:hover { transform: translateY(-2px); background: #0a3a54; }
.nc-form__submit:disabled { opacity: .7; cursor: progress; transform: none; }
.nc-form__demo-note { text-align: center; color: #9aa6a3; font-size: 11.5px; margin: 16px 0 0; font-style: italic; }

.nc-form-success { text-align: center; padding: 30px 10px; }
.nc-form-success[hidden] { display: none; }
.nc-form-success__icon {
  width: 60px; height: 60px; border-radius: 50%; background: #486048; color: #fff;
  display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px;
}
.nc-form-success h3 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: 26px; margin: 0 0 12px; }
.nc-form-success p { color: #54626a; font-size: 16px; line-height: 1.65; margin: 0 auto; max-width: 360px; }

/* ============================= FOOTER ============================= */
.nc-footer { background: #00263f; color: #c8d2cb; padding: clamp(56px, 7vw, 84px) 0 34px; }
.nc-footer__grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 40px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1);
}
.nc-footer__brand { grid-column: 1 / -1; max-width: 380px; }
.nc-footer__logo { height: 76px; width: 229px; margin-bottom: 22px; }
.nc-footer__tagline { font-family: 'Newsreader', serif; font-style: italic; font-size: 19px; color: #e7c98c; margin: 0 0 14px; }
.nc-footer__desc { font-size: 14.5px; line-height: 1.65; margin: 0; color: #9fb0a8; }
.nc-footer__heading { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #7d9088; font-weight: 600; margin-bottom: 18px; }
.nc-footer__links { display: flex; flex-direction: column; gap: 12px; }
.nc-footer__links a { color: #c8d2cb; text-decoration: none; font-size: 15px; transition: color .2s; }
.nc-footer__links a:hover { color: #fff; }
.nc-footer__links--static { font-size: 14.5px; color: #9fb0a8; }
.nc-footer__links--static em { color: #7d9088; font-style: italic; }
.nc-footer__social { display: flex; gap: 12px; margin-bottom: 14px; }
.nc-footer__social span {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.18);
  display: inline-flex; align-items: center; justify-content: center; color: #9fb0a8; font-size: 12px;
}
.nc-footer__social-note { font-size: 12.5px; color: #7d9088; margin: 0; font-style: italic; }
.nc-footer__bottom { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; justify-content: space-between; padding-top: 26px; }
.nc-footer__copy { font-size: 13px; color: #7d9088; }
.nc-footer__legal { display: flex; gap: 24px; align-items: center; }
.nc-footer__legal a { color: #9fb0a8; text-decoration: none; font-size: 13px; transition: color .2s; }
.nc-footer__legal a:hover { color: #fff; }
.nc-footer__crisis { font-size: 13px; color: #9fb0a8; }
.nc-footer__crisis strong { color: #e7c98c; }

/* ============================= PAGE.PHP FALLBACK CONTENT ============================= */
.nc-basic-page { max-width: 800px; margin: 0 auto; padding: clamp(140px, 16vw, 180px) clamp(22px, 4vw, 44px) clamp(74px, 10vw, 128px); }
.nc-basic-page h1 { font-family: 'Newsreader', serif; font-weight: 500; color: #003050; font-size: clamp(32px, 4.5vw, 48px); margin: 0 0 24px; }
.nc-basic-page .entry-content { color: #48565c; font-size: 17px; line-height: 1.75; }
.nc-basic-page .entry-content p { margin: 0 0 20px; }
