:root {
  --bg: #f5f7f3;
  --bg-alt: #edf1ec;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-soft: rgba(20, 34, 53, 0.04);
  --text: #152235;
  --muted: #5d6978;
  --line: rgba(20, 34, 53, 0.1);
  --line-strong: rgba(20, 34, 53, 0.16);
  --accent: #7ab2a7;
  --accent-strong: #3d6665;
  --shadow: 0 24px 64px rgba(20, 34, 53, 0.1);
  --shadow-soft: 0 16px 36px rgba(20, 34, 53, 0.08);
  --max-width: 1040px;
  --content-width: 50rem;
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--sans);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background:
    radial-gradient(circle at top left, rgba(122, 178, 167, 0.16), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(130, 153, 183, 0.14), transparent 26%),
    linear-gradient(180deg, #fbfcf9 0%, #f4f7f3 50%, #eef2ee 100%);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.container {
  width: min(calc(100% - 2.25rem), var(--max-width));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.eyebrow {
  color: var(--accent-strong);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 1rem;
}

.section-heading {
  margin-bottom: 2.4rem;
}

.section-heading.narrow {
  width: min(100%, var(--content-width));
  max-width: none;
}

.section-heading h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-heading p:last-child,
.team-copy p,
.contact-copy p,
.offer-card p,
.summary-item p {
  color: var(--muted);
}

.section-heading p:last-child {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.68;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(250, 251, 248, 0.76);
  border-bottom: 1px solid rgba(20, 34, 53, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  max-width: var(--content-width);
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.brand-copy {
  display: grid;
  gap: 0.08rem;
}

.brand-copy strong {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand-copy span:last-child {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav .nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 1rem;
  border: 1px solid rgba(20, 34, 53, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  font-weight: 700;
}

.site-nav .nav-button::after {
  display: none;
}

.site-nav .nav-button:hover,
.site-nav .nav-button:focus-visible {
  border-color: rgba(20, 34, 53, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--accent);
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.menu-toggle span {
  width: 1.05rem;
  height: 1px;
  margin: 0 auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  isolation: isolate;
  padding-top: 6.3rem;
  padding-bottom: 4.2rem;
}

.hero::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 2.2rem;
  width: min(30rem, 34vw);
  height: min(22rem, 28vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(123, 166, 175, 0.16), transparent 68%);
  filter: blur(24px);
  opacity: 0.58;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10rem;
  width: min(22rem, 26vw);
  height: min(22rem, 26vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 178, 167, 0.12), transparent 72%);
  filter: blur(28px);
  opacity: 0.4;
  z-index: 0;
}

.hero-shell {
  display: grid;
  gap: 1.55rem;
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
  margin: 0 auto;
}

.hero-copy {
  width: 100%;
  max-width: var(--content-width);
  align-self: start;
}

.hero-label-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-bottom: 1.4rem;
}

.hero-label-row .eyebrow {
  margin: 0;
}

.intro-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.82rem;
  border: 1px solid rgba(122, 178, 167, 0.28);
  border-radius: 999px;
  background: rgba(122, 178, 167, 0.08);
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0;
  max-width: none;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.45vw, 4.9rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.hero-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.55rem;
  max-width: var(--content-width);
  align-items: stretch;
}

.hero-lead {
  margin: 1.45rem 0 0;
  max-width: none;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.62;
}

.hero-trust-line {
  margin: 1rem 0 0;
  max-width: none;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-actions {
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.92rem 1.28rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #152235 0%, #213757 100%);
  color: #f8fafb;
  box-shadow: 0 16px 34px rgba(20, 34, 53, 0.14);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 38px rgba(20, 34, 53, 0.18);
}

.button-secondary {
  border-color: rgba(20, 34, 53, 0.12);
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(20, 34, 53, 0.2);
  background: rgba(255, 255, 255, 0.96);
}

.hero-summary,
.hero-media,
.offer-card,
.team-photo-frame,
.contact-panel {
  border: 1px solid rgba(20, 34, 53, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 246, 0.88)),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.hero-summary {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  min-height: 15.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.summary-kicker {
  margin: 0 0 1rem;
  color: var(--accent-strong);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-label-row .eyebrow,
.offer-section .section-heading .eyebrow,
.who-section .section-heading .eyebrow {
  font-size: 0.9rem;
}

.summary-list {
  display: grid;
  gap: 0.9rem;
}

.summary-item {
  padding: 1rem;
  border: 1px solid rgba(20, 34, 53, 0.07);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.76);
}

.summary-item strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.35;
}

.summary-item p {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.hero-media {
  width: 100%;
  min-height: 15.75rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(246, 248, 244, 0.14), rgba(246, 248, 244, 0.38)),
    linear-gradient(135deg, rgba(20, 34, 53, 0.34), rgba(20, 34, 53, 0.12)),
    url("assets/glass-facade.jpg") center center / cover no-repeat;
  box-shadow: 0 22px 52px rgba(20, 34, 53, 0.12);
  filter: saturate(0.8) brightness(0.9);
  overflow: hidden;
}

.offer-section,
.who-section,
.team-section,
.contact-section {
  position: relative;
}

.offer-section .container,
.who-section .container,
.team-section .container,
.contact-section .container {
  position: relative;
  z-index: 1;
  max-width: var(--content-width);
}

.offer-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 88% 24%, rgba(122, 178, 167, 0.06), transparent 20%);
}

.offer-section::after {
  display: none;
}

.who-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 14% 28%, rgba(130, 153, 183, 0.07), transparent 18%);
}

.team-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 82% 34%, rgba(20, 34, 53, 0.04), transparent 18%);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 10% 78%, rgba(122, 178, 167, 0.05), transparent 18%);
}

.offer-section::before,
.who-section::before,
.team-section::before,
.contact-section::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: min(100% - 2.25rem, var(--max-width));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(20, 34, 53, 0.12), transparent);
}

.offer-grid {
  width: min(100%, var(--content-width));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: var(--content-width);
}

.offer-card {
  padding: 1.55rem;
  border-radius: var(--radius-lg);
}

.offer-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.28;
}

.offer-card p {
  margin: 0.85rem 0 0;
  font-size: 0.96rem;
  line-height: 1.66;
}

.team-layout {
  width: min(100%, var(--content-width));
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  max-width: var(--content-width);
}

.team-visual {
  display: none;
}

.contact-layout {
  width: min(100%, var(--content-width));
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  align-items: start;
  max-width: var(--content-width);
}

.team-photo-frame {
  max-width: 15.25rem;
  padding: 0.75rem;
  border-radius: 2rem;
}

.team-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1.45rem;
}

.team-copy {
  max-width: none;
}

.team-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.05rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.team-copy p {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
}

.team-copy::after {
  content: "";
  display: block;
  clear: both;
}

.team-copy .team-photo-frame {
  float: left;
  max-width: 15.25rem;
  margin: 1.35rem 2rem 1rem 0;
}

.team-copy p:nth-of-type(4),
.team-highlights {
  clear: left;
}

.team-copy .team-photo-frame img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 1.45rem;
}

.team-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.team-highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(20, 34, 53, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-copy {
  width: 100%;
  max-width: 100%;
}

.contact-copy p {
  margin: 1rem 0 0;
  font-size: 0.98rem;
  line-height: 1.68;
}

.contact-panel {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 12.5rem;
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(246, 248, 244, 0.62) 0%, rgba(246, 248, 244, 0.28) 42%, rgba(246, 248, 244, 0.06) 100%),
    linear-gradient(135deg, rgba(20, 34, 53, 0.42), rgba(20, 34, 53, 0.2)),
    url("assets/meeting-room-slice.jpg") center center / cover no-repeat;
  box-shadow: 0 24px 56px rgba(20, 34, 53, 0.12);
  filter: saturate(1.08) brightness(0.95) contrast(1.02);
  overflow: hidden;
}

.contact-details {
  width: min(100%, 14rem);
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 36px rgba(20, 34, 53, 0.12);
  backdrop-filter: blur(10px);
}

.contact-detail {
  display: grid;
  gap: 0.25rem;
}

.contact-detail dt {
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-detail dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-detail a {
  color: inherit;
  transition: color 180ms ease;
}

.contact-detail a:hover,
.contact-detail a:focus-visible {
  color: var(--accent-strong);
}

.site-footer {
  padding: 0 0 2.5rem;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem 1.5rem;
  align-items: start;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(20, 34, 53, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-company {
  margin: 0;
  max-width: 100%;
  font-size: 0.88rem;
  line-height: 1.7;
}

.footer-company a,
.detail-card a {
  color: inherit;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1rem;
}

.footer-links a {
  color: var(--text);
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--accent-strong);
}

.detail-section {
  padding-top: 6.3rem;
}

.detail-layout {
  max-width: var(--content-width);
}

.detail-heading {
  margin-bottom: 1.5rem;
}

.detail-heading h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.detail-card {
  width: min(100%, 32rem);
  padding: 1.7rem;
  border: 1px solid rgba(20, 34, 53, 0.08);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(247, 249, 246, 0.88)),
    rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-soft);
}

.detail-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.detail-card p + p {
  margin-top: 1.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .offer-card,
  .hero-summary,
  .hero-media,
  .team-photo-frame,
  .contact-panel {
    transition:
      transform 200ms ease,
      border-color 200ms ease,
      box-shadow 200ms ease,
      background-color 200ms ease;
  }

  .offer-card:hover,
  .hero-summary:hover,
  .hero-media:hover,
  .team-photo-frame:hover,
  .contact-panel:hover {
    transform: translateY(-2px);
    border-color: rgba(122, 178, 167, 0.22);
    box-shadow: 0 22px 48px rgba(20, 34, 53, 0.12);
  }
}

@media (max-width: 980px) {
  .hero-shell,
  .team-layout {
    max-width: none;
  }

  .hero-panels {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  .team-copy .team-photo-frame {
    float: none;
    max-width: 13.4rem;
    margin: 0 0 1.35rem;
  }

  .contact-panel {
    width: 100%;
    min-height: 10.5rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .section {
    padding: 4.3rem 0;
  }

  .header-inner {
    min-height: 4.6rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(0.18rem) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-0.18rem) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    left: 1.125rem;
    right: 1.125rem;
    top: calc(100% + 0.6rem);
    display: grid;
    gap: 0;
    padding: 0.4rem;
    border: 1px solid rgba(20, 34, 53, 0.08);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition:
      opacity 180ms ease,
      transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
  }

  .site-nav .nav-button {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(20, 34, 53, 0.04);
  }

  .hero {
    padding-top: 3.3rem;
    padding-bottom: 3.4rem;
  }

  .hero::before {
    right: auto;
    left: 50%;
    top: 9rem;
    width: 14rem;
    height: 14rem;
    transform: translateX(-50%);
    opacity: 0.34;
  }

  .hero::after {
    display: none;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 14vw, 4.3rem);
  }

  .hero-lead,
  .hero-trust-line,
  .section-heading p:last-child,
  .team-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

  .offer-card h3 {
    font-size: 1.03rem;
  }

  .hero-actions .button,
  .contact-actions .button {
    width: 100%;
  }

  .hero-panels {
    grid-template-columns: 1fr;
  }

  .hero-summary,
  .hero-media {
    min-height: 12.5rem;
  }

  .team-photo-frame {
    max-width: 12.8rem;
  }

  .team-section {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
      radial-gradient(circle at 82% 34%, rgba(20, 34, 53, 0.04), transparent 18%);
  }

  .contact-panel {
    min-height: 8.8rem;
    border-radius: 1.5rem;
  }

  .footer-inner {
    gap: 0.75rem;
  }

  .contact-details,
  .detail-card {
    width: 100%;
  }

  .footer-company {
    font-size: 0.86rem;
  }

  .footer-links {
    gap: 0.55rem 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  @page {
    margin: 14mm;
  }

  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  body,
  .hero,
  .offer-section,
  .who-section,
  .team-section,
  .contact-section,
  .detail-section,
  .site-header {
    background: #fff !important;
  }

  .page-shell {
    overflow: visible;
  }

  .site-header {
    position: static;
    border-bottom: 0;
    backdrop-filter: none;
  }

  .menu-toggle {
    display: none !important;
  }

  .site-nav a::after,
  .hero::before,
  .hero::after,
  .offer-section::before,
  .who-section::before,
  .team-section::before,
  .contact-section::before {
    display: none !important;
  }

  .section,
  .hero,
  .detail-section {
    padding: 1.6rem 0 !important;
  }

  .hero-summary,
  .hero-media,
  .offer-card,
  .team-photo-frame,
  .contact-panel,
  .contact-details,
  .detail-card {
    box-shadow: none;
    filter: none;
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}
