/* Southwest Linen company page. Shared navigation, buttons and footer stay in styles.css. */
/* Clip the final section to the shared rounded footer edge without creating
   a scroll container that would break the sticky reveal hero. */
body.about-page > main { overflow: clip !important; border-radius: 0 0 var(--radius-panel) var(--radius-panel); }
.about-reveal { position: relative; height: calc(200svh - var(--about-pin-top, 0px)); background: #010711; color: white; }
.about-reveal-sticky { position: sticky; top: var(--about-pin-top, 0px); height: calc(100svh - var(--about-pin-top, 0px)); min-height: 0; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
body.about-reveal-holding .site-header { transform: translate3d(0, 0, 0) !important; pointer-events: auto; }
.about-reveal-grid { position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(circle, #a9ee284d 1.4px, transparent 1.8px); background-size: 5.14vw 5.14vw; background-position: 1.2vw 1.2vw; mask-image: radial-gradient(ellipse at center, #000 35%, transparent 100%); }
.about-reveal-grid { background-image: url('about-reveal-grid.svg'); background-size: clamp(72px, 5.14vw, 156px) clamp(72px, 5.14vw, 156px); }
.about-reveal-grid canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.about-reveal-grid.has-wave-canvas { background-image: none; }
.about-reveal-content { width: 66.6667%; margin-inline: auto; padding: 0; text-align: center; }
.about-page main .about-reveal .eyebrow { color: #e9ab58; margin-bottom: 32px; }
.about-reveal h1 { margin: 0; font-size: clamp(28px, 2.396vw, 72px); font-weight: 400; line-height: 1.4; letter-spacing: -.025em; color: #fff; }
.about-reveal h1 em, .about-reveal-char.is-accent { color: inherit; font-style: normal; }
.about-reveal-word { display: inline-block; }
.about-reveal-next { display: inline-flex; align-items: center; gap: 18px; margin-top: 40px; min-height: 44px; color: #fff; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.about-reveal-next .swl-icon-stack { width: 22px; height: 22px; }
.about-hero h2 { font-size: clamp(44px, 5vw, 76px) !important; line-height: 1.03 !important; margin-bottom: 28px; }
.about-hero h2 span { color: var(--blue); }
@media (max-width: 760px) {
  .about-reveal-content { width: calc(100% - 48px); padding: 0; }
  .about-reveal h1 { font-size: clamp(25px, 6.3vw, 36px); line-height: 1.4; }
  .about-reveal-grid { background-size: 72px 72px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-reveal { height: auto; }
  .about-reveal-sticky { position: relative; height: auto; min-height: 85svh; }
  .about-reveal-char { opacity: 1 !important; }
}
.about-page main { background: var(--white); }
.about-page main h2 { font-size: clamp(32px, 3.5vw, 52px); line-height: 1.08; }
.about-page main h3 { letter-spacing: -0.025em; line-height: 1.2; }
.about-page main p { line-height: 1.7; }
.about-page main .eyebrow { line-height: 1.5; margin-bottom: 20px; }
.about-page main [id] { scroll-margin-top: 140px; }
.about-page main a:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.about-hero { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(40px, 6vw, 96px); padding-top: 56px; padding-bottom: 56px; align-items: stretch; }
.about-hero-copy { padding-block: 32px; align-self: center; }
.about-hero h1 { font-size: clamp(44px, 5vw, 76px); line-height: 1.03; margin-bottom: 28px; }
.about-hero h1 span { color: var(--blue); }
.about-hero-copy > p:not(.eyebrow) { max-width: 49ch; font-size: 17px; margin-bottom: 32px; }
.about-hero .button { gap: 24px; }
.about-hero-note { display: flex; align-items: center; gap: 9px; color: var(--muted); margin-top: 28px; font-size: 11px; }
.about-hero-note > span { flex: 0 0 6px; height: 6px; background: var(--accent); border-radius: 50%; }
.about-photo { position: relative; overflow: hidden; margin: 0; background: var(--blue-soft); }
.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; scale: 1.07; }
.about-hero-photo { min-height: 460px; }
.about-hero-photo img { position: absolute; inset: 0; object-position: 52% center; }
.about-hero-photo figcaption { position: absolute; inset: auto 0 0; z-index: 1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 48px 24px 20px; color: white; font-size: 11px; background: linear-gradient(transparent, rgba(4, 23, 35, .88)); }
.about-page-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 36px; min-height: 80px; border-block: 1px solid var(--line); }
.about-page-nav > span { margin-right: auto; color: var(--subtle); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.about-page-nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; font-weight: 600; }
.about-page-nav a:hover { color: var(--accent-dark); }
.about-section { padding-block: clamp(64px, 7vw, 104px); }
.about-company { display: flex; flex-direction: column; align-items: center; padding-top: clamp(88px, 9vw, 132px); padding-bottom: clamp(80px, 8vw, 120px); }
.about-company-heading { width: min(100%, 1120px); margin-inline: auto; text-align: center; }
.about-page main .about-company-heading .eyebrow { margin-bottom: 32px; color: #858585; font-family: var(--font-sans); font-size: clamp(16px, 1.4vw, 22px); font-weight: 400; letter-spacing: -.025em; text-transform: none; }
.about-page main .about-company h2 { margin: 0; font-size: clamp(44px, 5vw, 96px); font-weight: 500; line-height: 1; letter-spacing: -.06em; text-wrap: balance; }
.about-company-heading .about-lead { width: min(100%, 1000px); margin: clamp(36px, 4vw, 64px) auto 0; color: var(--ink); font-size: clamp(17px, 1.35vw, 24px); line-height: 1.4; letter-spacing: -.015em; text-wrap: balance; }
.company-intro-ready > * { opacity: 0; transform: translateY(24px); transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1); }
.company-intro-ready > :nth-child(2) { transition-delay: 120ms; }
.company-intro-ready > :nth-child(3) { transition-delay: 240ms; }
.company-intro-ready.is-visible > * { opacity: 1; transform: none; }
.company-title-line { display: block; overflow: visible; }
.company-title-line > span { display: block; padding: .12em .04em .22em; margin: -.12em -.04em -.22em; }
.company-intro-ready > h2 { opacity: 1; transform: none; transition: none; }
.company-intro-ready .company-title-line > span { opacity: 0; transform: translateY(28px); transition: transform 1000ms cubic-bezier(.16,1,.3,1), opacity 700ms ease; }
.company-intro-ready .company-title-line:nth-child(2) > span { transition-delay: 180ms; }
.company-intro-ready.is-visible .company-title-line > span { opacity: 1; transform: translateY(0); }
.company-intro-ready.has-title-highlight .company-title-line > span {
  background-image: linear-gradient(100deg, var(--ink) 0%, var(--ink) 39%, #f7941d 48%, #ffb95b 52%, var(--ink) 61%, var(--ink) 100%);
  background-size: 300% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: company-title-highlight 3600ms cubic-bezier(.22,.61,.36,1) 700ms 1 both;
}
.company-intro-ready.has-title-highlight .company-title-line:nth-child(2) > span { animation-delay: 1100ms; }
@keyframes company-title-highlight {
  from { background-position: 100% 0; }
  to { background-position: 0% 0; }
}
@media (prefers-reduced-motion: reduce) {
  .company-intro-ready.has-title-highlight .company-title-line > span { animation: none; background: none; color: var(--ink); }
}
@media (prefers-reduced-motion: reduce) { .company-intro-ready .company-title-line > span { opacity: 1; transform: none; transition: none; } }
@media (prefers-reduced-motion: reduce) { .company-intro-ready > * { opacity: 1; transform: none; transition: none; } }
.about-company-copy { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(26px, 4vw, 58px); width: min(100%, 1100px); margin: clamp(42px, 5vw, 68px) auto 0; padding-top: clamp(28px, 3vw, 42px); border-top: 1px solid var(--line); text-align: center; }
.about-company-copy > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.about-stat-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: 100%; margin-top: clamp(64px, 7vw, 96px); border-block: 1px solid #ccd8dc; background: transparent; }
.about-stat { position: relative; display: flex; min-width: 0; min-height: 210px; flex-direction: column; align-items: center; justify-content: center; padding: 38px clamp(18px, 2.6vw, 42px); text-align: center; }
.about-stat + .about-stat { border-left: 1px solid #ccd8dc; }
.about-stat strong { display: inline-flex; min-width: 1.35em; align-items: flex-start; justify-content: center; color: var(--blue); font-size: clamp(58px, 6vw, 88px); font-weight: 600; font-variant-numeric: tabular-nums; line-height: .9; letter-spacing: -.065em; }
.about-stat-suffix { align-self: center; margin: 0 0 0 .08em; color: var(--accent-dark); font-size: .55em; line-height: 1; letter-spacing: 0; transform-origin: center; }
.about-company .about-stat p { margin: 20px 0 0; color: var(--ink); font-size: 15px; line-height: 1.35; text-wrap: balance; }
.js .about-stat { opacity: 0; transform: translateY(18px); transition: opacity 720ms cubic-bezier(.16,1,.3,1) calc(var(--stat-index) * 100ms), transform 720ms cubic-bezier(.16,1,.3,1) calc(var(--stat-index) * 100ms); }
.js .about-stat-rail.is-visible .about-stat { opacity: 1; transform: translateY(0); }
.js .about-stat-suffix { opacity: .2; transform: translateY(6px) scale(.82); transition: opacity 720ms cubic-bezier(.16,1,.3,1), transform 720ms cubic-bezier(.16,1,.3,1); }
.js .about-stat.is-complete .about-stat-suffix { opacity: 1; transform: translateY(0) scale(1); }
.about-programs { background: #f3f5f5; }
.about-page main .home-service-paths .rental-path-intro h2 { font-size: clamp(42px, 5.6vw, 80px); line-height: .98; }
.about-page main .home-service-paths .rental-path-intro > p { line-height: 1.42; }
.about-page main .home-service-paths .rental-path-card-copy h3 { line-height: 1.16; letter-spacing: -.055em; }
.about-page main .home-service-paths .rental-path-card-copy p { line-height: 1.5; }
.about-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-bottom: 44px; }
.about-section-heading h2 { margin-bottom: 0; }
.about-section-heading > p { max-width: 50ch; margin: 0; }
.about-program { display: grid; grid-template-columns: 40px minmax(220px, .8fr) minmax(0, 1.2fr); gap: 24px; padding-block: 32px; border-top: 1px solid #dce2e3; }
.about-program:last-child { border-bottom: 1px solid #dce2e3; }
.about-row-number { color: var(--accent-dark); font-size: 12px; padding-top: 5px; }
.about-program h3 { margin-bottom: 12px; font-size: 25px; }
.about-program .about-program-label { margin: 0; font-size: 12px; color: var(--blue); }
.about-program > div:last-child > p { margin-bottom: 18px; max-width: 62ch; font-size: 15px; }
.about-program .arrow-link { min-height: 40px; padding-bottom: 4px; }
.about-process { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 7vw, 104px); }
.about-process-photo { height: 640px; }
.about-process-photo img { object-position: center 44%; }
.about-process h2 { margin-bottom: 32px; }
.about-process-list { padding: 0; margin: 0; list-style: none; }
.about-process-list li { display: grid; grid-template-columns: 32px 1fr; gap: 16px; border-top: 1px solid var(--line); padding-block: 22px; }
.about-process-list li > span { color: var(--accent-dark); font-size: 11px; padding-top: 3px; }
.about-process-list h3 { font-size: 18px; margin-bottom: 8px; }
.about-process-list p { font-size: 14px; margin: 0; }
.about-industries { color: white; background: var(--blue-dark); }
.about-industries-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 104px); }
.about-industries .eyebrow { color: #eab976; }
.about-industries p { color: #c5d0d7; }
.about-industries-layout > div:first-child > p:last-child { max-width: 35ch; }
.about-industry-list a { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding-block: 24px; border-bottom: 1px solid #375162; }
.about-industry-list a:first-child { padding-top: 0; }
.about-industry-list h3 { font-size: 23px; margin-bottom: 10px; }
.about-industry-list p { font-size: 14px; margin: 0; }
.about-industry-list a > span { font-size: 22px; color: #eab976; transition: transform 180ms ease; }
.about-industry-list a:hover > span { transform: translate(3px, -3px); }
.about-local-source { background: var(--white); }
.about-local-source-inner { padding: 80px 70px; background: rgba(255,255,255,.92); }
.about-local-source-title { max-width: 753px; margin: 0 auto 56px; text-align: center; }
.about-local-source .about-local-source-title h2 { margin: 0; color: var(--ink); font-size: 36px; font-weight: 600; line-height: 1.245; letter-spacing: -.035em; }
.about-local-source-content { display: grid; grid-template-columns: minmax(0, 550px) minmax(0, 540px); gap: 40px; justify-content: center; align-items: start; }
.about-local-copy { width: 100%; max-width: 550px; }
.about-local-source .about-local-copy h3 { max-width: 500px; margin: 0 0 18px; color: var(--ink); font-size: 36px; font-weight: 600; line-height: 1.26; letter-spacing: -.035em; }
.about-local-source .about-local-copy .about-local-lead { max-width: 530px; margin: 0 0 12px; color: var(--ink); font-size: 23px; line-height: 1.26; letter-spacing: -.025em; }
.about-local-list { display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 0 0 0 27px; list-style: none; border-left: 3px solid var(--accent); }
.about-local-list li { position: relative; min-height: 29px; padding-left: 24px; color: var(--muted); font-size: 23px; line-height: 1.26; }
.about-local-list li::before { content: ""; position: absolute; top: .63em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); transform: translateY(-50%); }
.about-local-form { --radius-control: 0px; display: flex; flex-direction: column; gap: 0; width: 100%; max-width: 540px; min-height: 700.5px; height: auto; max-height: none; overflow: visible; justify-self: end; box-sizing: border-box; padding: 48px; border-radius: 17px; background: var(--blue-dark); box-shadow: inset 0 1px rgba(255,255,255,.06), 0 40px 80px rgba(5,36,54,.2); }
.about-local-fields { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 67.1875px; gap: 37px 40px; }
.about-local-form .about-local-field { display: flex; flex-direction: column; min-width: 0; min-height: 67.1875px; gap: 0; color: var(--white); font-size: 18px; font-weight: 400; line-height: 1.35; }
.about-local-field-full { grid-column: 1 / -1; }
.about-local-form input:not([type="hidden"]), .about-local-form select { width: 100%; min-width: 0; height: 34.890625px; min-height: 34.890625px; margin-top: 8px; padding: 0 0 9.6px; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; background: transparent; color: var(--white); font-size: 18px; font-weight: 400; line-height: 1.35; box-shadow: none; }
.about-local-form input:not([type="hidden"]) { appearance: none; -webkit-appearance: none; }
.about-local-form input::placeholder { color: rgba(255,255,255,.58); opacity: 1; }
.about-local-form select { color: rgba(255,255,255,.72); }
.about-local-form select:valid { color: var(--white); }
.about-local-form select option { color: var(--ink); background: var(--white); }
.about-local-form input:focus, .about-local-form select:focus { border-color: var(--accent); border-radius: 0; outline: 0; box-shadow: none; }
.about-local-form button[type="submit"] { width: 100%; min-height: 60px; margin-top: 38px; justify-content: center; border: 0; border-radius: 8px; background: var(--accent); color: var(--ink); }
.about-local-form button[type="submit"]:not(:disabled):hover { background: #ffad4f; }
.about-local-form button[type="submit"]:disabled { background: rgba(255,255,255,.3); color: rgba(255,255,255,.58); cursor: not-allowed; opacity: 1; }
.about-local-form-footer { margin-top: 48px; text-align: center; color: var(--white); }
.about-local-source .about-local-form-footer p { margin: 0 0 12px; color: var(--white); font-size: 23px; line-height: 1.26; }
.about-local-form-footer a { display: inline-block; color: var(--white); font-size: 30px; line-height: 1.26; letter-spacing: -.03em; }
.about-local-form-footer a:hover { color: var(--accent); }
.about-local-form .form-note { position: absolute; width: 1px; height: 1px; min-height: 0; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.about-local-form .form-note[data-state] { position: static; width: auto; height: auto; min-height: 18px; margin: 24px 0 0; padding-left: 14px; overflow: visible; clip: auto; white-space: normal; border-left: 2px solid rgba(255,255,255,.25); color: rgba(255,255,255,.68); }
.about-local-form .form-note[data-state="sending"] { border-color: var(--accent); color: var(--white); }
.about-local-form .form-note[data-state="success"] { border-color: #73d59b; color: #b9f3cf; }
.about-local-form .form-note[data-state="error"] { border-color: #ff8b82; color: #ffd0cc; }
@media (max-width: 1100px) {
  .about-page-nav { gap: 8px 24px; }
  .about-program { grid-template-columns: 28px minmax(180px, .8fr) minmax(0, 1.2fr); gap: 18px; }
  .about-program h3 { font-size: 22px; }
  .about-local-source-inner { padding-inline: 48px; }
  .about-local-source-content { grid-template-columns: minmax(0, 1fr) minmax(460px, 540px); gap: 32px; }
}
@media (max-width: 900px) {
  .about-hero { grid-template-columns: 1fr; gap: 36px; padding-block: 40px; }
  .about-hero-copy { padding-block: 0; }
  .about-hero h1 { font-size: clamp(44px, 8vw, 64px); }
  .about-hero h1 br:last-of-type { display: none; }
  .about-hero h1 span::before { content: " "; }
  .about-hero-photo { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .about-page-nav { padding-block: 16px; }
  .about-page-nav > span { flex-basis: 100%; }
  .about-process, .about-industries-layout { gap: 40px; }
  .about-company-copy { grid-template-columns: 1fr; gap: 18px; }
  .about-stat-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-stat:nth-child(3) { border-left: 0; }
  .about-stat:nth-child(n + 3) { border-top: 1px solid #ccd8dc; }
  .about-local-source-inner { padding: 64px 32px; }
  .about-local-source-title { margin-bottom: 48px; }
  .about-local-source-content { grid-template-columns: 1fr; gap: 48px; }
  .about-local-copy { max-width: 680px; }
  .about-local-form { max-width: 540px; justify-self: start; }
  .about-process { grid-template-columns: 1fr; }
  .about-process-photo { height: 440px; }
  .about-process-photo img { object-position: center 40%; }
  .about-section-heading { gap: 36px; }
}
@media (max-width: 620px) {
  .about-page main h2 { font-size: 34px; }
  .about-hero h1 { font-size: clamp(40px, 10.5vw, 58px); }
  .about-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .about-hero .button { width: 100%; gap: 12px; justify-content: space-between; padding-inline: 18px; }
  .about-hero-note { font-size: 10px; }
  .about-hero-photo figcaption { padding-inline: 16px; font-size: 10px; }
  .about-page-nav { gap: 4px 24px; }
  .about-page-nav a { font-size: 11px; }
  .about-section-heading, .about-industries-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-company { align-items: stretch; }
  .about-stat { min-height: 170px; padding: 28px 16px; }
  .about-stat strong { font-size: clamp(54px, 16vw, 72px); }
  .about-company .about-stat p { font-size: 14px; }
  .about-program { grid-template-columns: 24px 1fr; gap: 12px; padding-block: 28px; }
  .about-program > div:last-child { grid-column: 2; }
  .about-program h3 { font-size: 24px; }
  .about-program .arrow-link { font-size: 12px; }
  .about-process-photo { height: 400px; }
  .about-process-list h3 { font-size: 17px; }
  .about-industry-list h3 { font-size: 22px; }
  .about-local-source-inner { padding: 48px 20px; }
  .about-local-source-title { margin-bottom: 40px; text-align: left; }
  .about-local-source .about-local-source-title h2 { font-size: 30px; }
  .about-local-source .about-local-copy h3 { font-size: 30px; }
  .about-local-source .about-local-copy .about-local-lead, .about-local-list li { font-size: 19px; }
  .about-local-form { max-width: none; min-height: 0; justify-self: stretch; padding: 32px 22px; }
  .about-local-fields { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 28px; }
  .about-local-field-full { grid-column: auto; }
  .about-local-form-footer a { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-photo img { scale: none; }
  .about-industry-list a > span { transition: none; }
  .js .about-stat, .js .about-stat-suffix { opacity: 1; transform: none; transition: none; }
}
