.tanuh-inner-page-shell,
.tanuh-inner-page-shell > .wp-block-post-content,
.tanuh-inner-page {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.tanuh-inner-page {
  --tanuh-ink: #29285e;
  --tanuh-teal: #00aeb6;
  --tanuh-coral: #d77f65;
  --tanuh-muted: #626174;
  --tanuh-panel-radius: 24px;
  --tanuh-panel-border: rgba(41, 40, 94, 0.11);
  --tanuh-panel-shadow: 0 22px 58px rgba(30, 31, 58, 0.075);
  overflow: hidden;
  color: var(--tanuh-ink);
  background: #fffefb;
}

.tanuh-inner-page *,
.tanuh-inner-page *::before,
.tanuh-inner-page *::after {
  box-sizing: border-box;
}

.tanuh-page-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.tanuh-page-hero {
  position: relative;
  min-height: 610px;
  padding: 102px 0 88px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 83% 18%, rgba(0, 174, 182, 0.19), transparent 27%),
    radial-gradient(circle at 72% 91%, rgba(215, 127, 101, 0.15), transparent 30%),
    linear-gradient(135deg, #20204f 0%, #29285e 58%, #1b2748 100%);
}

.tanuh-page-hero::before,
.tanuh-page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.tanuh-page-hero::before {
  right: -180px;
  top: -240px;
  width: 620px;
  height: 620px;
  box-shadow: 0 0 0 72px rgba(255, 255, 255, 0.018), 0 0 0 144px rgba(255, 255, 255, 0.01);
}

.tanuh-page-hero::after {
  left: -160px;
  bottom: -300px;
  width: 520px;
  height: 520px;
}

.tanuh-page-hero.is-compact {
  min-height: 0;
  padding: 104px 0 94px;
}

.tanuh-page-hero.is-compact .tanuh-page-wrap {
  max-width: 1000px;
  margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.tanuh-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: 76px;
}

.tanuh-page-eyebrow,
.tanuh-page-kicker {
  margin: 0 0 20px !important;
  color: #e7b39c !important;
  font: 700 11px/1.2 Arial, sans-serif !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.tanuh-page-kicker {
  color: var(--tanuh-coral) !important;
}

.tanuh-page-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font: 400 clamp(48px, 5.3vw, 76px)/1.03 Georgia, serif;
  letter-spacing: -0.035em;
}

.tanuh-page-hero.is-compact h1 {
  max-width: 1020px;
  font-size: clamp(46px, 5vw, 70px);
}

.tanuh-page-lead {
  max-width: 790px;
  margin: 27px 0 0 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  font: 400 18px/1.75 Arial, sans-serif;
}

.tanuh-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.tanuh-page-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 49px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font: 700 12px/1.25 Arial, sans-serif;
  letter-spacing: 0.025em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tanuh-page-button:hover,
.tanuh-page-button:focus-visible {
  transform: translateY(-2px);
}

.tanuh-page-button:focus-visible,
.tanuh-page-text-link:focus-visible {
  outline: 3px solid rgba(0, 174, 182, 0.3);
  outline-offset: 4px;
}

.tanuh-page-button.is-primary {
  background: var(--tanuh-teal);
  color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.tanuh-page-button.is-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
}

.tanuh-page-brand-panel {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 330px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--tanuh-panel-radius);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 26px 70px rgba(11, 14, 35, 0.28);
  text-align: center;
  backdrop-filter: blur(10px);
}

.tanuh-page-brand-panel::after {
  content: "TANUH";
  position: absolute;
  right: -10px;
  bottom: -15px;
  color: rgba(255, 255, 255, 0.035);
  font: 700 82px/1 Arial, sans-serif;
  letter-spacing: 0.02em;
}

.tanuh-page-brand-panel img {
  position: relative;
  z-index: 1;
  width: 108px;
  height: 108px;
  object-fit: contain;
}

.tanuh-page-brand-panel div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 25px;
  color: #fff;
  white-space: nowrap;
}

.tanuh-page-brand-panel strong {
  font: 700 24px/1 Arial, sans-serif;
  letter-spacing: 0.15em;
}

.tanuh-page-brand-panel small {
  color: rgba(255, 255, 255, 0.56);
  font: 600 9px/1 Arial, sans-serif;
  letter-spacing: 0.08em;
}

.tanuh-page-brand-panel > span {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: #e7b39c;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 0.22em;
}

.tanuh-page-section {
  position: relative;
  padding: 102px 0;
  background: #fffefb;
}

.tanuh-page-section.is-soft {
  border-top: 1px solid rgba(41, 40, 94, 0.07);
  border-bottom: 1px solid rgba(41, 40, 94, 0.07);
  background: linear-gradient(135deg, #f8f3eb 0%, #fff 48%, #eef8f7 100%);
}

.tanuh-services-page .tanuh-page-section.is-soft {
  overflow: hidden;
  isolation: isolate;
}

.tanuh-services-page .tanuh-page-section.is-soft::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 3%;
  bottom: -105px;
  width: 330px;
  height: 330px;
  background: url("tanuh-tree.png") center / contain no-repeat;
  opacity: 0.032;
  pointer-events: none;
}

.tanuh-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: 90px;
}

/*
 * About page editorial rhythm
 *
 * The generic inner-page scale is intentionally dramatic. On the About page,
 * repeating that scale in every section made long German headings feel heavy.
 * These rules establish one clear hero and quieter, more editorial sections.
 */
.tanuh-about-page h1,
.tanuh-about-page h2,
.tanuh-about-page h3 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  text-wrap: balance;
}

.tanuh-about-page .tanuh-page-hero {
  min-height: 560px;
  padding: 84px 0 76px;
}

.tanuh-about-page .tanuh-page-hero h1 {
  max-width: 820px;
  font-size: clamp(43px, 4.35vw, 62px);
  line-height: 1.07;
  letter-spacing: -0.028em;
}

.tanuh-about-page .tanuh-page-lead {
  max-width: 760px;
  margin-top: 23px !important;
  font-size: 17px;
  line-height: 1.7;
}

.tanuh-about-page .tanuh-page-brand-panel {
  min-height: 300px;
}

.tanuh-about-page .tanuh-page-section {
  padding: 88px 0;
}

.tanuh-about-page .tanuh-story-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: stretch;
  gap: 24px;
}

.tanuh-story-heading,
.tanuh-story-prose-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--tanuh-panel-border);
  border-radius: var(--tanuh-panel-radius);
  box-shadow: var(--tanuh-panel-shadow);
}

.tanuh-story-heading {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 45px 48px 40px;
  isolation: isolate;
  background:
    radial-gradient(circle at 88% 12%, rgba(0, 174, 182, 0.15), transparent 28%),
    linear-gradient(145deg, #f7f1e8 0%, #fffdf8 58%, #eef8f7 100%);
}

.tanuh-story-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -34px;
  bottom: -38px;
  width: 250px;
  height: 250px;
  background: url("tanuh-tree.png") center / contain no-repeat;
  opacity: 0.055;
}

.tanuh-story-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -95px;
  right: -90px;
  width: 235px;
  height: 235px;
  border: 1px solid rgba(41, 40, 94, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(41, 40, 94, 0.018);
}

.tanuh-about-page .tanuh-story-heading h2 {
  max-width: 610px;
  font-size: clamp(31px, 3.05vw, 43px);
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.tanuh-story-signature {
  position: relative;
  z-index: 1;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding-top: 34px;
  color: #777285;
  font: 700 9px/1.3 Arial, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tanuh-story-signature::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin: 0 12px 3px 0;
  background: var(--tanuh-teal);
}

.tanuh-story-prose-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 45px 46px;
  background: rgba(255, 255, 255, 0.94);
}

.tanuh-story-prose-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 46px;
  left: 46px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--tanuh-teal), var(--tanuh-coral));
}

.tanuh-about-page .tanuh-fact-strip {
  margin-top: 24px;
  overflow: hidden;
  border: 0;
  border-radius: var(--tanuh-panel-radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 174, 182, 0.16), transparent 30%),
    linear-gradient(135deg, #252456 0%, #20204f 62%, #182842 100%);
  box-shadow: 0 20px 50px rgba(30, 31, 58, 0.12);
}

.tanuh-about-page .tanuh-fact-strip div {
  padding: 25px 20px 27px;
}

.tanuh-about-page .tanuh-fact-strip div + div {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.tanuh-about-page .tanuh-fact-strip strong {
  color: #fff;
  font-size: 34px;
}

.tanuh-about-page .tanuh-fact-strip span {
  color: rgba(255, 255, 255, 0.58);
}

.tanuh-about-page .tanuh-page-section-title {
  max-width: 780px;
  font-size: clamp(33px, 3.2vw, 45px);
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.tanuh-about-page .tanuh-page-cta h2 {
  font-size: clamp(31px, 3vw, 42px);
  line-height: 1.12;
}

.tanuh-page-section h2,
.tanuh-page-cta h2 {
  margin: 0;
  color: var(--tanuh-ink);
  font: 400 clamp(39px, 4.2vw, 59px)/1.06 Georgia, serif;
  letter-spacing: -0.03em;
}

.tanuh-page-section-title {
  max-width: 840px;
}

.tanuh-page-prose p {
  margin: 0;
  color: var(--tanuh-muted);
  font: 400 16px/1.78 Arial, sans-serif;
}

.tanuh-page-prose p + p {
  margin-top: 18px;
}

.tanuh-fact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--tanuh-panel-border);
  border-bottom: 1px solid var(--tanuh-panel-border);
}

.tanuh-fact-strip div {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 27px 20px;
  text-align: center;
}

.tanuh-fact-strip div + div {
  border-left: 1px solid var(--tanuh-panel-border);
}

.tanuh-fact-strip strong {
  color: var(--tanuh-ink);
  font: 400 37px/1 Georgia, serif;
}

.tanuh-fact-strip span {
  color: #7a7989;
  font: 700 9px/1.3 Arial, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tanuh-process-grid,
.tanuh-values-grid {
  display: grid;
  gap: 14px;
  margin-top: 48px;
}

.tanuh-process-grid {
  grid-template-columns: repeat(3, 1fr);
}

.tanuh-values-grid {
  grid-template-columns: repeat(2, 1fr);
}

.tanuh-process-grid article,
.tanuh-values-grid article {
  position: relative;
  min-height: 235px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--tanuh-panel-border);
  border-radius: var(--tanuh-panel-radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--tanuh-panel-shadow);
}

.tanuh-process-grid article > span,
.tanuh-values-grid article > span {
  display: inline-block;
  color: var(--tanuh-coral);
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: 0.18em;
}

.tanuh-process-grid h3,
.tanuh-values-grid h3 {
  margin: 42px 0 12px;
  color: var(--tanuh-ink);
  font: 400 27px/1.1 Georgia, serif;
}

.tanuh-process-grid p,
.tanuh-values-grid p {
  margin: 0;
  color: var(--tanuh-muted);
  font: 400 14px/1.7 Arial, sans-serif;
}

.tanuh-page-cta {
  padding: 67px 0;
  background: #20204f;
}

.tanuh-page-cta > .tanuh-page-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.tanuh-page-cta h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(34px, 3.4vw, 49px);
}

.tanuh-page-cta p {
  max-width: 750px;
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font: 400 15px/1.7 Arial, sans-serif;
}

.tanuh-page-cta .tanuh-page-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.tanuh-service-detail-list {
  display: grid;
  gap: 14px;
}

.tanuh-service-detail-list > article {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  border: 1px solid var(--tanuh-panel-border);
  border-radius: var(--tanuh-panel-radius);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 42px rgba(30, 31, 58, 0.055);
}

.tanuh-service-detail-heading {
  position: relative;
  min-height: 245px;
  padding: 34px 38px;
  overflow: hidden;
  background-color: #29285e;
  background-position: center;
  background-size: cover;
}

.tanuh-service-detail-item-1 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.74)), url("service-trade-v2.webp");
}

.tanuh-service-detail-item-2 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.72)), url("service-business-v2.webp");
}

.tanuh-service-detail-item-3 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.7)), url("service-mobility.webp");
}

.tanuh-service-detail-item-4 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.72)), url("service-health-v2.webp");
}

.tanuh-service-detail-item-5 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.72)), url("service-education-v3.webp");
}

.tanuh-service-detail-item-6 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.72)), url("service-project-v2.webp");
}

.tanuh-service-detail-item-7 .tanuh-service-detail-heading {
  background-image: linear-gradient(145deg, rgba(27, 28, 76, 0.88), rgba(24, 28, 62, 0.72)), url("service-architecture-v3.webp");
}

.tanuh-service-detail-heading::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -135px;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.018);
}

.tanuh-service-detail-heading span {
  position: relative;
  z-index: 1;
  color: #e7b39c;
  font: 700 10px/1 Arial, sans-serif;
  letter-spacing: 0.18em;
}

.tanuh-service-detail-heading h2 {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin-top: 66px;
  color: #fff;
  font-size: clamp(30px, 3vw, 41px);
}

.tanuh-service-detail-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 46px;
}

.tanuh-service-detail-copy > p {
  margin: 0 0 27px;
  color: var(--tanuh-muted);
  font: 400 15px/1.75 Arial, sans-serif;
}

.tanuh-service-detail-copy > strong {
  color: var(--tanuh-coral);
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 0.17em;
}

.tanuh-service-detail-copy ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tanuh-service-detail-copy li {
  position: relative;
  padding-left: 18px;
  color: #4f4e65;
  font: 600 13px/1.5 Arial, sans-serif;
}

.tanuh-service-detail-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--tanuh-teal);
}

.tanuh-method-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--tanuh-panel-border);
}

.tanuh-method-line span {
  color: var(--tanuh-coral);
  font: 700 9px/1 Arial, sans-serif;
}

.tanuh-method-line strong {
  color: var(--tanuh-ink);
  font: 700 11px/1 Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.tanuh-method-line i {
  width: 28px;
  height: 1px;
  margin: 0 4px;
  background: rgba(41, 40, 94, 0.2);
}

.tanuh-contact-page-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 14px;
  align-items: stretch;
}

.tanuh-contact-card,
.tanuh-contact-form-panel {
  border: 1px solid var(--tanuh-panel-border);
  border-radius: var(--tanuh-panel-radius);
  box-shadow: var(--tanuh-panel-shadow);
}

.tanuh-contact-card {
  display: flex;
  flex-direction: column;
  min-height: 630px;
  padding: 44px;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 92%, rgba(0, 174, 182, 0.18), transparent 31%),
    linear-gradient(145deg, #29285e, #20204a);
}

.tanuh-contact-brand {
  display: grid !important;
  justify-items: center;
  gap: 8px !important;
  margin: auto 0 58px;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
}

.tanuh-contact-brand img {
  width: 116px;
  height: 116px;
  margin-bottom: 10px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.2));
}

.tanuh-contact-brand strong {
  color: #fff;
  font: 700 29px/1 Arial, sans-serif;
  letter-spacing: 0.16em;
}

.tanuh-contact-brand small {
  color: rgba(255, 255, 255, 0.63);
  font: 600 11px/1 Arial, sans-serif;
  letter-spacing: 0.1em;
}

.tanuh-contact-brand b {
  margin-top: 12px;
  color: #e7b39c;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 0.2em;
}

.tanuh-contact-card > div {
  display: grid;
  gap: 8px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.tanuh-contact-card > div + div {
  margin-top: 27px;
}

.tanuh-contact-card span {
  color: #e7b39c;
  font: 700 9px/1 Arial, sans-serif;
  letter-spacing: 0.17em;
}

.tanuh-contact-card a {
  color: #fff;
  text-decoration: none;
  font: 600 19px/1.4 Arial, sans-serif;
}

.tanuh-contact-card address {
  color: rgba(255, 255, 255, 0.72);
  font: 400 15px/1.65 Arial, sans-serif;
  font-style: normal;
}

.tanuh-contact-card address strong {
  color: #fff;
}

.tanuh-contact-form-panel {
  position: relative;
  padding: 43px;
  overflow: hidden;
  isolation: isolate;
  background: #fff;
}

.tanuh-contact-form-panel::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -54px;
  bottom: -62px;
  width: 245px;
  height: 245px;
  background: url("tanuh-tree.png") center / contain no-repeat;
  opacity: 0.026;
  pointer-events: none;
}

.tanuh-contact-form-panel > h2 {
  font-size: clamp(34px, 3.5vw, 47px);
}

.tanuh-contact-form-panel > p {
  max-width: 680px;
  margin: 15px 0 28px;
  color: var(--tanuh-muted);
  font: 400 14px/1.7 Arial, sans-serif;
}

.tanuh-contact-form-panel .tanuh-message-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tanuh-contact-location {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--tanuh-panel-border);
  border-radius: var(--tanuh-panel-radius);
  background: #fff;
  box-shadow: var(--tanuh-panel-shadow);
}

.tanuh-contact-map {
  position: relative;
  min-height: 430px;
  background: #e9eeeb;
}

.tanuh-contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.82) contrast(0.96);
}

.tanuh-contact-location > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.tanuh-contact-location h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}

.tanuh-contact-location p:not(.tanuh-page-kicker) {
  margin: 23px 0;
  color: var(--tanuh-muted);
  font: 400 15px/1.7 Arial, sans-serif;
}

.tanuh-page-text-link {
  width: max-content;
  max-width: 100%;
  color: var(--tanuh-ink);
  text-decoration: none;
  font: 700 12px/1.4 Arial, sans-serif;
}

@media (max-width: 980px) {
  .tanuh-page-hero-grid,
  .tanuh-story-grid,
  .tanuh-page-cta > .tanuh-page-wrap {
    grid-template-columns: 1fr;
  }

  .tanuh-page-hero-grid {
    gap: 42px;
  }

  .tanuh-page-brand-panel {
    min-height: 250px;
  }

  .tanuh-story-grid {
    gap: 34px;
  }

  .tanuh-about-page .tanuh-story-grid {
    gap: 20px;
  }

  .tanuh-story-heading {
    min-height: 320px;
  }

  .tanuh-page-cta .tanuh-page-actions {
    justify-content: flex-start;
  }

  .tanuh-contact-page-grid {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  }

  .tanuh-contact-card {
    padding: 32px;
  }
}

@media (max-width: 760px) {
  .tanuh-page-hero,
  .tanuh-page-hero.is-compact {
    padding: 78px 0 68px;
  }

  .tanuh-page-hero h1,
  .tanuh-page-hero.is-compact h1 {
    font-size: clamp(40px, 11vw, 56px);
  }

  .tanuh-about-page .tanuh-page-hero {
    padding: 68px 0 62px;
  }

  .tanuh-about-page .tanuh-page-hero h1 {
    font-size: clamp(36px, 9.7vw, 48px);
    line-height: 1.09;
  }

  .tanuh-about-page .tanuh-page-section {
    padding: 68px 0;
  }

  .tanuh-story-heading,
  .tanuh-story-prose-card {
    padding: 34px 32px;
  }

  .tanuh-story-heading {
    min-height: 300px;
  }

  .tanuh-about-page .tanuh-story-heading h2,
  .tanuh-about-page .tanuh-page-section-title {
    font-size: clamp(30px, 8.6vw, 40px);
  }

  .tanuh-story-prose-card::before {
    right: 32px;
    left: 32px;
  }

  .tanuh-page-hero.is-compact .tanuh-page-wrap {
    margin: 0 auto;
  }

  .tanuh-page-lead {
    font-size: 16px;
  }

  .tanuh-page-section {
    padding: 72px 0;
  }

  .tanuh-process-grid,
  .tanuh-values-grid,
  .tanuh-contact-page-grid,
  .tanuh-contact-location,
  .tanuh-service-detail-list > article {
    grid-template-columns: 1fr;
  }

  .tanuh-process-grid article,
  .tanuh-values-grid article {
    min-height: 0;
  }

  .tanuh-fact-strip {
    grid-template-columns: 1fr;
  }

  .tanuh-fact-strip div + div {
    border-top: 1px solid var(--tanuh-panel-border);
    border-left: 0;
  }

  .tanuh-about-page .tanuh-fact-strip div + div {
    border-top-color: rgba(255, 255, 255, 0.12);
  }

  .tanuh-service-detail-heading {
    min-height: 210px;
  }

  .tanuh-service-detail-heading h2 {
    margin-top: 50px;
  }

  .tanuh-contact-card {
    min-height: 420px;
  }

  .tanuh-contact-location > div:last-child {
    padding: 38px 30px;
  }
}

@media (max-width: 520px) {
  .tanuh-page-wrap {
    width: calc(100% - 30px);
  }

  .tanuh-page-actions,
  .tanuh-page-button {
    width: 100%;
  }

  .tanuh-page-brand-panel {
    min-height: 225px;
    padding: 30px;
  }

  .tanuh-page-section h2,
  .tanuh-page-cta h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

  .tanuh-process-grid article,
  .tanuh-values-grid article,
  .tanuh-service-detail-heading,
  .tanuh-service-detail-copy,
  .tanuh-contact-form-panel,
  .tanuh-contact-card {
    padding: 28px;
  }

  .tanuh-form-row {
    grid-template-columns: 1fr;
  }

  .tanuh-form-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .tanuh-form-action button {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tanuh-page-button {
    transition: none;
  }
}


/* TANUH palette refresh 2026-07-30 */
.tanuh-inner-page{
  --tanuh-ink:#111111;
  --tanuh-teal:#FBAB19;
  --tanuh-coral:#FBAB19;
  --tanuh-muted:#5E6268;
  --tanuh-panel-border:rgba(17,17,17,.10);
  --tanuh-panel-shadow:0 20px 55px rgba(17,17,17,.07);
  color:#111111;
  background:#FAF8F4;
}
.tanuh-page-hero{background:radial-gradient(circle at 82% 16%,rgba(251,171,25,.16),transparent 28%),linear-gradient(135deg,#111111 0%,#202020 62%,#303030 100%)}
.tanuh-page-eyebrow,.tanuh-page-kicker{color:#FBAB19!important}
.tanuh-page-lead{color:rgba(255,255,255,.78)!important}
.tanuh-page-button:focus-visible,.tanuh-page-text-link:focus-visible{outline-color:rgba(251,171,25,.38)}
.tanuh-page-button.is-primary{background:#FBAB19;color:#111111;box-shadow:0 14px 32px rgba(0,0,0,.16)}
.tanuh-page-button.is-secondary{border-color:rgba(255,255,255,.42);background:rgba(255,255,255,.06)}
.tanuh-page-brand-panel{background:rgba(255,255,255,.055);box-shadow:0 24px 64px rgba(0,0,0,.24)}
.tanuh-page-brand-panel img{filter:none}
.tanuh-page-brand-panel>span{color:#FBAB19}
.tanuh-page-section{background:#FAF8F4}
.tanuh-page-section.is-soft{border-color:rgba(17,17,17,.07);background:linear-gradient(135deg,#F1EEE8 0%,#fff 50%,#FAF8F4 100%)}
.tanuh-story-heading{background:linear-gradient(145deg,#F1EEE8 0%,#fff 62%,#FAF8F4 100%)}
.tanuh-story-heading::after{border-color:rgba(17,17,17,.08);box-shadow:0 0 0 38px rgba(17,17,17,.018)}
.tanuh-story-signature{color:#5E6268}
.tanuh-story-signature::before{background:#FBAB19}
.tanuh-story-prose-card,.tanuh-service-detail-list>article{background:#fff;box-shadow:0 14px 42px rgba(17,17,17,.055)}
.tanuh-fact-strip,.tanuh-process-grid article,.tanuh-values-grid article{border-color:rgba(17,17,17,.10);background:#fff}
.tanuh-fact-strip strong,.tanuh-process-grid h3,.tanuh-values-grid h3{color:#111111}
.tanuh-process-grid span,.tanuh-values-grid span{color:#FBAB19}

/* Natural service imagery with a neutral readability fade; no blue colour wash */
.tanuh-service-detail-heading{background-color:#D7D3CC;background-position:center;background-size:cover}
.tanuh-service-detail-item-1 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-trade-v2.webp")}
.tanuh-service-detail-item-2 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-business-v2.webp")}
.tanuh-service-detail-item-3 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-project-v2.webp")}
.tanuh-service-detail-item-4 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-mobility.webp")}
.tanuh-service-detail-item-5 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-education-v3.webp")}
.tanuh-service-detail-item-6 .tanuh-service-detail-heading{background-image:linear-gradient(0deg,rgba(17,17,17,.72),rgba(17,17,17,.04) 72%),url("service-architecture-v3.webp")}
.tanuh-service-detail-heading::after{border-color:rgba(255,255,255,.12);box-shadow:0 0 0 42px rgba(255,255,255,.018)}
.tanuh-service-detail-heading span{display:inline-block;padding:7px 9px;border-radius:999px;background:rgba(250,248,244,.92);color:#111111}
.tanuh-service-detail-heading h2{display:block;width:fit-content;max-width:100%;margin-top:62px;padding:11px 15px;border-left:3px solid #FBAB19;background:rgba(250,248,244,.95);color:#111111;font-size:clamp(28px,2.75vw,39px);box-shadow:0 8px 22px rgba(17,17,17,.10)}
.tanuh-service-detail-copy>strong{color:#FBAB19}
.tanuh-service-detail-copy li{color:#45474B}
.tanuh-service-detail-copy li::before{background:#FBAB19}
.tanuh-service-academy-link{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin-top:22px;padding:8px 12px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#FAF8F4;color:#111111;text-decoration:none;font:700 11px/1.2 Arial,sans-serif;letter-spacing:.03em}
.tanuh-service-academy-link span{color:#FBAB19}
.tanuh-service-academy-link:hover{border-color:#FBAB19;background:#fff}
.tanuh-method-line span{color:#FBAB19}
.tanuh-method-line strong{color:#111111}
.tanuh-method-line i{background:rgba(17,17,17,.18)}
.tanuh-page-cta{background:#111111}
.tanuh-page-text-link{color:#111111}

@media(max-width:720px){
  .tanuh-service-detail-heading h2{margin-top:54px;font-size:30px}
  .tanuh-service-detail-copy{padding:30px 26px}
}


/* Natural service imagery and navy removal 2026-07-30 */
.tanuh-about-page .tanuh-fact-strip{background:linear-gradient(135deg,#111111,#2A2A2A);box-shadow:0 20px 50px rgba(17,17,17,.12)}
.tanuh-page-cta{background:#111111}
.tanuh-contact-card{background:radial-gradient(circle at 90% 92%,rgba(251,171,25,.12),transparent 31%),linear-gradient(145deg,#111111,#292929)}
.tanuh-contact-brand img{filter:none}
.tanuh-contact-brand b,.tanuh-contact-card span{color:#FBAB19}
.tanuh-service-detail-heading{background-position:center;background-size:cover;filter:none}
.tanuh-service-detail-item-1 .tanuh-service-detail-heading{background-image:url("service-trade-v2.webp")}
.tanuh-service-detail-item-2 .tanuh-service-detail-heading{background-image:url("service-business-v2.webp")}
.tanuh-service-detail-item-3 .tanuh-service-detail-heading{background-image:url("service-project-v2.webp")}
.tanuh-service-detail-item-4 .tanuh-service-detail-heading{background-image:url("service-mobility.webp")}
.tanuh-service-detail-item-5 .tanuh-service-detail-heading{background-image:url("https://tanuh.com/wp-content/uploads/2026/07/service-education-consulting-v1.webp")}
.tanuh-service-detail-item-6 .tanuh-service-detail-heading{background-image:url("service-architecture-v3.webp")}
.tanuh-service-detail-heading:before{content:none}
.tanuh-service-academy-link{transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.tanuh-service-academy-link:hover,.tanuh-service-academy-link:focus-visible{transform:translateY(-2px);border-color:#FBAB19;background:#FBAB19;color:#111111;box-shadow:0 10px 24px rgba(251,171,25,.22);outline:0}
.tanuh-service-academy-link:hover span,.tanuh-service-academy-link:focus-visible span{color:#111111}


/* Premium service titles, balanced process section and orange motifs 2026-07-30 */
.tanuh-services-page .tanuh-page-section.is-soft:before,.tanuh-story-heading:before,.tanuh-contact-form-panel:before{background-image:url("https://tanuh.com/wp-content/uploads/2026/07/tanuh-hayat-agaci-duz-turuncu.png")!important;background-position:center!important;background-size:contain!important;background-repeat:no-repeat!important;filter:none!important}
.tanuh-services-page .tanuh-page-section.is-soft:before{opacity:.052!important}
.tanuh-story-heading:before{opacity:.07!important}
.tanuh-contact-form-panel:before{opacity:.05!important}
.tanuh-story-heading{background:linear-gradient(145deg,#F1EFEA 0%,#FAF8F4 58%,#FFFFFF 100%)!important}
.tanuh-service-detail-heading{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;padding:24px!important}
.tanuh-service-detail-heading h2{position:relative!important;width:auto!important;max-width:88%!important;margin:0!important;padding:10px 15px 11px 17px!important;border-left:3px solid #FBAB19!important;border-radius:0 5px 5px 0!important;background:rgba(250,248,244,.92)!important;color:#111111!important;box-shadow:0 10px 28px rgba(17,17,17,.12)!important;backdrop-filter:blur(5px);font-size:clamp(24px,2.25vw,31px)!important;line-height:1.1!important;letter-spacing:-.02em!important}
.tanuh-services-page .tanuh-page-section.is-soft{padding:72px 0!important}
.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)!important;align-items:center!important;gap:72px!important}
.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid h2{max-width:470px!important;font-size:clamp(39px,3.8vw,49px)!important;line-height:1.08!important;letter-spacing:-.025em!important}
.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid>div:last-child{align-self:center!important;padding:0!important}
.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid>div:last-child>p{max-width:650px!important;margin-top:0!important;font-size:16px!important;line-height:1.72!important}
@media(max-width:900px){.tanuh-service-detail-heading h2{max-width:92%!important;font-size:clamp(23px,4vw,29px)!important}.tanuh-services-page .tanuh-page-section.is-soft{padding:58px 0!important}.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid{grid-template-columns:1fr!important;gap:34px!important}.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid h2{max-width:680px!important;font-size:clamp(36px,6vw,46px)!important}}
@media(max-width:620px){.tanuh-service-detail-heading{padding:18px!important}.tanuh-service-detail-heading h2{max-width:100%!important;padding:9px 12px 10px 14px!important;font-size:23px!important}.tanuh-services-page .tanuh-page-section.is-soft{padding:46px 0!important}.tanuh-services-page .tanuh-page-section.is-soft .tanuh-story-grid h2{font-size:36px!important}}


/* Service title position reset 2026-07-30 */
.tanuh-service-detail-heading h2{left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important}


/* Balanced inner-page headings 2026-07-30 */
.tanuh-page-hero h1,.tanuh-story-grid h2,.tanuh-service-detail-heading h2,.tanuh-page-section h2,.tanuh-page-cta h2{text-wrap:balance;word-break:normal;overflow-wrap:normal}


/* Service number badge alignment 2026-07-30 */
.tanuh-service-detail-heading>span:first-child{position:absolute!important;z-index:2!important;top:18px!important;left:18px!important;right:auto!important;bottom:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:34px!important;height:25px!important;margin:0!important;padding:0 9px!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:999px!important;background:rgba(250,248,244,.95)!important;color:#111111!important;box-shadow:0 7px 18px rgba(17,17,17,.10)!important;font:700 10px/1 Arial,sans-serif!important;letter-spacing:.08em!important}
