:root {
  --brick-900: #381418;
  --brick-800: #571d23;
  --brick-700: #742830;
  --brick-600: #913943;
  --blue-950: #081522;
  --blue-900: #0d2239;
  --blue-800: #123354;
  --blue-700: #1d4c7b;
  --blue-600: #2e679e;
  --mauve-700: #765566;
  --mauve-500: #9e788c;
  --ink: #171b20;
  --slate: #4a525b;
  --line: #cbc6bf;
  --paper: #f1eee9;
  --cream: #faf8f4;
  --gold: #c9a35e;
  --white: #fff;
  --shell: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-150%);
  padding: 10px 15px;
  color: var(--white);
  background: var(--blue-700);
}
.skip-link:focus { transform: none; }

.utility-bar { color: #c8d1dc; background: #06101b; border-bottom: 1px solid rgba(255,255,255,.1); }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner nav { display: flex; gap: 22px; }
.utility-inner a { text-decoration: none; }
.utility-inner a:hover, .utility-inner a:focus-visible { color: var(--white); }
.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: rgba(11, 29, 48, .97); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.header-inner { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand img { width: 38px; height: 38px; object-fit: cover; border: 1px solid rgba(255,255,255,.42); }
.brand > span { display: grid; line-height: 1.1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.brand small { margin-top: 5px; color: #aebac8; font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav a { color: #e7ebf0; font-size: .77rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--gold); }
.primary-nav .division-link { margin-left: 7px; padding-left: 22px; color: var(--white); border-left: 1px solid rgba(255,255,255,.24); }
.nav-toggle { display: none; width: 43px; height: 39px; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--blue-950); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .24;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.09) 50%, transparent 50.2%),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 110px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--brick-700) 0 38%, var(--mauve-500) 38% 61%, var(--blue-600) 61%); }
.hero-grid { position: relative; min-height: 680px; padding-block: 80px 95px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 100px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .69rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-dark { color: var(--brick-700); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.hero h1 { margin: 0; font-size: clamp(3.7rem, 7vw, 7.4rem); font-weight: 400; letter-spacing: -.045em; line-height: .9; text-wrap: balance; }
.hero-summary { max-width: 720px; margin: 34px 0 25px; color: #cbd4de; font-size: 1.08rem; line-height: 1.75; }
.arrow-link { display: inline-flex; gap: 14px; align-items: center; color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-underline-offset: 4px; }
.hero-identity { width: min(100%, 425px); justify-self: end; }
.identity-image { padding: 27px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.2); }
.identity-image img { width: 100%; aspect-ratio: 1; object-fit: cover; filter: contrast(1.05) saturate(.78); }
.identity-caption { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.3); }
.identity-caption strong { font-family: Georgia, serif; font-size: 1.05rem; }
.identity-caption span { color: #9cabbc; font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }

.company-facts { color: var(--white); background: var(--brick-800); }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid > div { min-height: 110px; padding: 27px 25px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.22); }
.fact-grid > div:last-child { border-right: 0; }
.fact-grid small { color: #d5bfc4; font-size: .61rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fact-grid strong { margin-top: 7px; font-family: Georgia, serif; font-size: 1.2rem; }

.section { padding-block: 105px; }
.section h2 { margin: 0; font-size: clamp(2.65rem, 5vw, 5.25rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; text-wrap: balance; }
.company-profile { background: var(--cream); }
.profile-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; }
.profile-copy { padding-top: 5px; color: var(--slate); font-size: 1.09rem; }
.profile-copy p { margin: 0 0 22px; }
.profile-copy .corporate-note { margin-top: 35px; padding-top: 24px; color: var(--ink); font-size: .82rem; font-weight: 700; border-top: 1px solid var(--line); }

.businesses { background: #e5e1db; }
.section-heading { margin-bottom: 48px; }
.business-list { border-top: 2px solid var(--ink); }
.business-row { padding: 36px 12px; display: grid; grid-template-columns: 75px .82fr 1.18fr; gap: 40px; align-items: start; border-bottom: 1px solid #aaa69f; }
.business-row-featured { background: var(--cream); box-shadow: 0 16px 40px rgba(22,27,32,.08); }
.business-number { color: var(--brick-700); font-family: Georgia, serif; font-size: .86rem; }
.business-title p { margin: 0 0 8px; color: var(--brick-700); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.business-title h3 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; line-height: 1.04; }
.business-description p { margin: 0; color: #4e565f; }
.business-description a { display: inline-block; margin-top: 17px; color: var(--blue-700); font-size: .77rem; font-weight: 800; text-underline-offset: 4px; }

.feature-band { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; color: var(--white); background: var(--brick-900); }
.feature-image { min-height: 600px; background: linear-gradient(25deg, rgba(8,21,34,.45), rgba(87,29,35,.08)), url("../echoingwalls-music-images/echoingwalls-music-platform.jpg") center 35% / cover no-repeat; }
.feature-copy { padding: 90px max(45px, calc((100vw - var(--shell))/2)); padding-right: max(45px, calc((100vw - var(--shell))/2)); display: flex; flex-direction: column; justify-content: center; }
.feature-copy h2 { max-width: 640px; margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.feature-copy > p:last-child { max-width: 610px; color: #e1d6d8; font-size: 1.08rem; }

.industry { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.split-heading > p { margin: 0 0 7px; color: var(--slate); font-size: 1.05rem; }
.industry-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.industry-grid article { min-height: 330px; padding: 36px 32px; border-right: 1px solid var(--line); }
.industry-grid article:last-child { border-right: 0; }
.industry-grid span { color: var(--brick-700); font-family: Georgia, serif; font-size: .8rem; }
.industry-grid h3 { margin: 68px 0 20px; font-size: 1.65rem; font-weight: 400; line-height: 1.15; }
.industry-grid p { color: var(--slate); }

.news { background: #dfdbd5; }
.news-heading { margin-bottom: 43px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.news-heading h2 { margin: 0; }
.news-heading > a { margin-bottom: 8px; color: var(--blue-700); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-grid a { min-height: 325px; padding: 32px; display: flex; flex-direction: column; color: var(--white); text-decoration: none; background: var(--blue-900); border-bottom: 5px solid var(--blue-600); }
.news-grid a:nth-child(2) { background: var(--brick-800); border-bottom-color: var(--brick-600); }
.news-grid a:nth-child(3) { background: var(--mauve-700); border-bottom-color: var(--mauve-500); }
.news-grid a:hover, .news-grid a:focus-visible { filter: brightness(1.12); }
.news-grid span { color: #c9d3de; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.news-grid strong { margin-top: auto; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 400; line-height: 1.2; }
.news-grid small { margin-top: 22px; color: rgba(255,255,255,.7); }

.business-inquiries { padding-block: 95px; color: var(--white); background: var(--blue-900); border-top: 7px solid var(--mauve-500); }
.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.business-inquiries h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1; }
.inquiry-links { border-top: 1px solid rgba(255,255,255,.3); }
.inquiry-links a { padding: 17px 3px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3); }
.inquiry-links span { color: #9fabb8; font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inquiry-links strong { font-size: .9rem; }
.inquiry-links a:hover strong, .inquiry-links a:focus-visible strong { color: var(--gold); }

.site-footer { padding: 65px 0 25px; color: #aeb8c3; background: #050d16; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 55px; }
.footer-brand { display: flex; align-items: flex-start; gap: 13px; }
.footer-brand img { width: 42px; height: 42px; object-fit: cover; border: 1px solid rgba(255,255,255,.3); }
.footer-brand > div { display: grid; }
.footer-brand strong, .footer-grid > div > strong { color: var(--white); font-family: Georgia, serif; font-size: 1.05rem; }
.footer-brand span { margin-top: 5px; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { color: #aeb8c3; font-size: .78rem; text-decoration: none; }
.footer-grid a:hover, .footer-grid a:focus-visible { color: var(--gold); }
.footer-base { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #72808f; font-size: .7rem; border-top: 1px solid rgba(255,255,255,.16); }

/* Corporate interior pages */
.page-hero { position: relative; overflow: hidden; padding-block: 95px 90px; color: var(--white); background: var(--blue-950); }
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .2;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.09) 50%, transparent 50.2%),
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 100% 100%, 100% 110px;
}
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 7px; background: linear-gradient(90deg, var(--brick-700) 0 38%, var(--mauve-500) 38% 61%, var(--blue-600) 61%); }
.page-hero .shell { position: relative; }
.page-hero h1 { max-width: 940px; margin: 0; font-size: clamp(3.5rem, 7vw, 6.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 28px 0 0; color: #cbd4de; font-size: 1.08rem; line-height: 1.75; }
.page-section { padding-block: 90px; }
.page-section-light { background: var(--cream); }
.page-section-muted { background: #e5e1db; }
.page-heading { max-width: 820px; margin-bottom: 48px; }
.page-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.8vw, 4.7rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.page-heading > p:not(.eyebrow) { margin: 22px 0 0; color: var(--slate); font-size: 1.05rem; }
.return-link { display: inline-flex; margin-bottom: 32px; color: #aebac8; font-size: .76rem; font-weight: 700; text-decoration: none; }
.return-link:hover, .return-link:focus-visible { color: var(--gold); }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-details { display: grid; gap: 18px; }
.contact-card { padding: 25px 27px; background: var(--paper); border-left: 4px solid var(--brick-700); }
.contact-card h3 { margin: 0 0 8px; font-size: 1.22rem; }
.contact-card p, .contact-card address { margin: 0; color: var(--slate); font-style: normal; }
.contact-card a { color: var(--blue-700); font-weight: 700; text-underline-offset: 3px; }
.contact-form-wrap { padding: 38px; background: var(--white); border-top: 5px solid var(--blue-700); box-shadow: 0 18px 46px rgba(23,27,32,.08); }
.contact-form-wrap h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); font-weight: 400; }
.contact-form-wrap > p { margin: 13px 0 28px; color: var(--slate); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: .76rem; font-weight: 800; letter-spacing: .04em; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 49px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid #aaa69f;
  border-radius: 0;
  font: inherit;
}
.form-field textarea { min-height: 190px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(46,103,158,.2); border-color: var(--blue-700); }
.form-note { margin: -4px 0 0; color: #6c747d; font-size: .78rem; }
.form-submit { justify-self: start; min-width: 170px; padding: 13px 23px; color: var(--white); background: var(--blue-700); border: 1px solid var(--blue-700); font-weight: 800; cursor: pointer; }
.form-submit:hover, .form-submit:focus-visible { color: var(--ink); background: var(--gold); border-color: var(--gold); }

.about-lead { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.about-lead h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.about-copy { color: var(--slate); font-size: 1.08rem; }
.about-copy p { margin: 0 0 22px; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-principles article { min-height: 280px; padding: 34px 30px; border-right: 1px solid var(--line); }
.about-principles article:last-child { border-right: 0; }
.about-principles span { color: var(--brick-700); font-family: Georgia, serif; font-size: .82rem; }
.about-principles h3 { margin: 55px 0 16px; font-size: 1.65rem; font-weight: 400; }
.about-principles p { margin: 0; color: var(--slate); }
.about-operations { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 2px solid var(--ink); }
.about-operations article { padding: 27px 22px; border-right: 1px solid #aaa69f; border-bottom: 1px solid #aaa69f; }
.about-operations article:last-child { border-right: 0; }
.about-operations h3 { margin: 0 0 12px; font-size: 1.18rem; }
.about-operations p { margin: 0; color: var(--slate); font-size: .9rem; }
.page-cta { padding-block: 70px; color: var(--white); background: var(--brick-800); }
.page-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.page-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; }
.page-cta a { flex: 0 0 auto; padding: 13px 21px; color: var(--white); border: 1px solid rgba(255,255,255,.55); font-size: .8rem; font-weight: 800; text-decoration: none; }
.page-cta a:hover, .page-cta a:focus-visible { color: var(--ink); background: var(--gold); border-color: var(--gold); }

@media (max-width: 1080px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: .7rem; }
  .hero-grid { gap: 55px; }
  .profile-grid, .inquiry-grid { gap: 65px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid article { border-bottom: 1px solid var(--line); }
  .industry-grid article:nth-child(2n) { border-right: 0; }
  .industry-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .about-operations { grid-template-columns: repeat(2, 1fr); }
  .about-operations article:nth-child(2n) { border-right: 0; }
  .about-operations article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 880px) {
  .utility-bar { display: none; }
  .header-inner { min-height: 75px; }
  .brand small { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: fixed; inset: 75px 0 auto; max-height: calc(100vh - 75px); padding: 22px 24px 32px; display: none; flex-direction: column; align-items: stretch; gap: 2px; overflow-y: auto; background: var(--blue-950); border-top: 1px solid rgba(255,255,255,.14); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px 4px; font-size: .95rem; border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-nav .division-link { margin: 7px 0 0; padding-left: 4px; border-left: 0; border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-identity { width: min(100%, 400px); justify-self: start; }
  .profile-grid, .split-heading, .inquiry-grid { grid-template-columns: 1fr; gap: 45px; }
  .business-row { grid-template-columns: 50px 1fr; }
  .business-description { grid-column: 2; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-image { min-height: 470px; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .industry-grid article:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .industry-grid article:last-child { border-bottom: 0; }
  .industry-grid h3 { margin-top: 35px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-brand { grid-column: span 3; }
  .contact-layout, .about-lead { grid-template-columns: 1fr; gap: 52px; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-principles article:last-child { border-bottom: 0; }
  .about-principles h3 { margin-top: 28px; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand strong { font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  .hero-grid { padding-block: 60px 80px; }
  .hero h1 { font-size: clamp(3.25rem, 16vw, 5rem); }
  .hero-summary { font-size: .98rem; }
  .hero-identity { width: 100%; }
  .identity-image { padding: 17px; }
  .fact-grid { grid-template-columns: 1fr 1fr; }
  .fact-grid > div { min-height: 95px; padding: 20px 15px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .fact-grid > div:nth-child(even) { border-right: 0; }
  .section { padding-block: 75px; }
  .section h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .business-row { padding-inline: 0; grid-template-columns: 35px 1fr; gap: 18px; }
  .business-row-featured { padding-inline: 16px; }
  .business-description { grid-column: 1 / -1; padding-left: 53px; }
  .feature-image { min-height: 360px; }
  .feature-copy { padding: 70px 25px; }
  .industry-grid article { padding-inline: 10px; }
  .news-heading { align-items: flex-start; flex-direction: column; }
  .news-grid { grid-template-columns: 1fr; }
  .news-grid a { min-height: 255px; }
  .inquiry-links a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-grid > div:last-child { grid-column: span 2; }
  .footer-base { flex-direction: column; }
  .page-hero { padding-block: 65px 70px; }
  .page-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .page-section { padding-block: 70px; }
  .contact-form-wrap { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; }
  .about-operations { grid-template-columns: 1fr; }
  .about-operations article, .about-operations article:nth-child(2n), .about-operations article:last-child { grid-column: auto; border-right: 0; }
  .page-cta .shell { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
