:root {
  --zovo-ink: #1f2526;
  --zovo-muted: #65706d;
  --zovo-accent: #7f6648;
  --zovo-deep: #243333;
  --zovo-blue: #536b76;
  --zovo-line: #9ba8a2;
  --zovo-soft: #f4f3ef;
  --zovo-paper: #fffdfa;
  --zovo-border: rgba(31, 37, 38, 0.12);
}

.original-shell .search-box-wrapper,
.original-shell .pum,
.original-shell .pum-overlay {
  display: none !important;
}

.original-shell #main-wrapper,
.original-shell #main {
  min-height: 100vh;
}

.original-shell .header-mobile-navigation {
  display: none;
}

.original-shell .header-mobile-navigation.is-open {
  display: block;
}

.original-shell .header-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.original-shell rs-module-wrap,
.original-shell rs-module {
  display: block !important;
  visibility: visible !important;
  position: relative;
  width: 100% !important;
  height: 100vh !important;
  min-height: 600px !important;
  overflow: hidden;
}

.original-shell rs-slides,
.original-shell rs-slide {
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.original-shell rs-slide {
  opacity: 0;
  display: none !important;
}

.original-shell rs-slide:first-child {
  display: block !important;
  opacity: 1;
  z-index: 2;
}

.original-shell rs-slide .rev-slidebg,
.original-shell rs-slide > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 1 !important;
}

.original-shell rs-slide:first-child .rev-slidebg {
  content: url("/media/2025/08/sl-ph1.jpg");
}

.original-shell rs-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.original-shell rs-layer,
.original-shell .rs-layer,
.original-shell rs-slide h1,
.original-shell rs-slide .rev-btn {
  position: absolute !important;
  z-index: 3 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  white-space: normal !important;
}

.original-shell #slider-1-slide-1-layer-1 {
  left: 50% !important;
  top: 36% !important;
  transform: translate(-50%, -50%) !important;
  width: min(980px, 90vw) !important;
  color: #fff !important;
  font-size: clamp(40px, 6vw, 80px) !important;
  line-height: 1.12 !important;
  text-align: right !important;
}

.original-shell #slider-1-slide-1-layer-3,
.original-shell #slider-1-slide-1-layer-4 {
  top: 62% !important;
  transform: translateX(-50%) !important;
  color: #fff !important;
}

.original-shell #slider-1-slide-1-layer-3 {
  left: calc(50% - 95px) !important;
}

.original-shell #slider-1-slide-1-layer-4 {
  left: calc(50% + 95px) !important;
}

.original-shell #header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
}

.original-shell #header-inner-wrap,
.original-shell #header-wrap {
  min-height: 110px;
}

.original-shell #header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.original-shell .logo img {
  max-width: 200px;
  height: auto;
}

.original-shell #content {
  position: relative;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--zovo-ink);
  font-family: Inter, Arial, sans-serif;
  background: var(--zovo-paper);
  overflow-x: clip;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid var(--zovo-border);
  backdrop-filter: blur(12px);
}

.site-header-transparent {
  position: fixed;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(20, 24, 24, 0.58), rgba(20, 24, 24, 0.12));
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 200px;
  height: auto;
}

.site-header:not(.site-header-transparent) .brand img {
  filter: invert(1);
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-menu a {
  color: #2f2b27;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header-transparent .site-menu a {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.site-menu a:hover,
.site-menu a.is-active {
  color: #fff;
  background: rgba(199, 170, 120, 0.16);
  border-color: rgba(199, 170, 120, 0.34);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 9px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--zovo-accent);
}

.site-main {
  min-height: 70vh;
}

.hero-slider {
  position: relative;
  height: min(760px, 100vh);
  min-height: 640px;
  overflow: hidden;
  background: #111;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 130px clamp(20px, 6vw, 80px) 70px;
  background-position: center;
  background-size: cover;
  opacity: 0;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 25, 25, 0.76), rgba(19, 25, 25, 0.28) 54%, rgba(19, 25, 25, 0.52)),
    rgba(0, 0, 0, 0.12);
}

.hero-slide-1 {
  background-image: url("/media/2025/08/sl-ph1.jpg");
  opacity: 1;
}

.hero-slide-2 {
  background-image: url("/media/2025/08/sl-ph2.jpg");
}

.hero-slide-3 {
  background-image: url("/media/2025/08/sl-ph3.jpg");
}

.hero-slide-4 {
  background-image: url("/media/2025/08/sl-ph4.jpg");
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0;
  color: #fff;
  text-align: left;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.hero-content-center {
  text-align: left;
}

.hero-kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-content h1 {
  max-width: 850px;
  margin: 0 0 22px;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(46px, 6.8vw, 92px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.hero-lead {
  max-width: 660px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 49px;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-actions a.accent {
  background: var(--zovo-accent);
  border-color: var(--zovo-accent);
}

.migrated-page {
  overflow: hidden;
}

.home-page {
  background:
    radial-gradient(circle at top left, rgba(83, 107, 118, 0.12), transparent 30vw),
    var(--zovo-paper);
}

.migrated-page > div,
.migrated-page section,
.zovo-wrap {
  max-width: 1180px;
  margin-inline: auto;
}

.migrated-page h1,
.migrated-page h2,
.migrated-page h3 {
  color: var(--zovo-deep);
  line-height: 1.18;
}

.migrated-page h1 {
  font-size: clamp(34px, 5vw, 64px);
}

.migrated-page h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.migrated-page p,
.migrated-page li {
  line-height: 1.72;
}

.tatsu-section-pad,
.tatsu-row-wrap,
.tatsu-row,
.tatsu-column,
.tatsu-column-inner,
.tatsu-column-pad-wrap,
.tatsu-column-pad,
.tatsu-text-inner {
  max-width: 1180px;
  margin-inline: auto;
}

.tatsu-section-pad {
  padding: 72px clamp(20px, 4vw, 64px);
}

.tatsu-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  align-items: stretch;
}

.tatsu-one-col .tatsu-row,
.tatsu-row-one-col .tatsu-row {
  grid-template-columns: 1fr;
}

.team-shortcode-wrap img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.team-wrap {
  padding: 20px 0 0;
}

.team-title {
  margin: 0 0 6px;
  font-size: 20px;
  color: var(--zovo-deep);
}

.designation {
  margin: 0 0 8px;
  color: var(--zovo-muted);
  font-weight: 700;
}

.portfolio-container,
.popup-gallery,
.zovo-grid,
.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 18px;
}

.portfolio-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.project-gallery {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px clamp(18px, 4vw, 54px);
}

.project-heading {
  margin-bottom: 24px;
  text-align: center;
}

.project-heading h1 {
  margin: 0 0 8px;
}

.project-heading p {
  margin: 0;
  color: var(--zovo-muted);
  font-size: 18px;
}

.project-grid a {
  overflow: hidden;
  border-radius: 8px;
  background: var(--zovo-soft);
}

.project-grid img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.popup-gallery a:empty {
  display: none;
}

.element-inner,
.zovo-card,
.zovo-box {
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.portfolio-container .element-inner,
.team-shortcode-wrap .element-inner {
  border: 0;
}

.flip-img-wrap img,
.portfolio-container img {
  width: 100%;
  aspect-ratio: 1.38;
  object-fit: cover;
  transition: transform 360ms ease;
}

.element-inner:hover img {
  transform: scale(1.035);
}

.thumb-title-wrap,
.portfolio-card-body {
  padding: 16px 0 0;
}

.thumb-title {
  color: var(--zovo-deep) !important;
  font-weight: 800;
  font-size: 17px;
}

.portfolio-item-cats {
  color: var(--zovo-muted) !important;
  font-size: 14px;
}

.be_image_slide + .be_image_slide {
  margin-top: 18px;
}

.zovo-article,
.page-type-post #content,
.page-type-post .zovo-wrap {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px clamp(18px, 4vw, 36px);
}

.page-type-post .zovo-wrap,
.page-type-page:not(.home-page) #content-wrap,
.page-type-category #content-wrap,
.page-type-author #content-wrap {
  background: #fff;
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(31, 37, 38, 0.08);
}

.zovo-article .zovo-title {
  font-size: clamp(32px, 5vw, 48px);
}

.zovo-note,
.zovo-tip,
.zovo-cta {
  margin: 24px 0;
  padding: 20px;
  background: linear-gradient(135deg, rgba(127, 102, 72, 0.11), rgba(83, 107, 118, 0.1));
  border-left: 4px solid var(--zovo-blue);
  border-radius: 0 8px 8px 0;
}

.zovo-list {
  padding-left: 1.3rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 54px);
  background: var(--zovo-deep);
  color: #fff;
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__legal {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 13px;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.site-footer a {
  color: #fff;
}

.contact-bubble {
  position: fixed;
  right: 22px;
  bottom: 70px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zovo-blue), #a8d8ce);
  color: #fff;
  font-size: 26px;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.25);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 86px clamp(20px, 4vw, 54px);
  scroll-margin-top: 116px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  color: var(--zovo-deep);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.06;
}

.section p {
  color: var(--zovo-muted);
  line-height: 1.72;
}

.home-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  align-items: end;
  padding: 150px clamp(20px, 5vw, 72px) 44px;
  overflow: hidden;
  background: #142020;
}

.home-hero__media,
.home-hero__media::after {
  position: absolute;
  inset: 0;
}

.home-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(20, 32, 32, 0.82), rgba(20, 32, 32, 0.22) 58%, rgba(20, 32, 32, 0.58)),
    linear-gradient(0deg, rgba(20, 32, 32, 0.72), transparent 46%);
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__content,
.home-hero__facts {
  position: relative;
  z-index: 1;
}

.home-hero__content {
  max-width: 920px;
  color: #fff;
}

.home-hero__content h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
}

.home-hero__content > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.actions,
.contact-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--zovo-accent);
  border-color: var(--zovo-accent);
}

.button.ghost {
  background: rgba(255, 255, 255, 0.12);
}

.button.dark {
  color: var(--zovo-deep);
  border-color: var(--zovo-border);
  background: #fff;
}

.home-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin-top: 72px;
  background: rgba(255, 255, 255, 0.24);
}

.home-hero__facts span {
  padding: 18px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

.home-hero__facts b {
  display: block;
  color: #fff;
  font-size: 30px;
}

.split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.copy-stack {
  display: grid;
  gap: 18px;
}

.copy-stack p {
  margin: 0;
  font-size: 18px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.team-grid-single {
  grid-template-columns: minmax(0, 0.86fr);
}

.team-grid article {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1fr;
  gap: 22px;
  align-items: end;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
}

.team-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}

.team-grid-single article {
  grid-template-columns: minmax(240px, 0.62fr) minmax(0, 1fr);
  align-items: center;
}

.team-grid-single img {
  aspect-ratio: 0.78;
  object-position: center top;
}

.team-grid h3,
.value-grid h3,
.process-list h3,
.pricing-grid h3 {
  margin: 0 0 8px;
  color: var(--zovo-deep);
}

.role {
  margin: 0 0 10px;
  color: var(--zovo-accent) !important;
  font-weight: 800;
}

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

.project-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: var(--zovo-deep);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent 62%);
}

.project-card span,
.project-card strong {
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
}

.project-card span {
  bottom: 76px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card strong {
  bottom: 20px;
  font-size: 17px;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.project-card:hover img {
  transform: scale(1.045);
}

.value-section,
.pricing-section {
  max-width: none;
  background: var(--zovo-soft);
}

.value-section > *,
.pricing-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.value-grid,
.pricing-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.value-grid article,
.pricing-grid article,
.post-grid a,
.faq-list details {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(180px, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  list-style: none;
}

.process-list li {
  min-height: 210px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
  counter-increment: step;
}

.process-list li::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 28px;
  color: var(--zovo-accent);
  font-weight: 850;
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid article {
  position: relative;
}

.pricing-grid .featured {
  border-color: var(--zovo-accent);
  box-shadow: 0 24px 80px rgba(127, 102, 72, 0.16);
}

.pricing-grid strong {
  display: block;
  margin: 16px 0;
  color: var(--zovo-deep);
  font-size: 32px;
}

.badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--zovo-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-grid a {
  min-height: 170px;
  color: var(--zovo-deep);
  text-decoration: none;
}

.post-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.post-grid strong {
  font-size: 21px;
  line-height: 1.25;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--zovo-deep);
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 36px;
  border-radius: 8px;
  background: var(--zovo-deep);
}

.contact-section h2,
.contact-section .eyebrow {
  color: #fff;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.76);
}

.listing-page,
.article-page,
.project-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 140px clamp(20px, 4vw, 54px) 80px;
}

.listing-hero,
.article-hero,
.project-hero {
  margin-bottom: 42px;
}

.listing-hero {
  max-width: 780px;
}

.listing-hero h1,
.article-hero h1,
.project-hero h1 {
  margin: 0 0 18px;
  color: var(--zovo-deep);
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}

.listing-hero p,
.project-hero p {
  color: var(--zovo-muted);
  font-size: 19px;
  line-height: 1.65;
}

.listing-grid {
  margin-top: 28px;
}

.article-hero,
.project-hero {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: end;
}

.article-hero img,
.project-hero img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 8px;
}

.article-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--zovo-border);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(31, 37, 38, 0.08);
}

.article-body .tatsu-section-pad,
.article-body .tatsu-row-wrap,
.article-body .tatsu-row,
.article-body .tatsu-column,
.article-body .tatsu-column-inner,
.article-body .tatsu-column-pad-wrap,
.article-body .tatsu-column-pad,
.article-body .tatsu-text-inner {
  max-width: 100%;
  padding: 0;
}

.article-body .tatsu-row {
  display: block;
}

.article-body h1,
.article-body .zovo-title {
  display: none;
}

.article-body h2,
.article-body .zovo-h2 {
  margin-top: 32px;
  color: var(--zovo-deep);
  font-size: clamp(26px, 3vw, 38px);
}

.article-body p,
.article-body li {
  color: #33403d;
  font-size: 18px;
  line-height: 1.78;
}

.article-body img {
  border-radius: 8px;
}

.project-gallery-section,
.project-cta-panel {
  width: min(1180px, calc(100% - 40px));
  margin-top: 42px;
}

.project-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(127, 102, 72, 0.18);
}

.project-section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.project-section-heading h2 {
  margin: 0;
  color: var(--zovo-deep);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}

.project-section-heading span {
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-gallery-clean {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.project-gallery-clean figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 8px;
  background: var(--zovo-soft);
  border: 1px solid rgba(127, 102, 72, 0.14);
  box-shadow: 0 20px 60px rgba(24, 34, 34, 0.08);
}

.project-gallery-clean img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  border-radius: 0;
  background: var(--zovo-soft);
  transition: transform 360ms ease, filter 360ms ease;
}

.project-gallery-clean figure:hover img {
  transform: scale(1.035);
  filter: saturate(1.02) contrast(1.02);
}

.project-gallery-clean figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  background: rgba(24, 34, 34, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  backdrop-filter: blur(12px);
}

.project-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.project-meta li {
  padding: 9px 12px;
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(199, 170, 120, 0.12);
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 999px;
}

.project-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.18), transparent 42%),
    var(--zovo-graphite);
  border: 1px solid rgba(199, 170, 120, 0.26);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(24, 34, 34, 0.18);
}

.project-cta-panel .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--zovo-champagne);
}

.project-cta-panel h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.05;
}

.project-cta-panel > div {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 110px;
    padding: 22px 20px;
  }

  .brand img {
    width: 230px;
    max-width: calc(100vw - 112px);
  }

  .site-header-transparent .menu-toggle {
    background: transparent;
  }

  .site-header-transparent .menu-toggle span {
    background: #fff;
  }

  .menu-toggle {
    display: block;
  }

  .site-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    background: #fff;
    border-bottom: 1px solid var(--zovo-border);
  }

  .site-header-transparent .site-menu a {
    color: #2f2b27;
    text-shadow: none;
  }

  .site-menu.is-open {
    display: flex;
  }

  .tatsu-section-pad {
    padding-block: 34px;
  }

  .site-footer {
    flex-direction: column;
  }

  .hero-slider {
    min-height: 700px;
  }

  .hero-content {
    text-align: left;
  }

  .hero-content h1 {
    font-size: clamp(42px, 12vw, 64px);
    line-height: 1.04;
  }

  .hero-lead {
    font-size: 17px;
  }

  .section {
    padding: 58px 20px;
  }

  .home-hero {
    min-height: 720px;
    padding: 132px 20px 34px;
  }

  .home-hero__facts,
  .split,
  .team-grid,
  .team-grid article,
  .portfolio-redesign,
  .value-grid,
  .pricing-grid,
  .post-grid,
  .contact-section,
  .article-hero,
  .project-hero,
  .project-gallery-clean {
    grid-template-columns: 1fr;
  }

  .listing-page,
  .article-page,
  .project-page {
    padding: 110px 20px 58px;
  }

  .article-body {
    padding: 22px;
  }

  .project-card {
    min-height: 310px;
  }

  .portfolio-container {
    grid-template-columns: 1fr;
  }
}

/* Final mobile/legal overrides must stay after the migrated CSS layers. */
.privacy-summary strong,
.privacy-summary a {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .privacy-shell {
    grid-template-columns: 1fr;
  }

  .privacy-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .privacy-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 620px, var(--zovo-paper) 621px);
  }

  .privacy-page::before {
    right: -86px;
    width: 280px;
    height: 280px;
  }

  .privacy-hero,
  .privacy-summary,
  .privacy-shell {
    width: calc(100% - 40px);
  }

  .privacy-hero {
    padding-top: 56px;
  }

  .privacy-hero h1 {
    font-size: clamp(40px, 13vw, 50px);
    line-height: 0.98;
  }

  .privacy-hero p,
  .privacy-document p,
  .privacy-document li {
    font-size: 16px;
  }

  .privacy-summary {
    grid-template-columns: 1fr !important;
  }

  .privacy-summary article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .privacy-summary article:last-child {
    border-bottom: 0;
  }

  .privacy-summary strong,
  .privacy-summary a {
    font-size: 18px;
  }

  .privacy-document {
    padding: 24px 20px;
  }
}

/* Final premium pass */
.home-hero__content h1,
.listing-hero h1,
.article-hero h1,
.project-hero h1,
.privacy-hero h1 {
  text-wrap: balance;
}

.signature-section,
.process-section,
.contact-section,
.site-footer {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(199, 170, 120, 0.08), transparent 34%),
    var(--zovo-graphite);
  background-size: 84px 84px, auto, auto;
}

.value-section,
.pricing-section,
.faq-section,
.blog-section {
  background:
    linear-gradient(90deg, rgba(31, 37, 38, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(199, 170, 120, 0.09)),
    var(--zovo-paper);
  background-size: 84px 84px, auto, auto;
}

.signature-list article,
.process-group,
.pricing-feature,
.faq-intro,
.privacy-aside {
  backdrop-filter: blur(4px);
}

.project-gallery-clean figure,
.drawings-deliverables article,
.featured-post,
.post-card,
.privacy-document,
.article-body {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.project-gallery-clean figure:hover,
.drawings-deliverables article:hover,
.post-card:hover {
  border-color: rgba(199, 170, 120, 0.36);
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.14);
  transform: translateY(-3px);
}

.featured-post::after,
.article-body::after,
.privacy-document::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-top: 34px;
  background: linear-gradient(90deg, var(--zovo-champagne), transparent);
}

.article-aside,
.privacy-aside {
  border-radius: 8px;
}

.article-aside a,
.privacy-aside a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 14px;
  color: var(--zovo-deep);
  background: var(--zovo-champagne);
  border-radius: 999px;
  text-decoration: none;
}

.privacy-page .reveal-on-scroll {
  opacity: 1;
  transform: none;
}

@media (max-width: 1100px) {
  .privacy-summary,
  .privacy-shell {
    grid-template-columns: 1fr 1fr;
  }

  .privacy-shell {
    grid-template-columns: 1fr;
  }

  .privacy-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .privacy-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 620px, var(--zovo-paper) 621px);
  }

  .privacy-page::before {
    right: -86px;
    width: 280px;
    height: 280px;
  }

  .privacy-hero,
  .privacy-summary,
  .privacy-shell {
    width: calc(100% - 40px);
  }

  .privacy-hero {
    padding-top: 56px;
  }

  .privacy-hero h1 {
    font-size: 46px;
  }

  .privacy-hero p,
  .privacy-document p,
  .privacy-document li {
    font-size: 16px;
  }

  .privacy-summary {
    grid-template-columns: 1fr;
  }

  .privacy-summary article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .privacy-summary article:last-child {
    border-bottom: 0;
  }

  .privacy-document {
    padding: 24px 20px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .portfolio-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Premium editorial layer */
:root {
  --zovo-champagne: #c7aa78;
  --zovo-stone: #d8d1c4;
  --zovo-graphite: #182222;
}

body {
  background:
    linear-gradient(90deg, rgba(31, 37, 38, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, #fffdfa 0%, #f4f1ea 46%, #fffdfa 100%);
}

.site-header {
  box-shadow: 0 18px 50px rgba(24, 34, 34, 0.06);
}

.site-menu a {
  position: relative;
}

.site-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--zovo-champagne);
  transition: right 220ms ease;
}

.site-menu a:hover::after {
  right: 0;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 92px 5vw auto auto;
  z-index: 1;
  width: min(360px, 28vw);
  height: min(360px, 28vw);
  border: 1px solid rgba(199, 170, 120, 0.46);
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

.home-hero__content::before {
  content: "INTERIOR / ARCHITECTURE / ART";
  display: block;
  width: fit-content;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(199, 170, 120, 0.72);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
}

.home-hero__content h1,
.section h2,
.listing-hero h1,
.article-hero h1,
.project-hero h1 {
  text-wrap: balance;
}

.button {
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(24, 34, 34, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(24, 34, 34, 0.2);
}

.button.primary {
  background: linear-gradient(135deg, #8d704b, var(--zovo-champagne));
}

.section {
  position: relative;
}

.signature-section {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--zovo-graphite);
}

.signature-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 78px);
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(44px, 6vw, 76px) clamp(20px, 4vw, 54px);
  color: #fff;
}

.signature-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.signature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
}

.signature-list article {
  min-height: 260px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    var(--zovo-graphite);
}

.signature-list span {
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 42px;
  border: 1px solid var(--zovo-champagne);
  transform: rotate(45deg);
}

.signature-list h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
}

.signature-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.team-section,
.portfolio-section,
.blog-section {
  isolation: isolate;
}

.team-section::before,
.portfolio-section::before,
.blog-section::before,
.listing-page::before,
.article-page::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 46px;
  right: clamp(20px, 7vw, 110px);
  width: min(420px, 42vw);
  height: min(420px, 42vw);
  border: 1px solid rgba(127, 102, 72, 0.22);
  pointer-events: none;
}

.team-grid article,
.value-grid article,
.pricing-grid article,
.faq-list details {
  box-shadow: 0 24px 60px rgba(24, 34, 34, 0.07);
}

.team-grid article {
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.08), transparent 36%),
    #fff;
}

.project-card {
  box-shadow: 0 24px 70px rgba(24, 34, 34, 0.13);
}

.project-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.project-card:hover::before {
  opacity: 1;
}

.value-grid article::before,
.pricing-grid article::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 24px;
  background: var(--zovo-champagne);
}

.process-list li {
  background:
    linear-gradient(180deg, rgba(199, 170, 120, 0.1), transparent 42%),
    #fff;
}

.post-grid {
  align-items: stretch;
}

.editorial-post-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  background: #fff;
  box-shadow: 0 22px 60px rgba(24, 34, 34, 0.08);
}

.post-card img {
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 420ms ease;
}

.post-card:hover img {
  transform: scale(1.045);
}

.post-card span,
.post-card strong,
.post-card p {
  margin-left: 22px;
  margin-right: 22px;
}

.post-card span {
  margin-top: 22px;
  margin-bottom: 18px;
  color: var(--zovo-accent);
  letter-spacing: 0.12em;
}

.post-card strong {
  display: block;
  font-size: 22px;
}

.post-card p {
  margin-top: 14px;
  margin-bottom: 24px;
  color: var(--zovo-muted);
  font-size: 15px;
  line-height: 1.65;
}

.featured-post {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0;
  overflow: hidden;
  margin: 42px 0 22px;
  color: var(--zovo-deep);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--zovo-border);
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.12);
}

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

.featured-post div {
  display: grid;
  align-content: center;
  padding: clamp(28px, 5vw, 62px);
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.13), transparent 42%),
    #fff;
}

.featured-post span {
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-post h2 {
  margin: 22px 0 18px;
  color: var(--zovo-deep);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.featured-post p {
  max-width: 520px;
  color: var(--zovo-muted);
  font-size: 18px;
  line-height: 1.72;
}

.listing-page,
.article-page,
.project-page {
  position: relative;
}

.listing-hero,
.article-hero,
.project-hero {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(127, 102, 72, 0.22);
}

.article-hero {
  align-items: center;
}

.article-hero > div {
  padding: clamp(12px, 3vw, 34px) 0;
}

.article-hero p:not(.eyebrow) {
  max-width: 620px;
  color: var(--zovo-muted);
  font-size: 20px;
  line-height: 1.65;
}

.article-hero img,
.project-hero img {
  box-shadow: 0 28px 80px rgba(24, 34, 34, 0.14);
}

.article-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.article-aside {
  position: sticky;
  top: 120px;
  padding: 24px;
  background: var(--zovo-graphite);
  color: #fff;
  border: 1px solid rgba(199, 170, 120, 0.28);
}

.article-aside span {
  color: var(--zovo-champagne);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-aside p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.65;
}

.article-aside a {
  display: inline-flex;
  margin-top: 8px;
  color: #fff;
  font-weight: 850;
  text-decoration-color: var(--zovo-champagne);
  text-underline-offset: 5px;
}

.article-body {
  max-width: none;
  padding: clamp(26px, 4vw, 54px);
}

.article-infographic {
  margin: 0 0 36px;
  padding: clamp(22px, 4vw, 34px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.24), transparent 42%),
    var(--zovo-graphite);
  border: 1px solid rgba(199, 170, 120, 0.28);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(24, 34, 34, 0.14);
}

.article-infographic .eyebrow {
  color: var(--zovo-champagne);
}

.article-infographic > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.article-infographic article {
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.article-infographic span {
  display: block;
  margin-bottom: 22px;
  color: var(--zovo-champagne);
  font-size: 13px;
  font-weight: 850;
}

.article-infographic strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.article-body h2,
.article-body .zovo-h2 {
  padding-top: 12px;
}

.article-body blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  color: var(--zovo-deep);
  background: #f7f2e9;
  border-left: 3px solid var(--zovo-champagne);
}

.related-posts {
  margin-top: 68px;
}

.related-posts .post-grid {
  margin-top: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-section {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.18), transparent 38%),
    var(--zovo-graphite);
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.18);
}

.contact-section::after {
  content: "";
  position: absolute;
  right: 42px;
  bottom: -78px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(199, 170, 120, 0.42);
  transform: rotate(45deg);
}

.lead-form {
  display: grid;
  gap: 12px;
  width: 100%;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 15px 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  outline: none;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.lead-form textarea {
  resize: vertical;
}

.lead-form label {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.lead-form label input {
  width: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--zovo-champagne);
}

.lead-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.cookie-notice {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: min(520px, calc(100vw - 44px));
  padding: 16px;
  color: #fff;
  background: rgba(17, 27, 27, 0.96);
  border: 1px solid rgba(199, 170, 120, 0.34);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.45;
}

.cookie-notice button {
  padding: 10px 14px;
  color: var(--zovo-deep);
  font-weight: 850;
  background: var(--zovo-champagne);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.simple-policy {
  width: min(920px, calc(100% - 40px));
  margin: 120px auto 80px;
  padding: clamp(26px, 5vw, 58px);
  background: #fffdfa;
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(24, 34, 34, 0.1);
}

.simple-policy h1 {
  margin-top: 0;
  color: var(--zovo-deep);
}

.simple-policy p {
  color: var(--zovo-muted);
  line-height: 1.75;
}

.privacy-page {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0 0 96px;
  overflow: clip;
  background:
    linear-gradient(180deg, var(--zovo-graphite) 0, #203030 520px, var(--zovo-paper) 521px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 84px 84px;
}

.privacy-page::before {
  display: none;
}

.privacy-page::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 520px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 170, 120, 0.38), transparent);
}

.privacy-page > * {
  position: relative;
  z-index: 1;
}

.privacy-hero,
.privacy-summary,
.privacy-shell {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.privacy-hero {
  padding: 86px 0 42px;
  border-bottom: 1px solid rgba(199, 170, 120, 0.28);
}

.privacy-hero .eyebrow {
  color: var(--zovo-champagne);
}

.privacy-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.privacy-hero p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.65;
}

.privacy-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border: 1px solid rgba(199, 170, 120, 0.28);
  background: rgba(14, 24, 24, 0.78);
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.18);
}

.privacy-summary article {
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.privacy-summary article:last-child {
  border-right: 0;
}

.privacy-summary span {
  display: block;
  margin-bottom: 16px;
  color: var(--zovo-champagne);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-summary strong,
.privacy-summary a {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.privacy-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 34px;
  margin-top: 42px;
  align-items: start;
}

.privacy-aside {
  position: sticky;
  top: 120px;
  padding: 26px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(199, 170, 120, 0.18), transparent 46%),
    var(--zovo-graphite);
  border: 1px solid rgba(199, 170, 120, 0.28);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(24, 34, 34, 0.14);
}

.privacy-aside span {
  color: var(--zovo-champagne);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-aside p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.privacy-aside a {
  color: #fff;
  font-weight: 850;
  text-decoration-color: var(--zovo-champagne);
  text-underline-offset: 5px;
}

.privacy-document {
  padding: clamp(30px, 5vw, 62px);
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.1), transparent 42%),
    #fffdfa;
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.12);
}

.privacy-updated {
  margin: 0 0 28px;
  color: var(--zovo-accent);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-document section {
  padding: 30px 0;
  border-top: 1px solid rgba(127, 102, 72, 0.16);
}

.privacy-document section:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.privacy-document h2 {
  margin: 0 0 16px;
  color: var(--zovo-deep);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}

.privacy-document p,
.privacy-document li {
  color: var(--zovo-muted);
  font-size: 17px;
  line-height: 1.76;
}

.privacy-document p {
  margin: 0 0 12px;
}

.privacy-document ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-document li {
  position: relative;
  padding-left: 28px;
}

.privacy-document li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  background: var(--zovo-champagne);
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .editorial-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signature-panel,
  .featured-post,
  .article-shell {
    grid-template-columns: 1fr;
  }

  .article-aside {
    position: static;
  }
}

@media (max-width: 760px) {
  .home-hero::before,
  .team-section::before,
  .portfolio-section::before,
  .blog-section::before,
  .listing-page::before,
  .article-page::before {
    display: none;
  }

  .home-hero__content::before {
    max-width: 280px;
    font-size: 10px;
  }

  .signature-panel {
    padding: 54px 20px;
  }

  .signature-list,
  .editorial-post-grid,
  .related-posts .post-grid,
  .article-infographic > div {
    grid-template-columns: 1fr;
  }

  .team-grid-single article {
    grid-template-columns: 1fr;
  }

  .signature-list article {
    min-height: auto;
  }

  .featured-post img {
    min-height: 280px;
  }

  .article-shell {
    gap: 22px;
  }

  .cookie-notice {
    right: 16px;
    bottom: 16px;
    grid-template-columns: 1fr;
  }
}

/* Premium conversion interactions */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 720ms ease var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1) var(--reveal-delay, 0ms);
}

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

.home-hero {
  min-height: 820px;
}

.home-hero__media img {
  transform: scale(1.04);
  transition: transform 500ms ease-out;
  will-change: transform;
}

.hero-side-label {
  position: absolute;
  left: 22px;
  top: 52%;
  z-index: 2;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
}

.hero-consult-card {
  position: absolute;
  right: clamp(22px, 6vw, 88px);
  bottom: 98px;
  z-index: 2;
  width: min(290px, 24vw);
  padding: 22px;
  color: #fff;
  background: rgba(24, 34, 34, 0.54);
  border: 1px solid rgba(199, 170, 120, 0.42);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.hero-consult-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin-bottom: 18px;
  background: var(--zovo-champagne);
}

.hero-consult-card span {
  color: var(--zovo-champagne);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-consult-card strong {
  display: block;
  margin: 8px 0;
  font-size: 38px;
  line-height: 1;
}

.hero-consult-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 2;
  width: 28px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  animation: scrollCue 1600ms ease-in-out infinite;
}

@keyframes scrollCue {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
}

.home-hero__facts {
  position: relative;
  overflow: hidden;
}

.home-hero__facts::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -30%;
  width: 26%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: skewX(-18deg);
  animation: factSheen 5200ms ease-in-out infinite;
}

@keyframes factSheen {
  0%, 46% {
    transform: translateX(0) skewX(-18deg);
  }
  78%, 100% {
    transform: translateX(520%) skewX(-18deg);
  }
}

.atelier-board {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.58fr) minmax(260px, 0.72fr);
  gap: 18px;
  align-items: end;
  margin-top: 18px;
}

.atelier-board img {
  width: 100%;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(24, 34, 34, 0.12);
}

.atelier-board img:first-child {
  aspect-ratio: 1.65;
  border-radius: 8px 8px 0 8px;
}

.atelier-board img:nth-child(2) {
  aspect-ratio: 0.82;
  border-radius: 8px;
}

.atelier-board div {
  padding: 30px;
  background: var(--zovo-graphite);
  color: #fff;
  border: 1px solid rgba(199, 170, 120, 0.28);
  box-shadow: 0 28px 80px rgba(24, 34, 34, 0.14);
}

.atelier-board span {
  color: var(--zovo-champagne);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.atelier-board p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.team-grid small {
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  color: var(--zovo-accent);
  font-weight: 800;
  border-top: 1px solid rgba(127, 102, 72, 0.18);
}

.team-grid article,
.value-grid article,
.pricing-grid article,
.post-card,
.faq-list details {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.team-grid article:hover,
.value-grid article:hover,
.pricing-grid article:hover,
.post-card:hover,
.faq-list details:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 170, 120, 0.48);
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.14);
}

.project-card em {
  position: absolute;
  right: 20px;
  bottom: 24px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
}

.project-card:hover em {
  opacity: 1;
  transform: translateY(0);
}

.project-card-featured {
  grid-column: span 2;
}

.project-card-featured strong {
  font-size: clamp(28px, 3vw, 42px);
}

.value-grid article span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(127, 102, 72, 0.46);
  font-size: 34px;
  font-weight: 850;
  line-height: 1;
}

.pricing-grid ul,
.contact-promise {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.pricing-grid li,
.contact-promise li {
  position: relative;
  padding-left: 22px;
  color: var(--zovo-muted);
  line-height: 1.55;
}

.pricing-grid li::before,
.contact-promise li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  border: 1px solid var(--zovo-champagne);
  transform: rotate(45deg);
}

.pricing-grid article > a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--zovo-deep);
  font-weight: 850;
  text-decoration-color: var(--zovo-champagne);
  text-underline-offset: 5px;
}

.pricing-grid .featured > a {
  color: var(--zovo-accent);
}

.faq-list details[open] {
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.12), transparent 42%),
    #fff;
}

.faq-list summary {
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--zovo-accent);
  font-size: 22px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "–";
}

.contact-promise li {
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1100px) {
  .hero-consult-card {
    display: none;
  }

  .atelier-board {
    grid-template-columns: 1fr 0.72fr;
  }

  .atelier-board div {
    grid-column: 1 / -1;
  }

  .project-card-featured {
    grid-column: span 1;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 760px;
  }

  .hero-side-label,
  .scroll-cue,
  .home-hero__facts {
    display: none;
  }

  .atelier-board {
    grid-template-columns: 1fr;
  }

  .atelier-board img:nth-child(2) {
    aspect-ratio: 1.35;
  }

  .project-card em {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.is-visible,
  .button,
  .project-card img,
  .post-card img,
  .team-grid article,
  .value-grid article,
  .pricing-grid article,
  .post-card,
  .faq-list details {
    transition: none;
    transform: none;
  }

  .scroll-cue span,
  .home-hero__facts::before {
    animation: none;
  }
}

/* Unified dark premium shell for inner pages */
.site-header-dark {
  position: sticky;
  top: 0;
  background:
    linear-gradient(180deg, rgba(9, 16, 16, 0.98), rgba(13, 24, 24, 0.96)),
    #0c1515;
  border-bottom-color: rgba(199, 170, 120, 0.18);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.site-header.site-header-dark .brand img {
  filter: drop-shadow(0 8px 24px rgba(255, 255, 255, 0.08));
}

.site-header-dark .site-menu a {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
}

.site-header-dark .site-menu {
  padding: 6px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-header-dark .site-menu a.is-active,
.site-header-dark .site-menu a:hover {
  color: #fffdfa;
  background: linear-gradient(135deg, rgba(141, 112, 75, 0.62), rgba(199, 170, 120, 0.26));
  border-color: rgba(199, 170, 120, 0.42);
}

.site-header-dark .menu-toggle span {
  background: #fff;
}

.listing-page,
.article-page,
.project-page {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0 0 86px;
  overflow: hidden;
  background:
    linear-gradient(180deg, var(--zovo-graphite) 0, #203030 420px, var(--zovo-paper) 421px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 84px 84px;
}

.article-page {
  background:
    linear-gradient(180deg, var(--zovo-graphite) 0, #203030 760px, var(--zovo-paper) 761px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 84px 84px;
}

.listing-page::after,
.article-page::after,
.project-page::after {
  content: "";
  position: absolute;
  top: 70px;
  right: clamp(18px, 9vw, 140px);
  width: min(420px, 40vw);
  height: min(420px, 40vw);
  border: 1px solid rgba(199, 170, 120, 0.36);
  border-radius: 50%;
  pointer-events: none;
}

.listing-page > *,
.article-page > *,
.project-page > * {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.listing-hero,
.article-hero,
.project-hero {
  width: min(1180px, calc(100% - 40px));
  padding: 76px 0 38px;
  border-bottom: 1px solid rgba(199, 170, 120, 0.28);
}

.listing-hero .eyebrow,
.article-hero .eyebrow,
.project-hero .eyebrow {
  color: var(--zovo-champagne);
}

.listing-hero h1,
.article-hero h1,
.project-hero h1 {
  color: #fff;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.listing-hero p,
.article-hero p:not(.eyebrow),
.project-hero p {
  color: rgba(255, 255, 255, 0.72);
}

.listing-grid,
.featured-post,
.article-shell,
.related-posts,
.project-gallery-section,
.project-cta-panel {
  width: min(1180px, calc(100% - 40px));
}

.featured-post {
  margin-top: 42px;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.12), transparent 42%),
    #fffdfa;
  border-color: rgba(199, 170, 120, 0.28);
}

.featured-post div {
  background:
    linear-gradient(135deg, rgba(24, 34, 34, 0.05), rgba(199, 170, 120, 0.14)),
    #fffdfa;
}

.blog-listing-page .post-card,
.related-posts .post-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(244, 241, 234, 0.98));
  border-color: rgba(127, 102, 72, 0.18);
}

.article-shell {
  margin-top: 42px;
}

.article-body {
  background:
    linear-gradient(180deg, #fffdfa, #f8f4ec);
  border-color: rgba(127, 102, 72, 0.18);
}

.article-aside {
  box-shadow: 0 30px 80px rgba(24, 34, 34, 0.16);
}

.project-hero img,
.article-hero img {
  border: 1px solid rgba(199, 170, 120, 0.26);
}

.project-meta li {
  color: var(--zovo-champagne);
  background: rgba(199, 170, 120, 0.1);
  border-color: rgba(199, 170, 120, 0.28);
}

.drawings-showcase {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 26px;
  width: min(1180px, calc(100% - 40px));
  margin-top: 42px;
}

.drawings-sheet {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(199, 170, 120, 0.1) 1px, transparent 1px) 0 0 / 32px 32px,
    linear-gradient(180deg, rgba(24, 34, 34, 0.96), rgba(36, 51, 51, 0.96));
  border: 1px solid rgba(199, 170, 120, 0.34);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(24, 34, 34, 0.16);
}

.drawings-sheet::before {
  content: "";
  position: absolute;
  inset: 58px;
  border: 4px solid rgba(255, 253, 250, 0.86);
}

.drawings-sheet::after {
  content: "";
  position: absolute;
  left: 58px;
  right: 58px;
  top: 238px;
  height: 4px;
  background: rgba(255, 253, 250, 0.86);
  box-shadow:
    218px -180px 0 rgba(255, 253, 250, 0.86),
    438px 0 0 rgba(255, 253, 250, 0.86);
}

.drawings-sheet span {
  position: absolute;
  border: 2px solid rgba(199, 170, 120, 0.72);
}

.drawings-sheet span:nth-child(1) {
  left: 100px;
  top: 104px;
  width: 130px;
  height: 108px;
}

.drawings-sheet span:nth-child(2) {
  right: 96px;
  top: 102px;
  width: 170px;
  height: 88px;
}

.drawings-sheet span:nth-child(3) {
  left: 102px;
  bottom: 90px;
  width: 180px;
  height: 118px;
}

.drawings-sheet span:nth-child(4) {
  right: 118px;
  bottom: 118px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
}

.drawings-deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.drawings-deliverables article {
  min-height: 250px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.12), transparent 44%),
    #fffdfa;
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 34, 34, 0.08);
}

.drawings-deliverables article::before {
  content: "";
  display: block;
  width: 42px;
  height: 1px;
  margin-bottom: 24px;
  background: var(--zovo-champagne);
}

.drawings-deliverables h2 {
  margin: 0 0 12px;
  color: var(--zovo-deep);
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.12;
}

.drawings-deliverables p {
  margin: 0;
  color: var(--zovo-muted);
  line-height: 1.7;
}

@media (max-width: 760px) {
  .site-header-dark .site-menu {
    background: var(--zovo-graphite);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    border-radius: 0 0 8px 8px;
    padding: 14px 20px 18px;
  }

  .site-header-dark .site-menu a,
  .site-header-transparent .site-menu a {
    color: #fff;
    width: 100%;
  }

  .listing-page,
  .article-page,
  .project-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 560px, var(--zovo-paper) 561px);
  }

  .article-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 760px, var(--zovo-paper) 761px);
  }

  .project-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 720px, var(--zovo-paper) 721px);
  }

  .listing-hero,
  .article-hero,
  .project-hero,
  .listing-grid,
  .featured-post,
  .article-shell,
  .related-posts,
  .project-gallery-section,
  .project-cta-panel,
  .drawings-showcase {
    width: calc(100% - 40px);
  }

  .listing-hero,
  .article-hero,
  .project-hero {
    padding-top: 52px;
  }

  .drawings-showcase,
  .drawings-deliverables,
  .project-cta-panel {
    grid-template-columns: 1fr;
  }

  .project-cta-panel > div {
    justify-content: flex-start;
  }

  .drawings-sheet {
    min-height: 360px;
  }

  .drawings-sheet::before {
    inset: 34px;
  }

  .drawings-sheet::after {
    left: 34px;
    right: 34px;
    top: 168px;
  }
}

/* Final premium polish */
.home-hero {
  min-height: 860px;
  padding-bottom: 74px;
}

.home-hero__content {
  max-width: 860px;
}

.home-hero__content h1 {
  max-width: 820px;
  font-size: 86px;
  line-height: 0.96;
}

.home-hero__content > p:not(.eyebrow) {
  max-width: 720px;
  font-size: 23px;
}

.hero-proofline {
  position: absolute;
  left: clamp(20px, 5vw, 72px);
  right: clamp(20px, 5vw, 72px);
  bottom: 22px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 20, 20, 0.28);
  backdrop-filter: blur(14px);
}

.hero-proofline span {
  padding: 16px 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proofline span:last-child {
  border-right: 0;
}

.section:not(.signature-section) {
  padding-top: 108px;
  padding-bottom: 108px;
}

.section-heading {
  position: relative;
  max-width: 860px;
  margin-bottom: 46px;
}

.section-heading::after {
  content: "";
  display: block;
  width: 86px;
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(90deg, var(--zovo-accent), transparent);
}

.section h2 {
  font-size: 52px;
  line-height: 1.04;
}

.split {
  grid-template-columns: 0.72fr 1fr;
  row-gap: 34px;
}

.copy-stack {
  padding: 34px 0 0 34px;
  border-left: 1px solid rgba(127, 102, 72, 0.22);
}

.copy-stack p {
  font-size: 19px;
}

.about-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(127, 102, 72, 0.16);
  border: 1px solid rgba(127, 102, 72, 0.18);
}

.about-metrics span {
  padding: 28px 24px 24px;
  background: rgba(255, 253, 250, 0.86);
  color: var(--zovo-mid);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.about-metrics b {
  display: block;
  margin-bottom: 8px;
  color: var(--zovo-accent);
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.atelier-board {
  margin-top: 10px;
}

.team-section {
  max-width: none;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.12), transparent 44%),
    #f6f2ea;
}

.team-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-single {
  grid-template-columns: 1fr;
}

.team-grid-single article {
  max-width: 980px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(24, 34, 34, 0.05), transparent 48%),
    #fffdfa;
  border-color: rgba(127, 102, 72, 0.2);
}

.team-grid-single h3 {
  font-size: 34px;
}

.portfolio-redesign {
  gap: 22px;
}

.project-card {
  min-height: 410px;
  border: 1px solid rgba(127, 102, 72, 0.16);
}

.project-card::after {
  background:
    linear-gradient(0deg, rgba(9, 16, 16, 0.82), transparent 66%),
    linear-gradient(90deg, rgba(9, 16, 16, 0.32), transparent 44%);
}

.project-card strong {
  font-size: 28px;
}

.value-section,
.pricing-section {
  background:
    linear-gradient(90deg, rgba(31, 37, 38, 0.045) 1px, transparent 1px) 0 0 / 84px 84px,
    #f4f1ea;
}

.value-grid article,
.pricing-grid article,
.faq-list details {
  min-height: 250px;
  background:
    linear-gradient(145deg, rgba(199, 170, 120, 0.08), transparent 42%),
    #fffdfa;
  border-color: rgba(127, 102, 72, 0.18);
}

.value-grid article span {
  font-size: 42px;
}

.process-section {
  max-width: none;
  background: var(--zovo-graphite);
}

.process-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.process-section .eyebrow,
.process-section h2 {
  color: #fff;
}

.process-list {
  grid-template-columns: repeat(9, minmax(220px, 1fr));
  padding-bottom: 12px;
}

.process-list li {
  min-height: 245px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border-color: rgba(199, 170, 120, 0.24);
}

.process-list h3 {
  color: #fff;
}

.process-list p {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid article {
  min-height: 300px;
}

.pricing-grid strong {
  font-size: 34px;
}

.blog-section {
  max-width: none;
  background:
    linear-gradient(180deg, #fffdfa 0%, #f7f4ed 100%);
}

.blog-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.editorial-post-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-card {
  border-color: rgba(127, 102, 72, 0.16);
}

.post-card strong {
  font-size: 20px;
}

.section-action {
  margin-top: 34px;
  text-align: center;
}

.contact-section {
  width: min(1180px, calc(100% - 40px));
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(199, 170, 120, 0.24);
}

.contact-invite {
  display: grid;
  gap: 14px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.contact-invite span {
  color: var(--zovo-champagne);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-invite p {
  margin: 0;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 20px;
}

.lead-modal[aria-hidden="true"] {
  pointer-events: none;
  visibility: hidden;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 14, 0.72);
  backdrop-filter: blur(8px);
  opacity: 1;
  transition: opacity 180ms ease;
}

.lead-modal[aria-hidden="true"] .lead-modal__backdrop {
  opacity: 0;
}

.lead-modal__panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(24px, 4vw, 46px);
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.16), transparent 42%),
    #fffdfa;
  border: 1px solid rgba(199, 170, 120, 0.32);
  border-radius: 8px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.34);
  transform: translateY(0);
  transition: transform 180ms ease, opacity 180ms ease;
}

.lead-modal[aria-hidden="true"] .lead-modal__panel {
  opacity: 0;
  transform: translateY(18px);
}

.lead-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  color: var(--zovo-deep);
  font-size: 28px;
  line-height: 1;
  background: rgba(127, 102, 72, 0.08);
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 50%;
  cursor: pointer;
}

.lead-modal h2 {
  max-width: 540px;
  margin: 0 0 24px;
  color: var(--zovo-deep);
  font-size: 42px;
  line-height: 1.04;
}

.lead-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.lead-modal input[type="text"],
.lead-modal input[type="tel"],
.lead-modal textarea {
  width: 100%;
  padding: 16px;
  color: var(--zovo-deep);
  background: #fff;
  border: 1px solid rgba(127, 102, 72, 0.2);
  border-radius: 8px;
  outline: none;
}

.lead-modal fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 8px;
}

.lead-modal legend {
  padding: 0 8px;
  color: var(--zovo-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lead-modal label {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--zovo-deep);
  font-weight: 750;
}

.lead-modal input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--zovo-accent);
}

.lead-modal__privacy {
  margin: 16px 0;
  color: var(--zovo-muted) !important;
  font-size: 14px;
  font-weight: 500 !important;
}

.lead-modal .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

body.lead-modal-open {
  overflow: hidden;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  padding: 44px clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.1), transparent 40%),
    #0f1919;
  border-top: 1px solid rgba(199, 170, 120, 0.22);
}

.site-footer strong {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.site-footer nav {
  justify-content: flex-end;
  gap: 10px;
}

.site-footer a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer a:hover {
  background: rgba(199, 170, 120, 0.14);
  border-color: rgba(199, 170, 120, 0.36);
  transform: translateY(-1px);
}

.site-footer__legal {
  margin-top: 14px !important;
  padding-top: 14px;
  border-top: 1px solid rgba(199, 170, 120, 0.18);
}

@media (max-width: 1100px) {
  .home-hero__content h1 {
    font-size: 64px;
  }

  .hero-proofline,
  .about-metrics,
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-proofline span:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 780px;
    padding-bottom: 42px;
  }

  .home-hero__content h1 {
    font-size: 46px;
  }

  .home-hero__content > p:not(.eyebrow) {
    font-size: 18px;
  }

  .hero-proofline,
  .about-metrics,
  .lead-modal__fields,
  .lead-modal fieldset,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-proofline {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 24px;
  }

  .hero-proofline span,
  .hero-proofline span:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .home-hero .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero .button {
    width: 100%;
  }

  .copy-stack {
    padding-left: 0;
    border-left: 0;
  }

  .section h2 {
    font-size: 36px;
  }

  .project-card {
    min-height: 340px;
  }

  .lead-modal h2 {
    font-size: 32px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

/* Audit implementation layer */
.home-hero {
  isolation: isolate;
}

.home-hero__media {
  overflow: clip;
  contain: paint;
}

.home-hero__media::after {
  background:
    radial-gradient(circle at 76% 28%, rgba(199, 170, 120, 0.18), transparent 24vw),
    linear-gradient(90deg, rgba(10, 17, 17, 0.88), rgba(10, 17, 17, 0.26) 56%, rgba(10, 17, 17, 0.62)),
    linear-gradient(0deg, rgba(10, 17, 17, 0.86), rgba(10, 17, 17, 0.12) 52%);
}

.hero-consult-card {
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.12), transparent 44%),
    rgba(14, 23, 23, 0.72);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.hero-proofline {
  max-width: calc(100vw - clamp(40px, 10vw, 144px));
}

.home-hero__media img {
  width: 100%;
  max-width: none;
  transform-origin: center;
}

.hero-proofline span {
  position: relative;
}

.hero-proofline span::before {
  content: "0" counter(service);
  counter-increment: service;
  display: block;
  margin-bottom: 4px;
  color: var(--zovo-champagne);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.hero-proofline {
  counter-reset: service;
}

.signature-panel {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 96px 96px;
}

.signature-list {
  align-items: stretch;
}

.signature-list article:nth-child(2) {
  transform: translateY(28px);
}

.signature-list article:nth-child(3) {
  transform: translateY(-10px);
}

.signature-list article {
  border: 1px solid rgba(199, 170, 120, 0.16);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.14);
}

.about-metrics {
  box-shadow: 0 28px 80px rgba(24, 34, 34, 0.08);
}

.team-grid-single article {
  position: relative;
  overflow: hidden;
}

.team-grid-single article::after {
  content: "PERSONAL PROJECT LEAD";
  position: absolute;
  right: 26px;
  bottom: 24px;
  color: rgba(127, 102, 72, 0.16);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.project-card-featured {
  min-height: 520px;
}

.value-grid {
  grid-template-columns: 1.25fr 0.9fr 0.9fr 1.05fr;
}

.value-grid article:first-child {
  grid-row: span 2;
  min-height: 520px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(199, 170, 120, 0.22), transparent 42%),
    var(--zovo-graphite);
}

.value-grid article:first-child h3,
.value-grid article:first-child p {
  color: #fff;
}

.value-grid article:first-child span {
  color: var(--zovo-champagne);
}

.process-list {
  display: none;
}

.process-section .reveal-on-scroll,
.pricing-section .reveal-on-scroll,
.faq-section .reveal-on-scroll,
.contact-section.reveal-on-scroll {
  opacity: 1;
  transform: none;
}

.process-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  overflow: clip;
}

.process-group {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 30px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(199, 170, 120, 0.24);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.16);
}

.process-group::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(199, 170, 120, 0.24);
  transform: rotate(45deg);
}

.process-group > span {
  color: var(--zovo-champagne);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.process-group h3 {
  margin: 18px 0 28px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.process-group ol {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-group li {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.process-group strong {
  color: #fff;
  font-size: 17px;
}

.process-group p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.62;
}

.pricing-grid {
  display: none;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 20px;
  align-items: stretch;
  overflow: clip;
}

.pricing-feature {
  display: grid;
  align-content: center;
  min-height: 560px;
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(199, 170, 120, 0.22), transparent 42%),
    var(--zovo-graphite);
  border: 1px solid rgba(199, 170, 120, 0.3);
  border-radius: 8px;
  box-shadow: 0 34px 100px rgba(24, 34, 34, 0.18);
}

.pricing-feature h3 {
  margin: 18px 0 12px;
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1;
}

.pricing-feature strong {
  display: block;
  margin-bottom: 22px;
  color: var(--zovo-champagne);
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1;
}

.pricing-feature p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.pricing-feature .button {
  width: fit-content;
  margin-top: 20px;
}

.pricing-lines {
  display: grid;
  gap: 12px;
}

.pricing-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.08), transparent 44%),
    #fffdfa;
  border: 1px solid rgba(127, 102, 72, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(24, 34, 34, 0.07);
}

.pricing-line h3 {
  margin: 0 0 8px;
  color: var(--zovo-deep);
  font-size: 22px;
}

.pricing-line p {
  margin: 0;
  color: var(--zovo-muted);
  font-size: 15px;
}

.pricing-line strong {
  color: var(--zovo-accent);
  font-size: 24px;
  white-space: nowrap;
}

.faq-section {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding-left: clamp(24px, 6vw, 96px);
  padding-right: clamp(24px, 6vw, 96px);
  background:
    linear-gradient(90deg, rgba(31, 37, 38, 0.045) 1px, transparent 1px) 0 0 / 84px 84px,
    #fffdfa;
}

.faq-section > * {
  max-width: none;
}

.faq-intro {
  position: sticky;
  top: 126px;
  z-index: 1;
  padding: clamp(28px, 4vw, 46px);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(199, 170, 120, 0.18), transparent 48%),
    var(--zovo-graphite);
  border: 1px solid rgba(199, 170, 120, 0.24);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(24, 34, 34, 0.12);
}

.faq-intro h2 {
  color: #fff;
  font-size: clamp(36px, 4vw, 58px);
}

.faq-intro p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.faq-intro .button {
  margin-top: 18px;
}

.faq-list {
  gap: 10px;
}

.faq-list details {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #fffdfa;
  border: 1px solid rgba(127, 102, 72, 0.18);
  box-shadow: 0 18px 60px rgba(24, 34, 34, 0.06);
}

.faq-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 18px;
  align-items: center;
  min-height: 84px;
  padding: 22px 24px;
  color: var(--zovo-deep);
  font-size: 18px;
  line-height: 1.32;
}

.faq-list summary::after {
  float: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--zovo-accent);
  background: rgba(127, 102, 72, 0.08);
  border: 1px solid rgba(127, 102, 72, 0.14);
  border-radius: 50%;
}

.faq-list details[open] {
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.14), transparent 46%),
    #fffdfa;
  border-color: rgba(199, 170, 120, 0.34);
}

.faq-list details p {
  margin: 0 24px 24px;
  padding: 22px;
  color: var(--zovo-deep);
  background: rgba(199, 170, 120, 0.1);
  border-left: 2px solid var(--zovo-champagne);
  border-radius: 0 8px 8px 0;
}

.contact-section {
  box-sizing: border-box;
  overflow: clip;
  background:
    linear-gradient(135deg, rgba(199, 170, 120, 0.22), transparent 42%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    #202b2b;
}

.lead-modal__privacy {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start !important;
}

.lead-modal__privacy small {
  grid-column: 2;
  display: block;
  margin-top: 6px;
  color: #a54d42;
  font-size: 13px;
}

.lead-modal__privacy small[hidden] {
  display: none;
}

.lead-modal__privacy.is-invalid {
  color: #a54d42 !important;
}

.lead-modal__privacy.is-invalid input {
  outline: 2px solid rgba(165, 77, 66, 0.34);
  outline-offset: 2px;
}

.cookie-notice {
  grid-template-columns: minmax(0, 1fr) auto auto;
  max-width: min(720px, calc(100vw - 44px));
  align-items: center;
}

.cookie-notice a {
  color: var(--zovo-champagne);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 8vw;
  bottom: -90px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(199, 170, 120, 0.18);
  transform: rotate(45deg);
}

@media (max-width: 1100px) {
  .value-grid,
  .process-groups,
  .pricing-layout,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .value-grid article:first-child {
    min-height: 320px;
  }

  .faq-intro {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .split,
  .about-metrics,
  .atelier-board,
  .editorial-post-grid,
  .post-grid {
    grid-template-columns: 1fr;
  }

  .split,
  .blog-section,
  .process-section {
    overflow: clip;
  }

  .copy-stack {
    padding-left: 0;
    border-left: 0;
  }

  .about-metrics,
  .atelier-board {
    width: 100%;
  }

  .signature-list article:nth-child(2),
  .signature-list article:nth-child(3) {
    transform: none;
  }

  .hero-proofline {
    max-width: none;
  }

  .pricing-line {
    grid-template-columns: 1fr;
  }

  .process-group {
    min-height: auto;
  }

  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-list summary {
    min-height: 74px;
    padding: 18px;
    font-size: 16px;
  }

  .cookie-notice {
    left: 16px;
    right: 16px;
    bottom: 16px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    max-width: none;
    padding: 12px;
  }

  .cookie-notice p {
    font-size: 12px;
    line-height: 1.45;
  }

  .cookie-notice a {
    grid-column: 1;
    font-size: 12px;
  }

  .cookie-notice button {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    padding: 10px 14px;
  }
}

/* Final mobile/legal overrides must stay after every migrated CSS layer. */
.privacy-hero h1,
.privacy-summary strong,
.privacy-summary a {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .privacy-shell {
    grid-template-columns: 1fr;
  }

  .privacy-aside {
    position: relative;
    top: auto;
  }
}

@media (max-width: 760px) {
  .privacy-page {
    background:
      linear-gradient(180deg, var(--zovo-graphite) 0, #203030 620px, var(--zovo-paper) 621px);
  }

  .privacy-page::before {
    right: -86px;
    width: 280px;
    height: 280px;
  }

  .privacy-hero,
  .privacy-summary,
  .privacy-shell {
    width: calc(100% - 40px);
  }

  .privacy-hero {
    padding-top: 56px;
  }

  .privacy-hero h1 {
    font-size: clamp(40px, 13vw, 50px);
    line-height: 0.98;
  }

  .privacy-hero p,
  .privacy-document p,
  .privacy-document li {
    font-size: 16px;
  }

  .privacy-summary {
    grid-template-columns: 1fr !important;
  }

  .privacy-summary article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }

  .privacy-summary article:last-child {
    border-bottom: 0;
  }

  .privacy-summary strong,
  .privacy-summary a {
    font-size: 18px;
  }

  .privacy-document {
    padding: 24px 20px;
  }
}
