:root {
  color-scheme: dark;
  --charcoal: #1f2326;
  --night: #111719;
  --copper: #b8895e;
  --copper-light: #d4a578;
  --teal: #0e4b4f;
  --slate: #6b7176;
  --paper: #f4f2ed;
  --muted: #b9bec0;
  --dark-line: #3c4346;
  font-family: 'DM Sans', Arial, sans-serif;
  font-size: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--night); color: var(--paper); }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--copper-light); outline-offset: 6px; }
::selection { color: var(--night); background: var(--copper-light); }
h1, h2, h3, p { margin: 0; }
p { text-wrap: pretty; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 16px 24px; background: var(--paper); color: var(--night); }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.site-header { position: relative; z-index: 10; background: var(--night); border-bottom: 1px solid var(--dark-line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 112px; }
.brand { display: inline-block; flex-shrink: 0; }
/* Display the exact supplied artwork; no redraw or replacement of the mark. */
.logo-lockup { display: block; width: 310px; aspect-ratio: 845 / 210; background: url('/assets/sss-brand-board.jpeg') 49.7512% 5.47945% / 171.36095% 517.14286% no-repeat; mix-blend-mode: lighten; }
.logo-mark { display: block; width: 112px; flex-shrink: 0; aspect-ratio: 183 / 203; background: url('/assets/sss-brand-board.jpeg') 24.42688% 5.66251% / 791.25683% 534.97537% no-repeat; mix-blend-mode: lighten; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.desktop-nav > a:not(.nav-cta) { padding-block: 16px; color: #d3d4d1; }
.desktop-nav > a:hover { color: var(--copper-light); }
.nav-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--copper); }
.nav-cta span { font-size: 21px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; background: #0d1113; overflow: clip; }
.hero-image, .hero-shade { position: absolute; inset: 0; pointer-events: none; }
.hero-image { z-index: -3; background: url('/assets/audio-console.webp') 65% 59% / cover no-repeat; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(10,15,17,.86), rgba(10,15,17,.47) 42%, rgba(10,15,17,.06) 75%), linear-gradient(0deg, rgba(10,15,17,.96), transparent 34%); }
.hero-inner { position: relative; min-height: 706px; padding-block: 59px 68px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--copper-light); font-size: .75rem; font-weight: 600; letter-spacing: .19em; line-height: 1.8; }
.accent-rule { width: 30px; height: 1px; background: var(--copper-light); flex-shrink: 0; }
.hero h1 { margin: 28px 0 27px; font-family: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif; font-size: clamp(5.5rem, 8.8vw, 8.5rem); font-weight: 600; letter-spacing: -.015em; line-height: .91; }
.hero h1 > span { color: var(--copper-light); }
.hero-description { color: #dedfdc; font-size: 1.125rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 29px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 56px; padding: 16px 22px; font-size: .9375rem; font-weight: 600; line-height: 1.5; transition: background .18s ease, color .18s ease; }
.button-copper { background: var(--copper-light); color: #13191b; }
.button-copper:hover { background: #e0b58b; }
.button > span { font-size: 23px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 44px; font-size: .875rem; font-weight: 500; }
.text-link > span { font-size: 20px; }
.text-link:hover { color: var(--copper-light); }
.hero .text-link { border-bottom: 1px solid #72736d; }
.hero-edge-note { position: absolute; right: 0; bottom: 77px; display: flex; flex-direction: column; gap: 8px; color: #d5d7d2; font-size: .75rem; letter-spacing: .16em; line-height: 1.8; text-align: right; }
.hero-foot { border-top: 1px solid #414545; background: rgba(17,23,25,.35); }
.hero-foot .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-block: 22px; }
.hero-foot span { font-size: .75rem; line-height: 1.6; letter-spacing: .14em; }
.hero-foot span:first-child { color: var(--copper-light); text-transform: uppercase; }
.hero-foot span:last-child { color: #b9bec0; letter-spacing: .015em; font-size: .8125rem; }
.audiences { background: var(--teal); border-block: 1px solid #326164; }
.audiences .container { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 24px; }
.audiences span { font-size: .75rem; letter-spacing: .2em; line-height: 1.6; text-transform: uppercase; }
.section-light { background: var(--paper); color: var(--charcoal); color-scheme: light; }
.services { padding-block: 103px 34px; }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 60px; margin-bottom: 57px; }
.section-light .eyebrow { color: #80603f; }
h2 { font-size: clamp(2.25rem, 3.45vw, 3.375rem); line-height: 1.14; font-weight: 500; letter-spacing: -.055em; margin-top: 21px; }
.section-heading h2 > span { color: var(--teal); }
.section-summary { max-width: 395px; justify-self: end; font-size: 1.0625rem; line-height: 1.75; color: #596164; padding-bottom: 3px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid #c9c8c1; }
.service-card { position: relative; display: flex; flex-direction: column; padding: 29px 27px 30px; border-left: 1px solid #c9c8c1; transition: background .2s ease; }
.service-card:first-child { border-left: 0; padding-left: 0; }
.service-card:last-child { padding-right: 0; }
.service-card:hover { background: #eeece5; }
.card-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 36px; }
.service-number { color: #8a6541; font-size: .875rem; font-weight: 500; }
.service-category { color: #616867; font-size: .75rem; letter-spacing: .045em; line-height: 1.6; }
.service-card h3 { font-size: clamp(1.4rem, 1.9vw, 1.6875rem); line-height: 1.2; font-weight: 500; letter-spacing: -.035em; margin-bottom: 19px; }
.service-card > p:not(.service-detail) { color: #596164; font-size: 1rem; line-height: 1.75; margin-bottom: 26px; }
.service-card .service-detail { margin-top: auto; padding-top: 18px; border-top: 1px solid #d4d1c9; font-size: .75rem; line-height: 1.8; color: #4f5e5e; }
.services-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 29px; }
.services-bottom p { color: #61686a; font-size: .875rem; line-height: 1.7; }
.services-bottom a { color: var(--teal); }
.services-bottom a:hover { color: #7b5838; }
.press { padding-block: 61px 86px; }
.press-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding-top: 35px; margin-bottom: 30px; border-top: 1px solid #c9c8c1; }
.press-publication { color: var(--teal); font-size: .75rem; font-weight: 600; letter-spacing: .14em; line-height: 1.7; }
.press-grid { display: grid; grid-template-columns: 1.65fr 1fr; align-items: start; gap: 42px; }
.press-photo { margin: 0; min-width: 0; }
.press-photo > a { display: block; }
.press-photo img { display: block; width: 100%; height: auto; background: var(--charcoal); }
.press-photo figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 18px; margin-top: 12px; color: #596164; font-size: .75rem; line-height: 1.7; }
.press-date { color: #596164; font-size: .6875rem; letter-spacing: .08em; line-height: 1.8; }
.press-copy h2 { margin-top: 15px; font-size: clamp(1.75rem, 2.7vw, 2.5rem); line-height: 1.12; letter-spacing: -.04em; }
.press-copy > p:not(.press-date) { color: #596164; font-size: 1rem; line-height: 1.8; margin-top: 20px; }
.press-copy .text-link { margin-top: 19px; color: var(--teal); border-bottom: 1px solid #8ba3a1; }
.press-copy .text-link:hover { color: #7b5838; }
.about { padding-block: 108px; background: var(--charcoal); border-bottom: 1px solid var(--dark-line); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 100px; }
.about h2 { margin-bottom: 57px; }
.about h2 > span { color: var(--copper-light); }
.about-identity { display: flex; align-items: center; gap: 28px; }
.about-identity p { font-size: .75rem; letter-spacing: .18em; line-height: 2; text-transform: uppercase; color: var(--muted); }
.about-copy { padding-top: 1px; }
.about-copy .about-lead { font-size: 1.625rem; line-height: 1.4; letter-spacing: -.035em; color: var(--paper); margin-bottom: 28px; }
.about-copy > p { font-size: 1.0625rem; line-height: 1.85; color: #bdc1c2; margin-bottom: 20px; }
.founder-bio { padding-top: 23px; margin-block: 27px; border-top: 1px solid #555b5d; }
.founder-bio h3 { font-size: 1.25rem; font-weight: 500; line-height: 1.5; }
.founder-bio h3 span { display: block; margin-top: 5px; font-size: .6875rem; font-weight: 500; letter-spacing: .13em; color: var(--copper-light); }
.founder-bio p { margin-top: 14px; color: #bdc1c2; font-size: 1rem; line-height: 1.8; }
.planning { padding-block: 94px; }
.planning .section-heading h2 { max-width: 700px; }
.planning-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; list-style: none; padding: 0; margin: 0; }
.planning-steps li { padding-top: 22px; border-top: 2px solid var(--copper); }
.step-number { color: #80603f; font-size: .75rem; letter-spacing: .08em; }
.planning-steps h3 { margin-top: 24px; font-size: 1.35rem; font-weight: 500; line-height: 1.3; letter-spacing: -.035em; }
.planning-steps p { color: #596164; font-size: 1rem; line-height: 1.8; margin-top: 15px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.8fr; gap: 70px; margin-top: 72px; padding-top: 44px; border-top: 1px solid #c9c8c1; }
.faq-grid > div > h3 { margin-top: 18px; font-size: 1.75rem; font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.faq-list details { border-bottom: 1px solid #c9c8c1; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 21px; list-style: none; cursor: pointer; font-size: 1rem; font-weight: 500; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { flex-shrink: 0; color: var(--teal); font-size: 1.5rem; font-weight: 400; transition: transform .18s; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list details > p { padding-bottom: 24px; padding-right: 40px; color: #596164; font-size: 1rem; line-height: 1.8; }
.social-updates { padding-block: 80px; background: var(--charcoal); border-bottom: 1px solid var(--dark-line); }
.social-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; }
.social-photo { margin: 0; }
.social-photo > a, .social-photo img { display: block; width: 100%; height: auto; }
.social-photo figcaption { color: #bdc1c2; font-size: .75rem; line-height: 1.7; margin-top: 12px; }
.social-grid h2 { font-size: clamp(2rem, 3vw, 2.875rem); }
.social-grid h2 span { color: var(--copper-light); }
.social-copy > p:not(.eyebrow) { color: #bdc1c2; line-height: 1.8; margin-top: 24px; }
.button-outline { margin-top: 25px; border: 1px solid var(--copper); color: var(--paper); }
.button-outline:hover { background: #32383b; }
.social-copy .text-link { margin-top: 16px; border-bottom: 1px solid #7f8a8b; }
.experience { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; margin-top: 32px; padding-top: 23px; border-top: 1px solid #555b5d; }
.experience span { color: var(--copper-light); font-size: .75rem; letter-spacing: .11em; line-height: 1.8; }
.contact { background: var(--teal); border-bottom: 1px solid #3c696d; padding-block: 89px 94px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 86px; }
.contact .eyebrow { color: #d9bc9d; }
.contact h2 { font-size: clamp(2.25rem, 3.35vw, 3.3rem); max-width: 640px; }
.contact h2 > span { color: #cfdfd9; }
.contact-copy > p:last-child { margin-top: 27px; font-size: 1rem; color: #c1d4d1; line-height: 1.8; }
.contact-panel { padding-top: 14px; }
.contact-label { font-size: .75rem; letter-spacing: .17em; color: #ccddd7; margin-bottom: 16px; }
.contact-phone { display: flex; align-items: center; justify-content: space-between; gap: 15px; font-size: clamp(1.75rem, 2.6vw, 2.65rem); letter-spacing: -.04em; padding-bottom: 21px; border-bottom: 1px solid #769190; }
.contact-phone > span { font-size: 30px; color: var(--copper-light); }
.contact-panel .button { width: 100%; margin-top: 26px; }
.contact-region { margin-top: 21px; color: #c1d4d1; font-size: .8125rem; line-height: 1.7; }
.site-footer { background: var(--night); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-block: 43px; }
.footer-top .logo-lockup { width: 284px; }
.footer-top > p { font-size: .875rem; text-transform: uppercase; letter-spacing: .16em; line-height: 1.9; text-align: right; color: #c7c7c0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--dark-line); min-height: 76px; color: #aeb4b5; font-size: .75rem; line-height: 1.8; }
.footer-bottom a { display: inline-flex; gap: 20px; align-items: center; min-height: 44px; }
.mobile-contact { display: none; }
.service-page-link { display: flex; justify-content: space-between; align-items: center; gap: 18px; min-height: 48px; margin-top: 18px; color: var(--teal); font-size: .875rem; line-height: 1.6; font-weight: 600; }
.service-page-link:hover { color: #7b5838; }
.service-page-link > span { font-size: 21px; }
.production-resources { padding-block: 30px 27px; border-bottom: 1px solid #c9c8c1; }
.production-resources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 19px 0 0; padding: 0; list-style: none; }
.production-resources strong { display: block; color: var(--teal); font-size: 1.2rem; font-weight: 500; line-height: 1.5; }
.production-resources li > span { display: block; margin-top: 7px; color: #596164; font-size: .875rem; line-height: 1.7; }
.production-resources > p:last-child { max-width: 920px; margin-top: 24px; font-size: 1rem; line-height: 1.75; color: #596164; }
.equipment-section { padding-block: 20px 60px; }
.equipment-section h2 { max-width: 840px; }
.equipment-intro { max-width: 800px; margin-top: 22px; color: #596164; font-size: 1.0625rem; line-height: 1.75; }
.equipment-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; margin: 34px 0 0; }
.equipment-options > div { min-width: 0; padding-block: 26px; border-top: 1px solid #c9c8c1; }
.equipment-options dt { color: var(--teal); font-size: 1.25rem; line-height: 1.5; font-weight: 600; }
.equipment-options dd { margin: 12px 0 0; color: #596164; font-size: 1rem; line-height: 1.8; }
.service-reference a { color: var(--teal); text-decoration: underline; text-underline-offset: 4px; }
.service-links { display: flex; flex-wrap: wrap; column-gap: 32px; row-gap: 8px; padding-block: 19px; border-top: 1px solid var(--dark-line); font-size: .8125rem; line-height: 1.7; }
.service-links a { display: inline-flex; align-items: center; min-height: 44px; }
.service-links a:hover, .service-links [aria-current="page"] { color: var(--copper-light); }
.service-hero { padding-block: 28px 76px; background: radial-gradient(ellipse at 100% 0%, #183437, transparent 65%), var(--night); border-bottom: 1px solid var(--dark-line); }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin-bottom: 46px; color: var(--muted); font-size: .8125rem; line-height: 1.7; }
.breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; color: var(--paper); }
.breadcrumbs a:hover { color: var(--copper-light); }
.service-hero h1 { max-width: 1070px; margin-block: 24px; font-family: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif; font-size: clamp(3rem, 5.7vw, 5.5rem); font-weight: 600; letter-spacing: -.015em; line-height: 1.02; }
.service-hero h1 span { color: var(--copper-light); }
.service-intro { max-width: 770px; color: #d0d5d3; font-size: 1.125rem; line-height: 1.8; }
.service-hero .button { margin-top: 30px; }
.service-overview { padding-block: 80px 0; }
.service-overview-grid { display: grid; grid-template-columns: 1fr 1.2fr; align-items: start; gap: 80px; padding-bottom: 75px; border-bottom: 1px solid #c9c8c1; }
.service-overview h2 { max-width: 520px; color: var(--teal); font-size: clamp(2rem, 3.3vw, 3rem); }
.service-prose p { color: #596164; font-size: 1rem; line-height: 1.85; }
.service-prose p + p { margin-top: 22px; }
.service-photo { margin: 32px 0 0; }
.service-photo a, .service-photo img { display: block; width: 100%; height: auto; }
.service-photo figcaption { margin-top: 12px; color: #596164; font-size: .75rem; line-height: 1.7; }
.related-services { padding-block: 64px; background: var(--charcoal); }
.related-services h2 { font-size: clamp(2rem, 3vw, 2.75rem); }
.related-services nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; margin-top: 30px; }
.related-services nav a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 22px; border-top: 1px solid #596264; line-height: 1.6; }
.related-services nav a:hover, .related-services nav a > span { color: var(--copper-light); }
@media (min-width: 1151px) {
  .service-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .service-card { grid-column: span 2; }
  .service-card:nth-child(3n) { padding-right: 0; }
  .service-card:nth-child(n+4) { border-top: 1px solid #c9c8c1; }
  .service-card:nth-child(4) { padding-left: 0; border-left: 0; }
}
@media (min-width: 1650px) {
  .hero-image { background-position: center 54%; }
  .hero-inner { min-height: 764px; padding-top: 73px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .hero-edge-note { bottom: 57px; }
  .hero-inner { min-height: 686px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card { padding: 30px; }
  .service-card:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .service-card:nth-child(2n) { padding-right: 0; }
  .service-card:nth-child(n+3) { border-top: 1px solid #c9c8c1; }
  .service-card:last-child { grid-column: auto; }
  .service-card h3 { font-size: 1.75rem; }
  .card-top { margin-bottom: 28px; }
  .about-grid { gap: 60px; }
  .contact-grid { gap: 50px; }
  .service-overview-grid { gap: 44px; }
}
@media (max-width: 850px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav .nav-cta { gap: 14px; padding-inline: 14px; }
  .logo-lockup { width: 262px; }
  .header-inner { min-height: 100px; gap: 20px; }
  .hero h1 { font-size: 6.5rem; }
  .hero-edge-note { display: none; }
  .section-heading { gap: 35px; grid-template-columns: 1.2fr 1fr; }
  h2 { font-size: 2.5rem; }
  .section-summary { font-size: 1rem; }
  .about-grid { gap: 38px; }
  .about-identity { gap: 18px; }
  .about-identity .logo-mark { width: 87px; }
  .about-identity p { letter-spacing: .1em; }
  .contact-grid { gap: 34px; }
  .contact h2 { font-size: 2.3rem; }
  .contact-phone { font-size: 1.875rem; }
  .press-grid { grid-template-columns: 1fr; gap: 29px; }
  .press-copy { max-width: 640px; }
  .press-copy h2 { font-size: 2.5rem; }
  .planning-steps { gap: 25px; }
  .faq-grid, .social-grid { gap: 35px; }
}
@media (max-width: 780px) {
  html { scroll-padding-top: 24px; }
  body { padding-bottom: calc(67px + env(safe-area-inset-bottom, 0px)); }
  .container { width: calc(100% - 44px); }
  .header-inner { min-height: 88px; gap: 16px; }
  .header-inner .logo-lockup { width: clamp(202px, 61vw, 267px); }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; min-width: 48px; cursor: pointer; color: var(--paper); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-label { font-size: .875rem; }
  .menu-icon { position: relative; width: 18px; height: 8px; border-block: 1px solid var(--copper-light); }
  .mobile-menu[open] .menu-icon { height: 1px; border-bottom: 0; transform: rotate(-45deg); }
  .mobile-menu[open] .menu-icon::after { content: ''; position: absolute; top: -1px; left: 0; width: 18px; height: 1px; background: var(--copper-light); transform: rotate(90deg); }
  .mobile-menu nav { position: absolute; top: 100%; right: 0; left: 0; padding: 12px 22px 22px; border-bottom: 1px solid var(--copper); background: var(--night); box-shadow: 0 18px 24px rgba(0,0,0,.3); }
  .mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 2px; min-height: 54px; border-bottom: 1px solid var(--dark-line); font-size: 1rem; }
  .mobile-menu nav .menu-phone { color: var(--copper-light); border: 0; }
  .hero-image { background-position: 67% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,15,17,.7), rgba(10,15,17,.1)), linear-gradient(0deg, #0b1012 0%, rgba(10,15,17,.73) 25%, rgba(10,15,17,.14) 76%); }
  .hero-inner { min-height: 0; padding-block: 37px 38px; }
  .eyebrow { font-size: .75rem; letter-spacing: .14em; gap: 11px; }
  .hero h1 { font-size: clamp(4.6rem, 21.5vw, 7rem); line-height: .94; margin: 26px 0 24px; letter-spacing: -.01em; }
  .hero-description { font-size: 1rem; line-height: 1.7; }
  .hero-actions { display: flex; align-items: stretch; flex-direction: column; gap: 14px; margin-top: 27px; }
  .hero-actions .button { width: 100%; max-width: 388px; }
  .hero-actions .text-link { align-self: flex-start; min-height: 44px; gap: 30px; }
  .hero-foot .container { padding-block: 18px; }
  .hero-foot span { font-size: .75rem; letter-spacing: .13em; }
  .hero-foot span:last-child { display: none; }
  .audiences .container { flex-wrap: wrap; justify-content: center; gap: 12px 24px; padding-block: 21px; }
  .audiences span { font-size: .75rem; letter-spacing: .1em; }
  .services { padding-block: 58px 29px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  h2 { font-size: clamp(2rem, 8.65vw, 2.75rem); line-height: 1.15; margin-top: 18px; }
  .section-summary { justify-self: start; max-width: none; font-size: 1rem; line-height: 1.75; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:last-child, .service-card:nth-child(2n) { padding: 26px 0; border-left: 0; }
  .service-card:nth-child(n+2) { border-top: 1px solid #c9c8c1; }
  .service-card:hover { background: transparent; }
  .card-top { margin-bottom: 18px; }
  .service-category { letter-spacing: .1em; }
  .service-card h3 { font-size: 1.625rem; line-height: 1.2; margin-bottom: 14px; }
  .service-card h3 br { display: none; }
  .service-card h3 br::after { content: ' '; }
  .service-card > p:not(.service-detail) { margin-bottom: 18px; }
  .service-card .service-detail { border: 0; padding-top: 0; font-size: .8125rem; }
  .services-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding-top: 23px; }
  .services-bottom p { font-size: .875rem; }
  .press { padding-block: 25px 55px; }
  .press-heading { padding-top: 25px; margin-bottom: 24px; }
  .press-publication { font-size: .6875rem; letter-spacing: .1em; }
  .press-copy h2 { font-size: clamp(1.875rem, 8vw, 2.5rem); }
  .press-copy > p:not(.press-date) { margin-top: 17px; }
  .press-photo figcaption { font-size: .6875rem; }
  .planning { padding-block: 58px; }
  .planning-steps { grid-template-columns: 1fr; gap: 29px; }
  .planning-steps h3 { margin-top: 13px; }
  .planning-steps p { margin-top: 12px; }
  .faq-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 43px; padding-top: 30px; }
  .faq-list details > p { padding-right: 0; }
  .faq-list summary { gap: 18px; }
  .social-updates { padding-block: 55px; }
  .social-grid { grid-template-columns: 1fr; gap: 31px; }
  .social-grid h2 { font-size: clamp(2rem, 8.65vw, 2.75rem); }
  .social-copy .button { width: 100%; gap: 14px; padding-inline: 17px; }
  .about { padding-block: 60px; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about h2 { margin-bottom: 31px; }
  .about-identity .logo-mark { width: 72px; }
  .about-identity p { font-size: .75rem; letter-spacing: .12em; }
  .about-copy .about-lead { font-size: 1.5rem; line-height: 1.4; margin-bottom: 23px; }
  .about-copy > p { font-size: 1rem; line-height: 1.85; }
  .experience { justify-content: flex-start; gap: 14px 25px; }
  .experience span { letter-spacing: .06em; }
  .contact { padding-block: 56px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact h2 { font-size: clamp(2rem, 8.65vw, 2.75rem); }
  .contact-copy > p:last-child { margin-top: 23px; }
  .contact-panel { padding-top: 0; }
  .contact-phone { font-size: clamp(1.8rem, 8.3vw, 2.7rem); }
  .contact-panel .button { margin-top: 23px; }
  .footer-top { flex-direction: column; align-items: flex-start; gap: 25px; padding-block: 31px; }
  .footer-top .logo-lockup { width: min(290px, 100%); }
  .footer-top > p { text-align: left; font-size: .75rem; letter-spacing: .15em; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: flex-start; gap: 7px; padding-block: 19px; }
  .service-links { flex-direction: column; gap: 0; }
  .production-resources ul { grid-template-columns: 1fr; gap: 21px; }
  .service-hero { padding-block: 16px 50px; }
  .breadcrumbs { margin-bottom: 28px; font-size: .75rem; }
  .service-hero h1 { font-size: clamp(2.85rem, 11.8vw, 4.5rem); line-height: 1.04; }
  .service-intro { font-size: 1rem; }
  .service-overview { padding-top: 52px; }
  .service-overview-grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 48px; }
  .service-overview h2 { font-size: clamp(2rem, 8.65vw, 2.75rem); }
  .service-page .planning { padding-top: 48px; }
  .service-photo { max-width: 560px; }
  .related-services { padding-block: 50px; }
  .related-services nav { grid-template-columns: 1fr; }
  .mobile-contact { position: fixed; z-index: 20; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .85fr 1.5fr; gap: 9px; padding: 9px 16px calc(9px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #4b5153; background: var(--night); box-shadow: 0 -4px 18px rgba(0,0,0,.18); }
  .mobile-contact a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 11px 16px; font-size: .875rem; font-weight: 500; line-height: 1.5; border: 1px solid #5f6567; }
  .mobile-contact a:last-child { background: var(--copper-light); color: var(--night); border-color: var(--copper-light); }
  .contact-visible .mobile-contact { visibility: hidden; pointer-events: none; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 36px); }
  .menu-label { display: none; }
  .header-inner { gap: 8px; }
  .hero h1 { font-size: 21vw; }
  .button { padding-inline: 18px; gap: 20px; }
  .mobile-contact { padding-inline: 12px; gap: 8px; }
  .mobile-contact a { padding-inline: 12px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  .site-header, .hero-image, .hero-shade, .hero-edge-note, .hero-actions, .mobile-contact, .site-footer { display: none; }
  body, .hero, .services, .about, .contact { background: white; color: black; }
  .container { width: 100%; }
  .hero-inner { min-height: 0; padding: 20px 0; }
  .hero h1 { font-size: 48px; }
  .services, .about, .contact { padding-block: 30px; }
}
/* Original Facebook photos; keep captions and complete images readable on phones. */
.facebook-gallery{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:40px}
.facebook-gallery figure{margin:0;min-width:0}
.facebook-gallery img{display:block;width:100%;height:auto;aspect-ratio:1.2;object-fit:contain;background:#171b1e}
.facebook-gallery figcaption{font-size:.875rem;line-height:1.6;color:#d5d9d8;padding-top:12px}
.contact-email{font-size:.9375rem;line-height:1.7;overflow-wrap:anywhere;margin-top:24px}
.contact-email a{text-decoration:underline;text-underline-offset:4px}
@media(max-width:680px){.facebook-gallery{grid-template-columns:1fr;gap:28px}.facebook-gallery img{aspect-ratio:auto}.equipment-options{grid-template-columns:1fr}.equipment-section{padding-block:12px 40px}}
