:root {
  --service-black: #000;
  --service-text: #111;
  --service-muted: #6e6e73;
  --service-soft: #f5f5f3;
  --service-border: rgba(0, 0, 0, .09);
  --service-shell: 1320px;
}

html, body { overflow-x: clip; }
.service-page { font-family: "Inter", sans-serif; color: var(--service-text); background: #fff; }
.service-shell { width: min(calc(100% - 80px), var(--service-shell)); margin-inline: auto; min-width: 0; }
.service-shell--narrow { max-width: 940px; }
.service-shell--narrow-wide { max-width: 1120px; }
.service-section { padding: clamp(96px, 9vw, 140px) 0; }
.service-section--dark { color: #fff; background: #000; }
.service-section--soft { background: var(--service-soft); }
.service-kicker { display: inline-block; margin-bottom: 22px; color: #75570c; font-size: .75rem; font-weight: 700; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.service-kicker--light { color: #d7b65a; }
.service-section h2 { margin: 0; font-size: clamp(2.9rem, 5.4vw, 5.8rem); font-weight: 400; line-height: .98; letter-spacing: -.062em; }
.service-section-heading { max-width: 850px; margin-bottom: clamp(52px, 6vw, 82px); }
.service-section-heading--center { margin-inline: auto; text-align: center; }
.service-section-heading p { max-width: 700px; margin: 28px auto 0; color: var(--service-muted); font-size: 1.08rem; line-height: 1.72; }
.service-section--dark .service-section-heading p { color: rgba(255,255,255,.62); }

.service-hero { position: relative; min-height: min(820px, calc(100vh - 72px)); overflow: hidden; display: flex; align-items: center; color: #fff; background: #050505 url('/img/services/sheet-laser-video-poster.jpg') center/cover no-repeat; }
.service-hero-media, .service-hero-video, .service-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero-video { object-fit: cover; object-position: center; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.72) 35%, rgba(0,0,0,.32) 65%, rgba(0,0,0,.18) 100%), linear-gradient(0deg, rgba(0,0,0,.28), transparent 45%); }
.service-hero-content { position: relative; z-index: 1; padding-block: 110px; }
.service-hero h1 { max-width: 950px; margin: 0; font-size: clamp(4.5rem, 8vw, 7.7rem); font-weight: 300; line-height: .9; letter-spacing: -.076em; }
.service-hero p { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; }
.service-hero-actions, .service-quote-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.service-button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 6px; font-size: .91rem; font-weight: 700; line-height: 1; text-decoration: none; transition: transform .22s ease, gap .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease; }
.service-button:hover { transform: translateY(-2px); gap: 16px; }
.service-button--light { color: #111; background: #fff; }
.service-button--light:hover { color: #111; background: #ededed; }
.service-button--outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(0,0,0,.15); }
.service-button--outline-light:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.08); }
.service-button--dark { color: #fff; background: #111; }
.service-button--dark:hover { color: #fff; background: #2a2a2a; }
.service-button--outline-dark { color: #111; border-color: rgba(0,0,0,.25); }
.service-button--outline-dark:hover { color: #111; border-color: #111; background: #f5f5f3; }

.capability-strip { border-block: 1px solid var(--service-border); padding: 62px 0 38px; background: #fff; }
.capability-metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-metric { min-width: 0; padding: 0 clamp(20px, 3vw, 44px); border-left: 1px solid var(--service-border); }
.capability-metric:first-child { padding-left: 0; border-left: 0; }
.capability-metric strong { display: block; font-size: clamp(2.25rem, 3.7vw, 3.55rem); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.capability-metric span { display: block; margin-top: 17px; color: var(--service-muted); font-size: .69rem; font-weight: 700; line-height: 1.4; letter-spacing: .13em; text-transform: uppercase; }
.capability-note { margin: 37px 0 0; color: #858589; font-size: .78rem; text-align: center; }

.process-statement-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(60px, 8vw, 130px); align-items: center; }
.process-copy > p { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.66); font-size: 1.08rem; line-height: 1.75; }
.proof-rows { margin-top: 48px; border-top: 1px solid rgba(255,255,255,.17); }
.proof-rows div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.proof-rows span { padding-top: 4px; color: #d7b65a; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.proof-rows strong { font-size: .98rem; font-weight: 500; }
.process-visual, .editorial-image { min-width: 0; margin: 0; overflow: hidden; border-radius: 18px; }
.process-visual { aspect-ratio: 1.08; }
.process-visual img, .editorial-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.application-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.application-tile { position: relative; min-width: 0; min-height: 430px; overflow: hidden; border: 1px solid var(--service-border); border-radius: 18px; background: #111; }
.application-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.22) 58%, transparent 100%); }
.application-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.application-tile:hover img { transform: scale(1.025); }
.application-tile > div { position: absolute; z-index: 1; inset: auto 28px 28px; color: #fff; }
.application-tile h3 { margin: 0; font-size: 1.28rem; font-weight: 600; letter-spacing: -.025em; }
.application-tile p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: .9rem; line-height: 1.55; }

.editorial-split { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: clamp(60px, 8vw, 125px); align-items: center; }
.editorial-image { aspect-ratio: 1.18; }
.editorial-copy > p { margin: 30px 0 0; color: var(--service-muted); font-size: 1.07rem; line-height: 1.75; }
.engineering-list { margin: 36px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--service-border); }
.engineering-list li { position: relative; padding: 17px 0 17px 24px; border-bottom: 1px solid var(--service-border); font-weight: 500; }
.engineering-list li::before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: #9a7410; transform: translateY(-50%); }
.qualification-copy { font-size: .84rem !important; color: #86868b !important; }

.materials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.material-panel { min-width: 0; padding: 48px clamp(28px, 4vw, 54px); border-left: 1px solid rgba(255,255,255,.18); }
.material-panel:first-child { border-left: 0; padding-left: 0; }
.material-panel:last-child { padding-right: 0; }
.material-index { color: #d7b65a; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.material-panel h3 { margin: 58px 0 0; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; letter-spacing: -.045em; }
.material-panel strong { display: block; margin-top: 18px; font-size: 1.08rem; font-weight: 600; }
.material-panel p { margin: 38px 0 0; color: rgba(255,255,255,.66); line-height: 1.7; }
.material-panel small { display: block; margin-top: 24px; color: rgba(255,255,255,.46); font-size: .78rem; line-height: 1.55; }

.industry-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(70px, 10vw, 150px); }
.industry-intro p { max-width: 560px; margin: 30px 0 0; color: var(--service-muted); font-size: 1.05rem; line-height: 1.72; }
.industry-rows { border-top: 1px solid var(--service-border); }
.industry-rows div { display: grid; grid-template-columns: 52px 1fr; align-items: center; min-height: 82px; border-bottom: 1px solid var(--service-border); }
.industry-rows i { color: #777; font-size: 1.12rem; }
.industry-rows span { font-size: 1.08rem; font-weight: 500; }

.specification-table { margin: 0; overflow: hidden; border: 1px solid var(--service-border); border-radius: 18px; background: #fff; }
.specification-table > div { display: grid; grid-template-columns: minmax(230px, .75fr) minmax(0, 1.25fr); padding: 24px 30px; border-bottom: 1px solid var(--service-border); }
.specification-table > div:last-child { border-bottom: 0; }
.specification-table dt { color: var(--service-muted); font-size: .9rem; font-weight: 500; }
.specification-table dd { margin: 0; font-size: .96rem; font-weight: 600; }
.specification-footnote { max-width: 900px; margin: 22px auto 0; color: #858589; font-size: .79rem; line-height: 1.55; }

.featured-work-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 54px; }
.featured-work-heading a, .service-text-link { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-weight: 700; text-decoration: none; }
.featured-work-heading a:hover, .service-text-link:hover { gap: 15px; }
.service-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-gallery-card { min-width: 0; color: #fff; text-decoration: none; }
.service-gallery-card figure { aspect-ratio: 1.45; margin: 0; overflow: hidden; border-radius: 16px; background: #151515; }
.service-gallery-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .38s ease; }
.service-gallery-card:hover img { transform: scale(1.025); }
.service-gallery-card h3 { margin: 17px 0 0; font-size: 1.02rem; font-weight: 600; letter-spacing: -.02em; }
.service-gallery-card p { margin: 7px 0 0; color: rgba(255,255,255,.5); font-size: .78rem; line-height: 1.45; }
.service-gallery-status { margin: 22px 0 0; color: rgba(255,255,255,.5); font-size: .85rem; }

.file-guidance-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(70px, 10vw, 150px); }
.file-guidance-grid > div > p { max-width: 560px; margin: 30px 0 0; color: var(--service-muted); font-size: 1.04rem; line-height: 1.72; }
.service-text-link { margin-top: 32px; }
.preparation-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--service-border); }
.preparation-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--service-border); }
.preparation-steps li > span { padding-top: 5px; color: #9a7410; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.preparation-steps h3 { margin: 0; font-size: 1.08rem; font-weight: 600; letter-spacing: -.02em; }
.preparation-steps p { margin: 8px 0 0; color: var(--service-muted); font-size: .9rem; line-height: 1.55; }

.service-faq { border-top: 1px solid var(--service-border); }
.service-faq .accordion-item { border: 0; border-bottom: 1px solid var(--service-border); background: transparent; }
.service-faq .accordion-button { padding: 27px 0; color: #111; background: transparent; box-shadow: none; font-size: 1.05rem; font-weight: 600; }
.service-faq .accordion-button:not(.collapsed) { color: #111; background: transparent; }
.service-faq .accordion-button::after { filter: grayscale(1); }
.service-faq .accordion-body { padding: 0 44px 28px 0; color: var(--service-muted); font-size: .96rem; line-height: 1.7; }

.service-quote-cta { padding: clamp(100px, 10vw, 155px) 0; background: #fff; }
.service-quote-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: clamp(70px, 10vw, 150px); align-items: end; }
.service-quote-cta h2 { margin: 0; font-size: clamp(3.5rem, 7vw, 7.2rem); font-weight: 500; line-height: .91; letter-spacing: -.072em; }
.service-quote-cta > div > div > p { max-width: 680px; margin: 34px 0 0; color: var(--service-muted); font-size: 1.06rem; line-height: 1.7; }
.service-quote-details { border-top: 1px solid var(--service-border); }
.service-quote-details div { display: grid; grid-template-columns: 40px 1fr; gap: 15px; padding: 25px 0; border-bottom: 1px solid var(--service-border); }
.service-quote-details span { padding-top: 3px; color: #9a7410; font-size: .7rem; font-weight: 700; letter-spacing: .12em; }
.service-quote-details p { margin: 0; color: var(--service-muted); font-size: .91rem; line-height: 1.55; }

@media (max-width: 1199.98px) {
  .application-tile { min-height: 370px; }
  .process-statement-grid, .editorial-split { gap: 64px; }
}

@media (max-width: 991.98px) {
  .service-shell { width: calc(100% - 88px); }
  .service-hero { min-height: 740px; }
  .capability-metrics { grid-template-columns: repeat(2, 1fr); row-gap: 38px; }
  .capability-metric:nth-child(3) { padding-left: 0; border-left: 0; }
  .process-statement-grid, .editorial-split, .industry-layout, .file-guidance-grid, .service-quote-grid { grid-template-columns: 1fr; }
  .process-visual, .editorial-image { max-height: 620px; }
  .application-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .materials-grid { grid-template-columns: 1fr; }
  .material-panel, .material-panel:first-child, .material-panel:last-child { padding: 38px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .material-panel:first-child { border-top: 0; }
  .material-panel h3 { margin-top: 34px; }
  .service-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-quote-details { max-width: 720px; }
}

@media (max-width: 767.98px) {
  .service-shell { width: calc(100% - 30px); }
  .service-section { padding: 76px 0; }
  .service-hero { min-height: 680px; align-items: flex-end; }
  .service-hero-content { padding-block: 86px 72px; }
  .service-hero h1 { font-size: clamp(3.3rem, 15vw, 4.8rem); line-height: .92; }
  .service-hero p { margin-top: 26px; font-size: 1rem; }
  .service-hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.58) 62%, rgba(0,0,0,.28) 100%); }
  .service-hero-actions { align-items: stretch; flex-direction: column; }
  .service-button { width: 100%; }
  .capability-strip { padding: 45px 0 30px; }
  .capability-metrics { row-gap: 0; }
  .capability-metric { padding: 24px 15px; border-bottom: 1px solid var(--service-border); }
  .capability-metric:nth-child(odd) { padding-left: 0; border-left: 0; }
  .capability-metric:nth-child(even) { padding-right: 0; }
  .capability-metric strong { font-size: 2rem; }
  .capability-metric span { font-size: .61rem; }
  .capability-note { margin-top: 26px; line-height: 1.55; }
  .service-section h2 { font-size: clamp(2.75rem, 13vw, 4.1rem); }
  .service-section-heading { margin-bottom: 43px; }
  .process-statement-grid, .editorial-split, .industry-layout, .file-guidance-grid, .service-quote-grid { gap: 48px; }
  .process-visual, .editorial-image { aspect-ratio: 1.1; }
  .application-tiles, .service-gallery { grid-template-columns: 1fr; }
  .application-tile { min-height: 390px; }
  .materials-grid { border-bottom: 0; }
  .industry-rows div { grid-template-columns: 42px 1fr; min-height: 72px; }
  .specification-table > div { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .specification-table dt { font-size: .77rem; }
  .featured-work-heading { display: block; }
  .featured-work-heading a { margin-top: 25px; }
  .preparation-steps li { grid-template-columns: 42px 1fr; gap: 10px; }
  .service-faq .accordion-button { padding: 23px 0; font-size: .97rem; line-height: 1.45; }
  .service-faq .accordion-body { padding-right: 0; }
  .service-quote-cta { padding: 78px 0 84px; }
  .service-quote-cta h2 { font-size: clamp(3rem, 14vw, 4.5rem); }
  .service-quote-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .service-hero-video { display: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Tube laser cutting page */
.tube-service-hero { background-image: url('/img/services/tube-laser-video-poster.jpg'); }
.tube-service-hero .service-hero-video { object-position: 58% center; }

.tube-profile-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.tube-profile-card { min-width: 0; padding: 26px 18px 22px; border: 1px solid var(--service-border); border-radius: 16px; background: #fafafa; text-align: center; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.tube-profile-card:hover { transform: translateY(-5px); border-color: rgba(0,0,0,.18); box-shadow: 0 18px 40px rgba(0,0,0,.06); }
.tube-profile-card figure { display: grid; aspect-ratio: 1.1; margin: 0 0 22px; place-items: center; overflow: hidden; }
.tube-profile-card img { width: 100%; height: 100%; display: block; object-fit: contain; }
.tube-profile-card h3 { margin: 0; font-size: .94rem; font-weight: 600; line-height: 1.45; letter-spacing: -.015em; }

.tube-process-sequence { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.tube-process-sequence li { min-width: 0; padding: 30px 24px 34px; border-left: 1px solid rgba(255,255,255,.17); }
.tube-process-sequence li:first-child { padding-left: 0; border-left: 0; }
.tube-process-sequence li:last-child { padding-right: 0; }
.tube-process-sequence span { color: #d7b65a; font-size: .7rem; font-weight: 700; letter-spacing: .13em; }
.tube-process-sequence h3 { margin: 52px 0 0; font-size: 1.08rem; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; }
.tube-process-sequence p { margin: 15px 0 0; color: rgba(255,255,255,.54); font-size: .82rem; line-height: 1.6; }

.tube-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.tube-feature-card { min-width: 0; overflow: hidden; border: 1px solid var(--service-border); border-radius: 18px; background: #fff; }
.tube-feature-card figure { aspect-ratio: 1.55; margin: 0; overflow: hidden; background: #e9e9e7; }
.tube-feature-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.tube-feature-card:hover img { transform: scale(1.025); }
.tube-feature-card > div { padding: 26px 26px 30px; }
.tube-feature-card span { color: #9a7410; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.tube-feature-card h3 { margin: 26px 0 0; font-size: 1.2rem; font-weight: 600; letter-spacing: -.025em; }
.tube-feature-card p { margin: 12px 0 0; color: var(--service-muted); font-size: .88rem; line-height: 1.62; }

.tube-fitup-rows { margin-top: 42px; border-top: 1px solid var(--service-border); }
.tube-fitup-rows div { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 20px 0; border-bottom: 1px solid var(--service-border); }
.tube-fitup-rows span { padding-top: 3px; color: #9a7410; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.tube-fitup-rows strong { font-size: .96rem; font-weight: 600; }
.tube-application-tiles .application-tile { min-height: 400px; }

.tube-material-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: clamp(54px, 8vw, 110px); align-items: stretch; }
.tube-material-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--service-border); border-bottom: 1px solid var(--service-border); }
.tube-material-columns article { min-width: 0; padding: 34px 30px 34px 0; border-left: 1px solid var(--service-border); }
.tube-material-columns article:first-child { border-left: 0; }
.tube-material-columns article:not(:first-child) { padding-left: 30px; }
.tube-material-columns span { color: #9a7410; font-size: .68rem; font-weight: 700; letter-spacing: .12em; }
.tube-material-columns h3 { margin: 56px 0 0; font-size: clamp(1.65rem, 2.4vw, 2.5rem); font-weight: 450; letter-spacing: -.04em; }
.tube-material-columns p { margin: 24px 0 0; color: var(--service-muted); font-size: .9rem; line-height: 1.65; }
.tube-review-panel { padding: 38px; border-radius: 18px; background: #111; color: #fff; }
.tube-review-panel h3 { margin: 0; font-size: 1.8rem; font-weight: 450; line-height: 1.12; letter-spacing: -.04em; }
.tube-review-panel ul { margin: 32px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.tube-review-panel li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.7); font-size: .86rem; line-height: 1.5; }

@media (max-width: 1199.98px) {
  .tube-profile-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tube-process-sequence { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tube-process-sequence li:nth-child(4) { border-left: 0; }
  .tube-process-sequence li:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.17); }
  .tube-material-layout { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
  .tube-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tube-material-columns { grid-template-columns: 1fr; }
  .tube-material-columns article, .tube-material-columns article:not(:first-child) { padding: 30px 0; border-left: 0; border-top: 1px solid var(--service-border); }
  .tube-material-columns article:first-child { border-top: 0; }
  .tube-material-columns h3 { margin-top: 28px; }
}

@media (max-width: 767.98px) {
  .tube-service-hero .service-hero-video { object-position: 65% center; }
  .tube-profile-grid { display: flex; gap: 14px; overflow-x: auto; padding: 2px 1px 18px; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .tube-profile-card { flex: 0 0 min(78vw, 310px); scroll-snap-align: start; }
  .tube-process-sequence { grid-template-columns: 1fr; }
  .tube-process-sequence li, .tube-process-sequence li:first-child, .tube-process-sequence li:last-child { padding: 26px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.17); }
  .tube-process-sequence li:first-child { border-top: 0; }
  .tube-process-sequence h3 { margin-top: 24px; }
  .tube-feature-grid { grid-template-columns: 1fr; }
  .tube-feature-card figure { aspect-ratio: 1.4; }
  .tube-review-panel { padding: 28px 22px; }
  .tube-application-tiles .application-tile { min-height: 370px; }
}
