@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --teal:       #2B7A8A;
  --teal-dark:  #1E5F6E;
  --teal-mid:   #3D8F9F;
  --teal-light: #A8D4DC;
  --teal-pale:  #EBF5F7;
  --rose:       #C4907A;
  --rose-light: #EDD5C8;
  --grey:       #8C8882;
  --grey-light: #E2DED9;
  --cream:      #F7F4EF;
  --warm-white: #FDFBF8;
  --white:      #FFFFFF;
  --text-dark:  #1E3A42;
  --text-mid:   #4A5A60;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', sans-serif;
  --max-w: 1180px;
  --radius: 4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-weight: 300; color: var(--text-dark); background: var(--warm-white); line-height: 1.8; font-size: 19px; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 48px; }
.section-label { font-family: var(--font-body); font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; display: block; }
.btn-primary { display: inline-block; background: var(--teal); color: #fff; font-family: var(--font-body); font-size: 14px; font-weight: 400; padding: 15px 34px; border-radius: var(--radius); transition: background 0.25s, transform 0.2s; }
.btn-primary:hover { background: var(--teal-dark); transform: translateY(-2px); }
.btn-secondary { display: inline-block; border: 1.5px solid var(--teal); color: var(--teal); font-family: var(--font-body); font-size: 14px; font-weight: 400; padding: 13px 30px; border-radius: var(--radius); transition: all 0.25s; }
.btn-secondary:hover { background: var(--teal); color: #fff; }
.btn-ghost { display: inline-block; border: 1.5px solid rgba(255,255,255,0.55); color: #fff; font-family: var(--font-body); font-size: 14px; font-weight: 400; padding: 13px 30px; border-radius: var(--radius); transition: all 0.25s; }
.btn-ghost:hover { background: rgba(255,255,255,0.12); }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 48px; background: transparent; transition: background 0.35s, padding 0.35s, box-shadow 0.35s; }
nav.scrolled { background: var(--white); padding: 10px 48px; box-shadow: 0 2px 24px rgba(30,95,110,0.08); }
nav.scrolled .nav-links a { color: var(--text-dark); }
nav.scrolled .nav-links a:hover, nav.scrolled .nav-links a.active { color: var(--teal); }
nav.scrolled .nav-links .nav-cta { background: var(--teal); color: #fff !important; border: none; }
nav.scrolled .nav-toggle span { background: var(--text-dark); }
.nav-logo img { height: 52px; width: auto; display: block; }
nav.hero-nav .nav-links a { color: #ffffff; }
nav.hero-nav .nav-links a:hover, nav.hero-nav .nav-links a.active { color: #ffffff; opacity: 0.75; }
nav.hero-nav .nav-links .nav-cta { background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.4); color: #fff !important; }
nav.hero-nav .nav-links .nav-cta:hover { background: rgba(255,255,255,0.25) !important; }
nav.hero-nav .nav-toggle span { background: #fff; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { font-size: 13px; font-weight: 400; color: #ffffff; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: rgba(255,255,255,0.7); }
.nav-links .nav-cta { background: rgba(255,255,255,0.15); border: 1.5px solid rgba(255,255,255,0.5); color: #fff !important; padding: 10px 22px; border-radius: var(--radius); }
.nav-links .nav-cta:hover { background: rgba(255,255,255,0.25) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; z-index: 300; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: #ffffff; transition: all 0.3s; }

/* HERO */
.hero { background: linear-gradient(145deg, var(--teal-dark) 0%, var(--teal) 55%, var(--teal-mid) 100%); display: flex; align-items: center; position: relative; overflow: hidden; padding: 160px 48px 80px; }
.hero::before { content: ''; position: absolute; top: -180px; right: -180px; width: 680px; height: 680px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: 40px; left: -80px; width: 440px; height: 440px; border-radius: 50%; background: radial-gradient(circle, rgba(196,144,122,0.1) 0%, transparent 70%); pointer-events: none; }
.hero-content { max-width: 700px; position: relative; z-index: 2; animation: fadeUp 0.9s ease both; }
.hero-eyebrow { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 28px; font-weight: 400; }
.hero h1 { font-family: var(--font-display); font-size: clamp(32px, 3.2vw, 52px); font-weight: 300; line-height: 1.15; color: #fff; margin-bottom: 32px; }
.hero h1 em { font-style: italic; color: var(--rose-light); }
.hero-sub { font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.72); line-height: 1.8; max-width: 520px; margin-bottom: 48px; }
.hero-arc { position: absolute; bottom: -2px; left: 0; right: 0; height: 70px; pointer-events: none; }
.hero-arc svg { width: 100%; height: 100%; }

/* INTRO STRIP */
.intro-strip { background: var(--white); border-bottom: 1px solid var(--grey-light); }
.intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.intro-stat { padding: 32px 48px; border-right: 1px solid var(--grey-light); display: flex; flex-direction: column; gap: 10px; text-align: center; align-items: center; }
.intro-stat:last-child { border-right: none; }
.stat-number { font-family: var(--font-display); font-size: 60px; font-weight: 300; color: var(--teal); line-height: 1; }
.stat-label { font-size: 16px; color: var(--text-mid); font-weight: 300; line-height: 1.55; max-width: 200px; text-align: center; }

/* WHAT SECTION */
.what-section { background: var(--warm-white); padding: 120px 0; }
.what-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.what-text h2 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 48px); font-weight: 300; line-height: 1.15; color: var(--text-dark); margin-bottom: 28px; }
.what-text p { color: var(--text-mid); margin-bottom: 18px; font-size: 18px; }
.what-text .btn-secondary { margin-top: 16px; }
.what-visual { display: flex; flex-direction: column; gap: 16px; }
.visual-card { background: var(--white); border-left: 3px solid var(--teal); padding: 22px 28px; border-radius: 0 var(--radius) var(--radius) 0; box-shadow: 0 2px 12px rgba(30,95,110,0.05); }
.visual-card h4 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 6px; }
.visual-card p { font-size: 14px; color: var(--text-mid); }

/* SERVICES PREVIEW */
.services-preview { background: var(--teal-pale); padding: 120px 0; }
.services-preview h2 { font-family: var(--font-display); font-size: clamp(32px, 3.5vw, 50px); font-weight: 300; color: var(--text-dark); margin-bottom: 60px; max-width: 520px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 52px; }
.service-card { background: var(--white); padding: 36px 32px; border-radius: var(--radius); border-top: 3px solid transparent; box-shadow: 0 2px 16px rgba(30,95,110,0.06); transition: all 0.3s; }
.service-card:hover { border-top-color: var(--teal); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(30,95,110,0.1); }
.service-card .service-num { font-family: var(--font-display); font-size: 36px; font-weight: 300; color: var(--teal-light); display: block; margin-bottom: 14px; }
.service-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--text-dark); margin-bottom: 12px; }
.service-card p { font-size: 16px; color: var(--text-mid); line-height: 1.65; }

/* ABOUT STRIP */
.about-strip { background: var(--white); padding: 120px 0; }
.about-strip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.about-quote { position: relative; padding: 52px; background: var(--cream); border-radius: var(--radius); border: 1px solid var(--grey-light); }
.about-quote::before { content: '\201C'; font-family: var(--font-display); font-size: 130px; color: var(--teal-light); opacity: 0.5; position: absolute; top: -10px; left: 36px; line-height: 1; pointer-events: none; }
.about-quote blockquote { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 30px); font-weight: 300; font-style: italic; color: var(--text-dark); line-height: 1.45; position: relative; z-index: 1; }
.about-quote cite { display: block; font-family: var(--font-body); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); font-style: normal; margin-top: 28px; }
.about-text h2 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 44px); font-weight: 300; color: var(--text-dark); margin-bottom: 24px; line-height: 1.2; }
.about-text p { color: var(--text-mid); margin-bottom: 18px; font-size: 18px; }
.about-text .btn-secondary { margin-top: 16px; }

/* CTA BAND */
.cta-band { background: var(--teal-pale); padding: 100px 0; text-align: center; border-top: 1px solid var(--teal-light); border-bottom: 1px solid var(--teal-light); }
.cta-band h2 { font-family: var(--font-display); font-size: clamp(34px, 4vw, 56px); font-weight: 300; color: var(--text-dark); margin-bottom: 16px; line-height: 1.15; }
.cta-band h2 em { font-style: italic; color: var(--teal); }
.cta-band p { color: var(--text-mid); font-size: 17px; margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; }
.cta-email { display: block; font-family: var(--font-display); font-size: 22px; font-style: italic; color: var(--teal); margin-top: 24px; opacity: 0.8; transition: opacity 0.2s; }
.cta-email:hover { opacity: 1; }

/* BLOG PREVIEW */
.blog-preview { background: var(--warm-white); padding: 120px 0; }
.blog-preview-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.blog-preview-header h2 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 44px); font-weight: 300; color: var(--text-dark); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--white); border-radius: var(--radius); padding: 32px; border-top: 3px solid var(--grey-light); box-shadow: 0 2px 12px rgba(30,95,110,0.04); transition: border-top-color 0.25s, box-shadow 0.25s; }
.blog-card:hover { border-top-color: var(--teal); box-shadow: 0 6px 24px rgba(30,95,110,0.09); }
.blog-card .blog-tag { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 14px; display: block; }
.blog-card h3 { font-family: var(--font-display); font-size: 22px; font-weight: 400; color: var(--text-dark); line-height: 1.3; margin-bottom: 12px; }
.blog-card p { font-size: 14px; color: var(--text-mid); line-height: 1.65; margin-bottom: 20px; }
.read-more { font-size: 12px; font-weight: 500; color: var(--teal); transition: color 0.2s; }
.read-more:hover { color: var(--teal-dark); }

/* FOOTER */
footer { background: var(--cream); padding: 72px 0 40px; border-top: 1px solid var(--grey-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; padding-bottom: 48px; border-bottom: 1px solid var(--grey-light); margin-bottom: 28px; }
.footer-brand img { height: 52px; width: auto; margin-bottom: 20px; }
.footer-brand p { color: var(--text-mid); font-size: 15px; line-height: 1.75; max-width: 280px; }
.footer-col h4 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; font-weight: 500; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a { font-size: 15px; color: var(--text-mid); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--teal); }
.footer-col address { font-style: normal; font-size: 15px; color: var(--text-mid); line-height: 1.8; }
.footer-col address a { color: var(--teal); transition: color 0.2s; }
.footer-col address a:hover { color: var(--teal-dark); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--grey); }

/* PAGE HERO */
.page-hero { background: linear-gradient(145deg, var(--teal-dark) 0%, var(--teal) 55%, var(--teal-mid) 100%); padding: 160px 48px 100px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%); pointer-events: none; }
.page-hero-inner { max-width: var(--max-w); margin: 0 auto; }
.page-eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 20px; display: block; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(44px, 6vw, 72px); font-weight: 300; color: #fff; line-height: 1.1; max-width: 700px; }
.page-hero h1 em { font-style: italic; color: var(--rose-light); }
.page-hero-sub { font-size: 18px; color: rgba(255,255,255,0.7); margin-top: 24px; max-width: 560px; line-height: 1.8; }

/* ABOUT PAGE */
.about-story { padding: 100px 0 120px; background: var(--warm-white); }
.about-story-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 100px; align-items: start; }
.about-sidebar { position: sticky; top: 110px; }
.about-sidebar h2 { font-family: var(--font-display); font-size: clamp(26px, 2.5vw, 36px); font-weight: 300; color: var(--text-dark); line-height: 1.2; margin-bottom: 36px; }
.credential-list { display: flex; flex-direction: column; }
.credential-item { padding: 16px 0; border-bottom: 1px solid var(--grey-light); display: flex; gap: 16px; align-items: flex-start; }
.credential-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 7px; }
.credential-item span { font-size: 16px; color: var(--text-mid); line-height: 1.55; }
.about-body p { font-size: 19px; color: var(--text-mid); line-height: 1.85; margin-bottom: 26px; }
.about-body p strong { color: var(--text-dark); font-weight: 500; }
.pull-quote { font-family: var(--font-display); font-size: clamp(22px, 2.5vw, 30px); font-style: italic; color: var(--text-dark); border-left: 3px solid var(--rose); padding-left: 28px; margin: 44px 0 !important; line-height: 1.4; }

/* SERVICES PAGE */
.services-intro { padding: 80px 0 20px; background: var(--warm-white); }
.services-intro p { font-size: 20px; color: var(--text-mid); max-width: 680px; line-height: 1.85; }
.services-full { padding: 60px 0 120px; background: var(--warm-white); }
.service-full-item { display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; padding: 72px 0; border-top: 1px solid var(--grey-light); }
.service-full-label { position: sticky; top: 110px; }
.service-index { font-family: var(--font-display); font-size: 68px; font-weight: 300; color: var(--teal-light); line-height: 1; display: block; margin-bottom: 12px; }
.service-full-label h3 { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--text-dark); line-height: 1.2; margin-bottom: 18px; }
.service-tag { display: inline-block; background: var(--teal-pale); color: var(--teal); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 14px; border-radius: 20px; font-weight: 500; }
.service-full-body p { font-size: 18px; color: var(--text-mid); line-height: 1.85; margin-bottom: 20px; }
.service-full-body ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 24px 0 32px; }
.service-full-body ul li { font-size: 17px; color: var(--text-mid); padding-left: 20px; position: relative; }
.service-full-body ul li::before { content: ''; position: absolute; left: 0; top: 11px; width: 8px; height: 1.5px; background: var(--teal); }
.service-full-body .btn-secondary { margin-top: 8px; }
.process-section { background: var(--teal-pale); padding: 100px 0; }
.process-section h2 { font-family: var(--font-display); font-size: clamp(30px, 3vw, 44px); font-weight: 300; color: var(--text-dark); margin-bottom: 60px; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-step { background: var(--white); padding: 40px 32px; border-radius: var(--radius); box-shadow: 0 2px 12px rgba(30,95,110,0.05); }
.step-num { font-family: var(--font-display); font-size: 44px; font-weight: 300; color: var(--teal); opacity: 0.35; display: block; margin-bottom: 16px; }
.process-step h4 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--text-dark); margin-bottom: 12px; }
.process-step p { font-size: 14px; color: var(--text-mid); line-height: 1.65; }

/* BLOG PAGE */
.blog-full { padding: 100px 0 120px; background: var(--warm-white); }
.blog-full-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 80px; align-items: start; }
.blog-featured { border-top: 3px solid var(--teal); padding-top: 40px; margin-bottom: 64px; }
.blog-featured .blog-tag { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); font-weight: 500; display: block; margin-bottom: 16px; }
.blog-featured h2 { font-family: var(--font-display); font-size: clamp(28px, 3vw, 40px); font-weight: 300; color: var(--text-dark); line-height: 1.2; margin-bottom: 16px; }
.blog-meta { font-size: 12px; color: var(--grey); letter-spacing: 0.08em; margin-bottom: 20px; }
.blog-featured p { font-size: 16px; color: var(--text-mid); line-height: 1.8; margin-bottom: 28px; }
.blog-list { display: flex; flex-direction: column; }
.blog-list-item { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 28px 0; border-top: 1px solid var(--grey-light); align-items: start; cursor: pointer; }
.blog-list-item:hover .blog-list-title { color: var(--teal); }
.blog-list-tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 8px; display: block; }
.blog-list-title { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--text-dark); line-height: 1.25; transition: color 0.2s; }
.blog-list-date { font-size: 12px; color: var(--grey); white-space: nowrap; padding-top: 4px; }
.blog-sidebar { position: sticky; top: 110px; }
.sidebar-block { margin-bottom: 40px; }
.sidebar-block h4 { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--grey-light); }
.sidebar-cta { background: var(--teal-pale); border: 1px solid var(--teal-light); padding: 36px 32px; border-radius: var(--radius); }
.sidebar-cta p { font-family: var(--font-display); font-size: 22px; font-style: italic; color: var(--text-dark); line-height: 1.35; margin-bottom: 20px; }
.sidebar-cta a.read-more { color: var(--teal); }
.topic-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-tag { background: var(--white); border: 1px solid var(--grey-light); color: var(--text-mid); font-size: 12px; padding: 6px 14px; border-radius: 20px; cursor: pointer; transition: all 0.2s; }
.topic-tag:hover { background: var(--teal); color: #fff; border-color: var(--teal); }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .what-grid, .about-strip-grid, .about-story-grid, .blog-full-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-sidebar, .blog-sidebar { position: static; }
  .services-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .service-full-item { grid-template-columns: 1fr; gap: 28px; }
  .service-full-label { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-stat { border-right: none; border-bottom: 1px solid var(--grey-light); }
  .intro-stat:last-child { border-bottom: none; }
}
@media (max-width: 768px) {
  nav { padding: 16px 24px; }
  nav.scrolled { padding: 10px 24px; }
  .nav-links { display: none; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: 280px; background: var(--teal-dark); padding: 100px 40px 40px; gap: 24px; z-index: 200; transition: transform 0.35s; transform: translateX(100%); }
  .nav-links.open { display: flex; transform: translateX(0); }
  .nav-links a { color: rgba(255,255,255,0.85) !important; font-size: 15px; }
  .nav-links a:hover { color: #fff !important; }
  .nav-links .nav-cta { background: rgba(255,255,255,0.15) !important; border: 1.5px solid rgba(255,255,255,0.3); text-align: center; }
  .nav-toggle { display: flex; }
  .hero { padding: 110px 24px 60px; }
  .page-hero { padding: 120px 24px 70px; }
  .container { padding: 0 24px; }
  .services-grid, .blog-grid, .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .blog-preview-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero-inner { display: flex; flex-direction: column; gap: 32px; }
  .hero-logo-right { display: none; }
  .hero h1 { font-size: clamp(36px, 8vw, 52px); }
  .hero-sub { font-size: 16px; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-stat { border-right: none; border-bottom: 1px solid var(--grey-light); }
  .intro-stat:last-child { border-bottom: none; }
  .what-grid, .about-strip-grid, .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-sidebar { position: static; }
  .service-full-item { grid-template-columns: 1fr; gap: 20px; }
  .service-full-label { position: static; }
  .page-hero-cmc { bottom: 16px; right: 24px; }
  .page-hero-cmc img { width: 80px; }
}

/* COMING SOON */
.coming-soon { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose); margin-top: 10px; }
.coming-soon-label { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rose); margin-top: 14px; }

/* HERO BUTTON OVERRIDE */
.hero .btn-primary { background: #fff; color: var(--teal-dark); }
.hero .btn-primary:hover { background: var(--cream); color: var(--teal-dark); transform: translateY(-2px); }

/* HERO TWO-COLUMN */
.hero-inner { display: grid; grid-template-columns: 3fr 2fr; align-items: stretch; gap: 60px; width: 100%; max-width: var(--max-w); position: relative; z-index: 2; }
.hero-inner .hero-content { animation: fadeUp 0.9s ease both; min-width: 0; overflow: hidden; }
.hero-logo-right { display: flex; align-items: center; justify-content: center; min-width: 0; }
.hero-logo-right img { width: 100%; height: auto; border-radius: 0; opacity: 1; }

/* ABOUT PHOTO */
.about-photo { margin-bottom: 36px; display: flex; justify-content: center; }
.about-photo img { width: 100%; max-width: 420px; border-radius: var(--radius); box-shadow: 0 8px 32px rgba(30,95,110,0.12); display: block; }

@media (max-width: 768px) {
  .hero-inner { flex-direction: column-reverse; gap: 32px; }
  .hero-logo-right img { width: 180px; }
  .about-photo img { max-width: 100%; }
}

/* CMC BADGE */
.hero-logo-right { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.hero-main-logo { width: 100%; max-width: 700px; height: auto; }
.hero-cmc-badge { display: flex; justify-content: flex-end; width: 100%; margin-top: auto; padding-top: 24px; }
.hero-cmc-badge img { width: 110px; height: auto; border-radius: 6px; opacity: 0.95; }
.footer-cmc-badge { width: 140px; height: auto; margin-top: 20px; border-radius: 4px; }

@media (max-width: 768px) {
  .hero-cmc-badge img { width: 130px; }
  .footer-cmc-badge { width: 110px; }
}

/* PAGE HERO CMC BADGE */
.page-hero { position: relative; }
.page-hero-cmc { position: absolute; bottom: 32px; right: 48px; }
.page-hero-cmc img { width: 110px; height: auto; border-radius: 6px; opacity: 0.95; }

@media (max-width: 768px) {
  .page-hero-cmc { bottom: 20px; right: 24px; }
  .page-hero-cmc img { width: 80px; }
}

/* MOBILE HERO FIX */
@media (max-width: 768px) {
  .hero-inner { display: block !important; }
  .hero-logo-right { display: none !important; }
  .hero-content { max-width: 100% !important; }
  .page-hero-cmc { display: block !important; bottom: 16px; right: 16px; }
  .page-hero-cmc img { width: 80px; }
}
