.home-hero {
  position: relative;
  min-height: calc(100vh - 42px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--hero-image) center / cover;
}

.home-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  content: "";
  background: linear-gradient(0deg, rgba(7, 19, 31, 0.34), transparent);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0.66), rgba(7, 19, 31, 0.18)),
    linear-gradient(0deg, rgba(7, 19, 31, 0.34), transparent 40%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  padding-block: clamp(88px, 12vw, 150px);
}

.hero-copy {
  max-width: 820px;
}

.hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.05;
}

.hero-lede {
  max-width: 700px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.12rem, 2.1vw, 1.42rem);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-checks span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 800;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow {
  color: #9ee8e4;
}

.hero-panel {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.panel-kicker {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 10px;
  color: #ffffff;
  background: rgba(0, 136, 145, 0.62);
  border-radius: var(--radius);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel h2 {
  font-size: 2.2rem;
}

.hero-panel li {
  padding-block: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.8);
}

.panel-link {
  display: inline-flex;
  margin-top: 22px;
  color: #9ee8e4;
  font-weight: 900;
}

.trust-strip {
  position: relative;
  z-index: 3;
  margin-top: -44px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-md);
}

.trust-grid div {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  color: var(--cyan);
  font-size: 1.5rem;
}

.trust-grid span {
  color: var(--ink-soft);
  font-weight: 900;
}

.service-overview,
.values-section,
.stores-section {
  background: var(--mist);
}

.command-section {
  background: #ffffff;
}

.command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}

.image-stack {
  position: relative;
  min-height: 620px;
}

.image-stack img {
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

.stack-main {
  width: 78%;
  height: 560px;
}

.stack-small {
  position: absolute;
  width: 42%;
  aspect-ratio: 1 / 1;
}

.stack-one {
  right: 0;
  top: 42px;
}

.stack-two {
  right: 10%;
  bottom: 0;
}

.command-copy p {
  font-size: 1.05rem;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.metric-grid div {
  padding: 24px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--mist);
}

.metric-grid strong,
.metric-grid span {
  display: block;
}

.metric-grid strong {
  color: var(--cyan-dark);
  font-size: 2.4rem;
  line-height: 1;
}

.metric-grid span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.tab-section {
  background: linear-gradient(180deg, #ffffff, var(--mist));
}

.tab-panel {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  align-items: center;
  min-height: 470px;
}

.tab-panel img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.tab-panel div {
  padding: clamp(30px, 5vw, 58px);
}

.tab-panel p {
  font-size: 1.05rem;
}

.process-section {
  background: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.process-grid article {
  position: relative;
  min-height: 270px;
  padding: 34px 28px 0 0;
  border-right: 1px solid var(--line);
}

.process-grid article:last-child {
  border-right: 0;
}

.process-grid article::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
}

.process-grid span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--cyan);
  font-weight: 900;
}

.package-section {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 19, 31, 0.94), rgba(14, 42, 71, 0.92)),
    url("https://images.unsplash.com/photo-1605810230434-7631ac76ec81?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.package-section .section-heading p,
.package-card p,
.package-card li {
  color: rgba(255, 255, 255, 0.72);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.package-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 410px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.package-card > span {
  color: #9ee8e4;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card h3 {
  font-size: 2rem;
}

.package-featured {
  background: #ffffff;
  color: var(--ink);
}

.package-featured li {
  color: var(--muted);
}

.cta-band {
  padding-block: 74px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--cyan-dark), var(--navy));
}

.cta-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-grid h2 {
  max-width: 780px;
  margin-bottom: 0;
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: var(--page-image) center / cover;
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(7, 19, 31, 0.94), rgba(7, 19, 31, 0.54), rgba(7, 19, 31, 0.2));
}

.page-hero-inner {
  position: relative;
  max-width: 880px;
  padding-block: 90px;
}

.page-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.page-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.12rem;
}

.story-grid,
.contact-grid,
.visit-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.story-grid p {
  font-size: 1.05rem;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--shadow-md);
}

.story-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.story-card div {
  padding: 28px;
  color: #ffffff;
}

.story-card span {
  color: #9ee8e4;
  font-weight: 900;
  text-transform: uppercase;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.values-grid article {
  min-height: 300px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.values-grid span {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--gold);
  font-weight: 900;
}

.capability-band {
  color: #ffffff;
  background: var(--navy);
}

.capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.capability-grid .eyebrow {
  color: #9ee8e4;
}

.capability-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.capability-list span {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
}

.image-feature {
  background: #ffffff;
}

.feature-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--mist);
  box-shadow: var(--shadow-md);
}

.feature-wide img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.feature-wide div {
  align-self: center;
  padding: clamp(30px, 5vw, 58px);
}

.service-catalog {
  background: #ffffff;
}

.catalog-grid {
  display: grid;
  gap: 26px;
}

.service-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.service-detail.reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.service-detail.reverse img {
  order: 2;
}

.service-detail img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.service-detail div {
  align-self: center;
  padding: clamp(30px, 5vw, 58px);
}

.service-detail span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-scope {
  background: var(--mist);
}

.compact-tabs .tab-panel {
  grid-template-columns: 1fr;
  min-height: auto;
}

.scope-panel {
  padding: clamp(28px, 4vw, 46px);
}

.scope-panel h3 {
  font-size: clamp(1.6rem, 3vw, 2.8rem);
}

.faq-section {
  background: #ffffff;
}

.contact-main {
  background: var(--mist);
}

.contact-cards {
  display: grid;
  gap: 16px;
}

.contact-cards article {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.contact-cards span,
.store-grid span,
.map-card span {
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-cards a {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.visit-section {
  background: #ffffff;
}

.map-card {
  display: grid;
  place-items: end start;
  min-height: 430px;
  padding: 28px;
  border-radius: var(--radius);
  color: #ffffff;
  background:
    linear-gradient(0deg, rgba(7, 19, 31, 0.88), rgba(7, 19, 31, 0.24)),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1000&q=80") center / cover;
  box-shadow: var(--shadow-md);
}

.map-card div {
  max-width: 460px;
  padding: 24px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.map-card strong {
  display: block;
  margin-block: 8px;
  font-size: 1.5rem;
}

.map-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.store-grid a {
  display: grid;
  gap: 10px;
  min-height: 170px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  transition: transform var(--ease), box-shadow var(--ease);
}

.store-grid a:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.store-grid strong {
  font-size: 1.45rem;
}
