/* Sun Care — editorial design and motion layer. */
:root {
  --deep: #071a2c;
  --navy: #102c45;
  --orange: #f4a93d;
  --soft: #f3f6f7;
  --max: 1280px;
}
body {
  background: #fff;
}
.header {
  transition:
    box-shadow 0.3s,
    background 0.3s;
}
.header.is-scrolled {
  box-shadow: 0 8px 35px #071a2c12;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
}
.header-row {
  height: 90px;
  transition: height 0.3s;
}
.is-scrolled .header-row {
  height: 76px;
}
.nav > a,
.dropbtn {
  border-radius: 0;
}
.nav > .request-btn {
  border-radius: 4px;
}
.nav > a.active,
.dropbtn.active {
  box-shadow: none;
  position: relative;
}
.nav > a.active:after,
.dropbtn.active:after {
  content: "";
  position: absolute;
  bottom: 3px;
  inset-inline: 12px;
  height: 2px;
  background: var(--orange);
}
.topbar {
  background: #071a2c;
}
.btn {
  border-radius: 4px;
  min-height: 52px;
  padding-inline: 25px;
  transition:
    transform 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}
.btn-primary:hover {
  box-shadow: 0 8px 28px #d8973b26;
  transform: translateY(-3px);
}
.btn-outline:hover {
  border-color: var(--navy);
}
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  font-weight: 650;
}
.section {
  padding-block: 105px;
}
.section-head {
  margin-bottom: 45px;
}
.section-head h2 {
  font-size: clamp(1.8rem, 2.65vw, 2.55rem);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.section-head p {
  font-size: 0.95rem;
  line-height: 1.9;
}
.rtl .section-head h2 {
  line-height: 1.6;
  letter-spacing: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
}
.home-hero {
  isolation: isolate;
  background: #071a2c;
  min-height: 730px;
}
.home-hero-grid {
  position: static;
  display: block;
  min-height: 650px;
  padding: 84px 0 105px;
}
.home-hero .hero-copy {
  width: 54%;
  max-width: 690px;
  position: relative;
  z-index: 3;
}
.home-hero h1 {
  font-size: clamp(2.9rem, 4.65vw, 4.2rem);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.052em;
  margin: 25px 0 27px;
}
.home-hero h1 em {
  color: #bfdbde;
}
.home-hero .lead {
  font-size: 1rem;
  max-width: 495px;
  line-height: 1.9;
  color: #c4d2dd;
}
.home-hero .eyebrow {
  font-size: 0.68rem;
  color: #edb767;
  letter-spacing: 0.12em;
}
.home-hero .actions {
  margin-top: 32px;
}
.home-hero .hero-tags {
  margin-top: 30px;
}
.hero-tags span {
  font-size: 0.7rem;
  color: #b7c9d2;
  border-color: #62767d;
}
.home-equipment-visual {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 0;
  overflow: hidden;
}
.hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 70% 48%;
  transform: scale(1.035);
  animation: hero-drift 18s ease-in-out infinite alternate;
  opacity: 0.83;
}
.home-equipment-visual:after {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #071a2c 0%,
      #071a2cf5 24%,
      #071a2cc2 43%,
      #071a2c24 72%
    ),
    linear-gradient(0deg, #071a2cf5 0%, transparent 42%, #071a2c33 100%);
  z-index: 1;
}
.home-visual-card {
  inset-inline-start: auto;
  inset-inline-end: max(48px, calc((100vw - 1280px) / 2));
  bottom: 116px;
  max-width: 330px;
  z-index: 2;
  border-inline-start: 1px solid #dfb275;
  padding-inline-start: 20px;
}
.home-visual-card strong {
  font-size: 1.3rem;
  font-weight: 500;
}
.home-visual-card > span:last-child {
  font-size: 0.72rem;
}
.image-note {
  top: auto;
  bottom: 89px;
  inset-inline-start: auto;
  inset-inline-end: max(48px, calc((100vw - 1280px) / 2));
  background: transparent;
  padding: 0;
  z-index: 2;
  color: #adc0ce;
  font-size: 0.6rem;
}
.hero-bottom {
  position: relative;
  z-index: 4;
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff24;
  gap: 20px;
  color: #b0c5d3;
  font-size: 0.75rem;
}
.hero-location {
  font-size: 0.75rem;
  letter-spacing: 0.025em;
}
.scroll-cue {
  font-size: 0.78rem;
  color: white;
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.scroll-cue:hover {
  color: var(--orange);
}
.hero-index {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
}
.maintenance-priority {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.maintenance-priority-grid {
  margin-top: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 33px 0;
  gap: 40px;
  grid-template-columns: 1.15fr 1.3fr auto;
}
.maintenance-priority .eyebrow {
  font-size: 0.66rem;
}
.maintenance-priority h2 {
  font-weight: 550;
  font-size: 1.17rem;
}
.maintenance-priority p {
  font-size: 0.84rem;
}
.maintenance-priority .btn {
  background: transparent;
  border-bottom: 1px solid #ad7a3a;
  padding: 8px 0;
  min-height: 38px;
  border-radius: 0;
  color: var(--navy);
  box-shadow: none;
}
.services-section {
  background: #fff;
}
.service-explorer {
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  gap: 65px;
  align-items: stretch;
}
.service-selector {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.service-selector button {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 24px 12px 24px 0;
  color: #687a89;
  text-align: start;
  font-weight: 500;
  font-size: 1.04rem;
  min-height: 83px;
  line-height: 1.5;
  position: relative;
}
.service-selector button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #eef3f5;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s;
  z-index: -1;
}
.service-selector button:hover {
  color: var(--navy);
  padding-inline-start: 9px;
}
.service-selector button[aria-selected="true"] {
  color: var(--navy);
  font-weight: 650;
  padding-inline-start: 15px;
  background: #f1f5f7;
  border-bottom-color: #c7954e;
}
.selector-index {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: #9c7b4f;
  min-width: 22px;
}
.selector-arrow {
  margin-inline-start: auto;
  color: #a57537;
  font-size: 1.3rem;
  transition: transform 0.3s;
}
.service-selector button[aria-selected="true"] .selector-arrow {
  transform: rotate(45deg);
}
.service-content {
  background: #102c45;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.service-content:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 100% 0, #2f65794d, transparent 65%);
  pointer-events: none;
}
.service-detail {
  position: relative;
  min-height: 520px;
  padding: 37px 45px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: service-in 0.45s ease both;
}
.service-detail-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.service-detail-top .eyebrow {
  color: #d9b072;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  margin: 0;
}
.detail-index {
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: #9ab9c6;
}
.detail-icon {
  color: #c4dce6;
  border: 1px solid #ffffff2b;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  margin-block: 34px 25px;
}
.detail-icon svg {
  width: 31px;
  height: 31px;
}
.service-detail h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
  max-width: 390px;
  font-weight: 500;
  margin-bottom: 18px;
}
.service-detail p {
  font-size: 0.94rem;
  color: #b8cdd8;
  line-height: 1.85;
  max-width: 420px;
  margin-bottom: 23px;
}
.service-detail .btn {
  font-size: 0.82rem;
  min-height: 46px;
  margin-top: auto;
}
.service-detail-footer {
  border-top: 1px solid #ffffff25;
  margin-top: 29px;
  padding-top: 18px;
  width: 100%;
  font-size: 0.73rem;
  line-height: 1.8;
  color: #a0b9c8;
}
.rtl .service-selector button {
  font-size: 0.96rem;
  padding-inline: 0 12px;
}
.rtl .service-selector button[aria-selected="true"] {
  padding-inline: 15px 12px;
}
.rtl .service-detail h3 {
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0;
}
.rtl .service-detail p {
  font-size: 0.9rem;
}
.rtl .service-detail-top .eyebrow {
  letter-spacing: 0;
}
.maintenance-section {
  background: #edf2f4 !important;
}
.split h2,
.field-grid h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.maintenance-grid {
  gap: 1px;
  background: #d8e2e8;
  border: 1px solid #d8e2e8;
}
.maintenance-tile {
  border: 0;
  border-radius: 0;
  padding: 29px 25px;
  min-height: 170px;
  transition:
    background 0.3s,
    transform 0.3s;
}
.maintenance-tile:not(.featured):hover {
  background: #f7fafc;
}
.maintenance-tile b {
  font-weight: 600;
}
.maintenance-tile.featured {
  background: #12314b;
}
.readiness-list {
  column-gap: 30px;
}
.readiness-list span {
  padding: 24px 0;
}
.readiness-section {
  border-bottom: 1px solid #e7edf1;
}
.field-section {
  background: #fff;
}
.field-grid {
  gap: 80px;
}
.field-vehicle-wrap {
  background: #e7f2f7;
  border: 0;
  border-radius: 3px;
  padding: 18px;
  overflow: hidden;
}
.field-vehicle-wrap img {
  border-radius: 0;
  mix-blend-mode: multiply;
  transition: transform 0.8s;
}
.field-vehicle-wrap:hover img {
  transform: scale(1.035);
}
.field-grid .pill {
  background: transparent;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  font-size: 0.77rem;
}
.field-grid .pill:not(:last-child):after {
  content: " /";
  color: #a8bac5;
  margin-inline: 8px;
}
.field-grid .actions {
  margin-top: 26px;
}
.rtl .split h2,
.rtl .field-grid h2 {
  line-height: 1.7;
  letter-spacing: 0;
  font-size: clamp(1.65rem, 2.1vw, 2rem);
}
.projects-home {
  background: #f3f6f7 !important;
}
.project-editorial {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #cbd6df;
}
.project-editorial .project-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  border: 0;
  border-bottom: 1px solid #cbd6df;
  border-radius: 0;
  background: transparent;
  padding: 30px 0;
  gap: 38px;
  box-shadow: none;
  align-items: center;
}
.project-editorial .project-card:hover {
  transform: none;
}
.project-editorial .project-thumb {
  height: 145px;
  border: 0;
  border-radius: 3px;
  background: #dce8ed;
  transition: background 0.4s;
  position: relative;
  overflow: hidden;
}
.project-editorial .project-code {
  font-size: 2.5rem;
  color: #25495e;
  letter-spacing: -0.06em;
  font-weight: 400;
}
.project-editorial .project-index {
  color: #678091;
}
.project-editorial .project-card:hover .project-thumb {
  background: #bfd7e2;
}
.project-editorial .project-body {
  padding: 0;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 6px 50px;
  align-items: center;
}
.project-editorial .project-body small {
  grid-column: 1/-1;
  font-size: 0.65rem;
}
.project-editorial .project-body h3 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
}
.project-editorial .project-body p {
  font-size: 0.85rem;
  line-height: 1.9;
}
.home-values .value {
  padding: 25px 18px;
  background: transparent;
  border-inline-start: 0;
  border-bottom: 1px solid var(--line);
}
.home-values .value h3 {
  font-weight: 500;
}
.brand-dark {
  padding-block: 90px;
  background: #102c45 !important;
}
.brand-dark .eyebrow {
  font-size: 0.7rem;
}
.brand-dark h2 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.3;
  max-width: 900px;
}
.brand-dark .division {
  padding-top: 30px;
}
.brand-dark .division h3 {
  font-weight: 500;
  font-size: 1.25rem;
}
.brand-dark .division p {
  color: #a9c2d0;
}
.rtl .brand-dark h2 {
  font-size: 1.9rem;
  line-height: 1.7;
}
.page-hero {
  background: #102c45;
  padding-block: 76px 80px;
  border-bottom: 0;
}
.page-hero:before {
  inset: 0 0 0 50%;
  background: linear-gradient(130deg, transparent, #5d86971a);
}
.page-hero h1 {
  font-weight: 500;
  letter-spacing: -0.04em;
  max-width: 900px;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
}
.page-hero p {
  font-size: 1rem;
  line-height: 1.9;
  color: #b8cdd8;
}
.service-group,
.feature-box,
.form,
.tab-panel {
  border-radius: 4px;
}
.card {
  border-radius: 4px;
}
.tab-panel {
  animation: service-in 0.4s ease;
}
.project-filter button,
.tabs .tab {
  border-radius: 4px;
}
.footer-logo {
  border-radius: 3px;
}
footer {
  background: #071a2c;
  padding-top: 78px;
}
.footer-bottom {
  margin-top: 55px;
}
.assistant-btn {
  width: 52px;
  height: 52px;
  border-width: 2px;
}
.reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  z-index: 90;
  pointer-events: none;
}
.rtl .reading-progress {
  transform-origin: right;
}
.reveal {
  transition:
    opacity 0.8s ease,
    translate 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-pending {
  opacity: 0;
  translate: 0 24px;
}
.reveal.is-visible {
  opacity: 1;
  translate: 0 0;
}
.section-head.reveal {
  transition-delay: 0.02s;
}
.hero-copy {
  animation: hero-copy-in 1s ease both;
}
.hero-bottom {
  animation: hero-copy-in 1.2s ease both;
}
.rtl .home-hero-grid {
  padding: 62px 0 105px;
}
.rtl .home-hero h1 {
  font-size: clamp(2.6rem, 3.65vw, 3.2rem);
  line-height: 1.55;
  margin-block: 15px 24px;
}
.rtl .home-equipment-visual:after {
  background:
    linear-gradient(
      270deg,
      #071a2c 0%,
      #071a2cf5 24%,
      #071a2cc2 43%,
      #071a2c24 72%
    ),
    linear-gradient(0deg, #071a2cf5 0%, transparent 42%, #071a2c33 100%);
}
.rtl .hero-image {
  object-position: 35% 48%;
  scale: -1 1;
}
.rtl .hero-copy .lead {
  max-width: 520px;
  font-size: 0.95rem;
}
.rtl .home-hero .eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0;
}
@keyframes hero-drift {
  from {
    transform: scale(1.035) translateX(0);
  }
  to {
    transform: scale(1.09) translateX(-0.8%);
  }
}
@keyframes hero-copy-in {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes service-in {
  from {
    opacity: 0.3;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1150px) {
  .home-hero .hero-copy {
    width: 61%;
  }
  .home-hero h1 {
    font-size: 3.4rem;
  }
  .home-visual-card {
    max-width: 260px;
    inset-inline-end: 28px;
  }
  .image-note {
    inset-inline-end: 28px;
  }
  .maintenance-priority-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 20px;
  }
  .maintenance-priority-grid > .btn {
    grid-column: 1/-1;
  }
  .service-explorer {
    gap: 30px;
  }
  .service-selector button {
    font-size: 0.95rem;
    gap: 13px;
  }
  .service-detail {
    padding: 32px;
  }
  .service-detail h3 {
    font-size: 1.8rem;
  }
  .field-grid {
    gap: 40px;
  }
  .project-editorial .project-body {
    gap: 6px 25px;
  }
  .project-editorial .project-body h3 {
    font-size: 1.2rem;
  }
}
@media (max-width: 980px) {
  .header-row,
  .is-scrolled .header-row {
    height: 76px;
  }
  .home-hero {
    min-height: 720px;
  }
  .home-hero-grid {
    padding-top: 65px;
    min-height: 635px;
  }
  .home-hero .hero-copy {
    width: 65%;
  }
  .home-hero h1 {
    font-size: 3.05rem;
  }
  .home-visual-card {
    max-width: 235px;
    bottom: 115px;
  }
  .home-visual-card strong {
    font-size: 1.1rem;
  }
  .home-visual-card > span:last-child {
    display: none;
  }
  .image-note {
    bottom: 92px;
  }
  .service-detail {
    min-height: 550px;
    padding: 30px 26px;
  }
  .service-selector button {
    min-height: 91px;
    font-size: 0.88rem;
  }
  .project-editorial .project-card {
    grid-template-columns: 160px 1fr;
    gap: 25px;
  }
  .project-editorial .project-body {
    display: block;
  }
  .project-editorial .project-body h3 {
    margin: 8px 0;
  }
  .section {
    padding-block: 78px;
  }
  .rtl .home-hero h1 {
    font-size: 2.65rem;
  }
  .rtl .service-selector button {
    font-size: 0.86rem;
  }
}
@media (max-width: 760px) {
  .header-row,
  .is-scrolled .header-row {
    height: 70px;
  }
  .home-hero {
    min-height: 0;
  }
  .home-hero-grid,
  .rtl .home-hero-grid {
    padding: 44px 0 300px;
    min-height: 0;
  }
  .home-hero .hero-copy {
    width: 100%;
    max-width: none;
  }
  .home-hero h1 {
    font-size: clamp(2.7rem, 9vw, 3.5rem);
    line-height: 1.14;
    margin: 21px 0 24px;
  }
  .home-hero .eyebrow {
    font-size: 0.59rem;
    letter-spacing: 0.08em;
    gap: 9px;
  }
  .home-hero .lead {
    font-size: 0.94rem;
    max-width: 100%;
  }
  .home-hero .hero-tags {
    margin-top: 22px;
  }
  .hero-tags span {
    font-size: 0.7rem;
  }
  .home-equipment-visual {
    height: 100%;
    inset: 0;
  }
  .hero-image {
    height: 480px;
    position: absolute;
    bottom: 0;
    object-position: 70% 65%;
    opacity: 0.95;
  }
  .home-equipment-visual:after,
  .rtl .home-equipment-visual:after {
    background: linear-gradient(
      180deg,
      #071a2c 0%,
      #071a2c 43%,
      #071a2c88 63%,
      #071a2c00 76%,
      #071a2c 100%
    );
  }
  .home-visual-card {
    inset-inline: 20px auto;
    bottom: 55px;
    max-width: 280px;
    border: 0;
    padding: 0;
  }
  .home-visual-card strong {
    font-size: 1rem;
  }
  .home-visual-card .visual-label {
    font-size: 0.56rem;
  }
  .image-note {
    inset-inline: 20px auto;
    bottom: 33px;
    font-size: 0.54rem;
  }
  .hero-bottom {
    min-height: 66px;
    font-size: 0.7rem;
  }
  .hero-location {
    display: none;
  }
  .hero-index {
    font-size: 0.6rem;
  }
  .scroll-cue {
    font-size: 0.72rem;
  }
  .maintenance-priority {
    padding-top: 0;
  }
  .maintenance-priority-grid {
    grid-template-columns: 1fr;
    padding: 27px 0;
    gap: 16px;
  }
  .maintenance-priority h2 {
    font-size: 1.13rem;
  }
  .maintenance-priority-grid > .btn {
    width: auto;
    justify-self: start;
  }
  .section {
    padding: 62px 0;
  }
  .section-head {
    margin-bottom: 29px;
    gap: 18px;
  }
  .section-head h2 {
    font-size: 1.9rem;
  }
  .service-explorer {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .service-selector {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 0;
    gap: 8px;
  }
  .service-selector button {
    border: 1px solid var(--line);
    border-radius: 3px;
    font-size: 0.78rem;
    padding: 13px 10px;
    min-height: 70px;
    gap: 8px;
    align-items: flex-start;
  }
  .service-selector button[aria-selected="true"] {
    padding: 13px 10px;
    border-color: #ba8749;
    background: #f1f5f7;
  }
  .selector-index {
    font-size: 0.63rem;
    min-width: 14px;
    line-height: 1.8;
  }
  .selector-arrow {
    display: none;
  }
  .service-detail {
    min-height: 475px;
    padding: 28px;
  }
  .service-detail h3 {
    font-size: 1.8rem;
  }
  .detail-icon {
    margin-block: 28px 22px;
    width: 58px;
    height: 58px;
  }
  .service-detail p {
    font-size: 0.9rem;
  }
  .service-detail-footer {
    font-size: 0.73rem;
  }
  .service-detail-top .eyebrow {
    font-size: 0.6rem;
  }
  .split h2,
  .field-grid h2 {
    font-size: 1.85rem;
  }
  .maintenance-tile {
    padding: 23px 19px;
    min-height: 155px;
  }
  .project-editorial .project-card {
    grid-template-columns: 78px 1fr;
    padding: 24px 0;
    gap: 20px;
    align-items: start;
  }
  .project-editorial .project-thumb {
    height: 90px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project-editorial .project-code {
    font-size: 1.6rem;
  }
  .project-editorial .project-index {
    display: none;
  }
  .project-editorial .project-body h3 {
    font-size: 1.05rem;
    line-height: 1.55;
  }
  .project-editorial .project-body small {
    font-size: 0.62rem;
  }
  .project-editorial .project-body p {
    font-size: 0.8rem;
  }
  .brand-dark h2 {
    font-size: 1.9rem;
  }
  .brand-dark .division h3 {
    font-size: 1.15rem;
  }
  .page-hero {
    padding: 50px 0 55px;
  }
  .page-hero h1 {
    font-size: 2.1rem;
  }
  .rtl .home-hero h1 {
    font-size: 2.45rem;
    line-height: 1.55;
  }
  .rtl .home-hero .eyebrow {
    font-size: 0.68rem;
  }
  .rtl .home-hero .lead {
    font-size: 0.91rem;
  }
  .rtl .hero-image {
    object-position: 60% 65%;
  }
  .rtl .service-selector button,
  .rtl .service-selector button[aria-selected="true"] {
    padding: 12px 10px;
    font-size: 0.8rem;
  }
  .rtl .service-detail h3 {
    font-size: 1.65rem;
  }
  .rtl .brand-dark h2 {
    font-size: 1.75rem;
  }
  .rtl .section-head h2 {
    font-size: 1.65rem;
  }
  .rtl .project-editorial .project-body h3 {
    font-size: 1rem;
  }
  .field-grid {
    gap: 29px;
  }
  .field-vehicle-wrap {
    order: 0;
  }
  .hero-copy {
    animation-duration: 0.75s;
  }
}
@media (max-width: 380px) {
  .home-hero h1 {
    font-size: 2.5rem;
  }
  .home-hero .eyebrow {
    font-size: 0.53rem;
  }
  .home-hero .actions {
    flex-direction: row;
    gap: 8px;
  }
  .home-hero .actions .btn {
    font-size: 0.7rem;
    padding: 10px;
    min-height: 47px;
  }
  .home-hero-grid,
  .rtl .home-hero-grid {
    padding-bottom: 290px;
  }
  .service-detail {
    padding: 24px;
  }
  .service-selector button {
    font-size: 0.72rem;
  }
  .rtl .home-hero h1 {
    font-size: 2.15rem;
  }
  .rtl .service-selector button {
    font-size: 0.73rem;
  }
  .project-editorial .project-card {
    grid-template-columns: 60px 1fr;
    gap: 15px;
  }
  .project-editorial .project-thumb {
    height: 75px;
  }
  .project-editorial .project-code {
    font-size: 1.3rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-image,
  .hero-copy,
  .hero-bottom,
  .service-detail,
  .tab-panel {
    animation: none !important;
  }
  .reveal-pending {
    opacity: 1;
    translate: none;
  }
  .header,
  .header-row,
  .reveal {
    transition: none !important;
  }
}
@media print {
  .reveal-pending {
    opacity: 1;
    translate: none;
  }
  .home-equipment-visual,
  .hero-bottom,
  .reading-progress {
    display: none;
  }
  .home-hero-grid {
    padding: 20px 0;
    min-height: 0;
  }
  .home-hero {
    min-height: 0;
  }
  .home-hero .hero-copy {
    width: 100%;
  }
  .service-explorer {
    display: block;
  }
  .service-selector {
    display: none;
  }
  .service-detail[hidden] {
    display: block !important;
  }
  .service-content,
  .service-detail {
    background: white;
    color: black;
  }
  .service-detail h3,
  .service-detail p {
    color: black;
  }
}
