.elementor-kit-12{--e-global-color-primary:#4C0923;--e-global-color-secondary:#A68883;--e-global-color-text:#3A3A3A;--e-global-color-accent:#C65F55;--e-global-color-d8b1da4:#F5F1EE;--e-global-color-427cc26:#D8C7BA;--e-global-typography-primary-font-family:"Glitten with Ligatures";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:65px;--e-global-typography-secondary-font-family:"Glitten Standard";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Avenir Light";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Glitten All Caps";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 a:hover{font-family:"Avenir Light", Sans-serif;text-decoration:underline;}.elementor-kit-12 h1{color:var( --e-global-color-primary );font-family:"Glitten with Ligatures", Sans-serif;font-size:78px;font-weight:400;line-height:1.05em;letter-spacing:-0.5px;}.elementor-kit-12 h2{color:var( --e-global-color-primary );font-family:"Glitten Standard", Sans-serif;font-size:52px;font-weight:400;line-height:1.15em;}.elementor-kit-12 h3{font-family:"Avenir Light", Sans-serif;font-size:24px;font-weight:300;line-height:1.4em;letter-spacing:0.5px;}.elementor-kit-12 h4{font-family:"Glitten Standard", Sans-serif;font-weight:400;}.elementor-kit-12 h5{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-12 h6{font-family:"Avenir Light", Sans-serif;font-size:14px;font-weight:300;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-12 h1{font-size:56px;line-height:1.1em;}.elementor-kit-12 h2{font-size:40px;line-height:1.2em;}.elementor-kit-12 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12 h1{font-size:40px;line-height:1.15em;}.elementor-kit-12 h2{font-size:30px;line-height:1.25em;}.elementor-kit-12 h3{font-size:19px;}.elementor-kit-12 h6{font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Base layout */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b1b1b;
  background: #f8f4f1;
  line-height: 1.5;
}

.taa-page {
  background: #f8f4f1;
  color: #1b1b1b;
}

.taa-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Typography */
.taa-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #91745f;
}

.taa-heading-xl {
  font-size: 3.2rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.taa-heading-lg {
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.taa-heading-md {
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.taa-body {
  font-size: 1rem;
  max-width: 640px;
  color: #47413a;
}

.taa-body p {
  margin-bottom: 0.75em;
}

/* Buttons */
.taa-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  border: 1px solid #1b1b1b;
  background: #1b1b1b;
  color: #f8f4f1;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.taa-button:hover {
  background: #f8f4f1;
  color: #1b1b1b;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Sections */
.taa-section {
  padding: 80px 0;
}

.taa-section--alt {
  background: #f1ece7;
}

/* HERO */
.taa-hero {
  padding: 100px 0 80px;
}

.taa-hero-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: space-between;
}

.taa-hero-copy {
  flex: 1.1;
}

.taa-hero-media {
  flex: 0.9;
  border-radius: 40px;
  overflow: hidden;
  background: #d7cbc0;
  min-height: 320px;
  position: relative;
}

.taa-hero-media::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 32px;
  border: 1px solid rgba(255,255,255,0.35);
}

/* “Evolution” / Why they’re here */
.taa-two-col {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Pillars */
.taa-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}

.taa-pillar-card {
  background: #fdfaf7;
  border-radius: 26px;
  padding: 24px 22px 26px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 8px 30px rgba(0,0,0,0.02);
}

.taa-pillars-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #aa8b6b;
  margin-bottom: 10px;
}

.taa-pillar-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.taa-pillar-body {
  font-size: 0.9rem;
  color: #5b5247;
}

/* Frameworks */
.taa-frameworks-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 32px;
  margin-top: 30px;
}

.taa-framework-card {
  background: rgba(248, 244, 241, 0.9);
  border-radius: 24px;
  padding: 22px 24px 24px;
  border: 1px solid rgba(0,0,0,0.04);
}

/* Compass */
.taa-compass {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.taa-compass-highlight {
  flex: 0.9;
  border-radius: 32px;
  border: 1px dashed rgba(145,116,95,0.5);
  padding: 20px 22px;
  font-size: 0.95rem;
  background: #fdf9f5;
}

/* Who we help */
.taa-tagline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #91745f;
  margin-bottom: 18px;
}

.taa-soft-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
  margin-top: 18px;
}

.taa-soft-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fdf9f5;
  font-size: 0.85rem;
}

/* About */
.taa-about {
  display: flex;
  gap: 50px;
  align-items: center;
}

.taa-about-photo {
  flex: 0.9;
  border-radius: 32px;
  background: #d8c7b5;
  min-height: 260px;
  position: relative;
}

.taa-about-photo::after {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.45);
}

.taa-about-copy {
  flex: 1.1;
}

/* CTA */
.taa-cta {
  text-align: center;
}

.taa-cta .taa-body {
  margin: 0 auto 22px;
}

/* Responsive */
@media (max-width: 900px) {
  .taa-hero-inner,
  .taa-two-col,
  .taa-compass,
  .taa-about {
    flex-direction: column;
  }

  .taa-hero-media,
  .taa-about-photo {
    order: -1;
  }

  .taa-heading-xl {
    font-size: 2.4rem;
  }

  .taa-heading-lg {
    font-size: 1.8rem;
  }

  .taa-section {
    padding: 56px 0;
  }

  .taa-hero {
    padding: 72px 0 56px;
  }
}

@media (max-width: 768px) {
  .taa-pillars {
    grid-template-columns: 1fr;
  }

  .taa-frameworks-grid,
  .taa-soft-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Glitten with Ligatures';
	font-display: auto;
	src: url('https://thealignedagency.co/wp-content/uploads/2025/11/Glitten-1.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Glitten Standard';
	font-display: auto;
	src: url('https://thealignedagency.co/wp-content/uploads/2025/11/Glitten-Standard.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Avenir Light';
	font-display: auto;
	src: url('https://thealignedagency.co/wp-content/uploads/2025/11/Linotype-AvenirLTStd-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Glitten All Caps';
	font-display: auto;
	src: url('https://thealignedagency.co/wp-content/uploads/2025/11/GLITTEN-ALL-CAPS.ttf') format('truetype');
}
/* End Custom Fonts CSS */