@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/*
  Boutique visual layer
  Keeps the existing structure and content, while softening the interface into a
  warmer editorial production-company direction.
*/

:root {
  --content-max: 1320px;
  --content-inset: max(var(--gutter), calc((100vw - min(100vw, var(--content-max))) / 2 + var(--gutter)));
  --c-bg: #050505;
  --c-surface: #0C0C0C;
  --c-surface-2: #131313;
  --c-dark: #020202;
  --c-light-bg: #F6F4EF;
  --c-light-surface: #ECE9E2;
  --c-text: #F2EFE8;
  --c-text-dim: #D2CCC2;
  --c-text-muted: #8B857B;
  --c-dark-text: #111111;
  --c-dark-text-dim: #58534B;
  --c-accent: #E85505;
  --c-accent-hover: #F16A22;
  --c-border: rgba(248, 240, 230, 0.12);
  --c-border-med: rgba(248, 240, 230, 0.2);
  --c-border-hover: rgba(248, 240, 230, 0.35);
  --c-border-dark: rgba(24, 17, 12, 0.14);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow-soft: 0 24px 72px rgba(0, 0, 0, 0.28);
}

body {
  background: var(--c-bg);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

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

.header {
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom-color: rgba(248, 240, 230, 0.1);
}

.header.is-scrolled {
  background-color: rgba(5, 5, 5, 0.95);
}

.header__nav-link,
.lang-switch__btn,
.hero__eyebrow,
.section-label,
.footer__nav-title,
.pg-hero__breadcrumb,
.pg-hero__index-label,
.svc-block__num,
.rnt-block__num,
.cnt-info__label,
.team-member__role,
.abt-stat__label,
.hero__info-label {
  font-weight: 700;
  letter-spacing: 0.14em;
}

.header__nav-link--cta {
  border-radius: 999px;
  border-color: rgba(248, 240, 230, 0.22);
}

.header__nav-link:not(.header__nav-link--cta) {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  transition: color var(--t-fast), background-color var(--t-fast), box-shadow var(--t-fast);
}

.header__nav-link:not(.header__nav-link--cta)::after {
  display: none;
}

.header__nav-link:not(.header__nav-link--cta):hover,
.header__nav-link:not(.header__nav-link--cta):focus-visible {
  color: var(--c-text);
  background: rgba(248, 240, 230, 0.12);
  box-shadow: inset 0 0 0 1px rgba(248, 240, 230, 0.2);
}

.header__nav-link--active:not(.header__nav-link--cta) {
  background: rgba(232, 85, 5, 0.16);
  color: var(--c-text);
  box-shadow: inset 0 0 0 1px rgba(232, 85, 5, 0.44);
}

.btn,
.cnt-submit {
  border-radius: 999px;
}

.btn--primary,
.cnt-submit {
  background-color: var(--c-accent);
  color: #fff;
}

.btn--primary:hover,
.cnt-submit:hover {
  background-color: var(--c-accent-hover);
}

.btn--outline {
  background: rgba(248, 240, 230, 0.04);
  border-color: rgba(248, 240, 230, 0.2);
  color: var(--c-text);
}

.hero__ctas .btn--outline {
  background: #000;
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.hero__ctas .btn--outline:hover {
  background: #0a0a0a;
  border-color: var(--c-accent-hover);
  color: var(--c-accent-hover);
}

.link-arrow::after {
  content: '→';
}

.section-title,
.pg-hero__title,
.hero__title,
.cta-section__title,
.svc-block__title,
.rnt-block__title,
.abt-text__heading,
.cnt-form-title,
.abt-story__quote {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.section-title,
.pg-hero__title,
.hero__title {
  line-height: 1.2;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  border-bottom: 1px solid var(--c-border);
  background:
    radial-gradient(circle at 16% 20%, rgba(232, 85, 5, 0.1) 0%, transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(232, 85, 5, 0.08) 0%, transparent 33%),
    linear-gradient(180deg, #080808 0%, #040404 100%);
}

.pg-hero,
.pg-hero--about,
.pg-hero--contact {
  position: relative;
  overflow: hidden;
  min-height: auto;
  border-bottom: 1px solid var(--c-border);
  background:
    radial-gradient(circle at 16% 20%, rgba(232, 85, 5, 0.1) 0%, transparent 28%),
    radial-gradient(circle at 80% 75%, rgba(232, 85, 5, 0.08) 0%, transparent 33%),
    linear-gradient(180deg, #080808 0%, #040404 100%);
  padding-top: calc(var(--header-h) + var(--sp-3));
  padding-bottom: clamp(var(--sp-5), 5vw, var(--sp-6));
}

.hero::before,
.pg-hero::before,
.pg-hero--about::before,
.pg-hero--contact::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(5, 5, 5, 0.62), rgba(5, 5, 5, 0.62)),
    url('../images/map-bg.png');
  background-size: cover, min(520px, 46vw);
  background-repeat: no-repeat, repeat;
  background-position: center, center;
}

.hero::after,
.pg-hero::after,
.pg-hero--about::after,
.pg-hero--contact::after {
  display: none;
}

.hero__bg-grid,
.pg-hero__bg-grid {
  display: none;
}

.hero__container {
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr;
  align-items: start;
}

.hero__scroll {
  left: var(--content-inset);
}

.hero__content {
  display: block;
}

.hero__eyebrow {
  margin-bottom: var(--sp-5);
}

.hero__body {
  max-width: 680px;
  margin-bottom: var(--sp-5);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.hero__body p {
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
  color: rgba(248, 240, 230, 0.82);
  line-height: 1.78;
  max-width: 60ch;
}

.svc-block__intro .svc-block__desc + .svc-block__desc {
  margin-top: var(--sp-2);
}

.hero__ctas {
  align-self: start;
}

.pg-hero__container,
.pg-hero > .container,
.abt-hero__inner,
.cnt-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.pg-hero__container:has(.pg-hero__index),
.pg-hero > .container:has(.pg-hero__index) {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 420px);
}

.pg-hero__content,
.abt-hero__content,
.cnt-hero__content {
  align-self: start;
  width: 100%;
  max-width: 100%;
}

.pg-hero__index,
.abt-hero__stats {
  align-self: start;
}

/* Page heroes: single column when side panel is removed */
.abt-hero__inner--solo,
.cnt-hero__inner--solo {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}

/* Rentals: push index box lower so its bottom aligns with services */
.pg-hero__index--lower {
  margin-top: var(--sp-7);
}

.pg-hero__breadcrumb {
  margin: 0 0 var(--sp-3);
  padding: 0;
  line-height: 1.4;
  color: var(--c-text-muted);
}

.pg-hero__breadcrumb a {
  color: var(--c-text-muted);
}

.pg-hero__breadcrumb a:hover {
  color: var(--c-text);
}

.hero__title {
  font-size: clamp(2.5rem, 5.5vw, 6rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: var(--sp-5);
  gap: 0.12em;
}

/* Greek homepage hero - two lines only, scale fluidly across viewports */
html[lang="el"] .hero__title {
  font-size: clamp(1.6rem, 3.8vw, 5.1rem);
  letter-spacing: -0.035em;
}

html[lang="el"] .hero__title-line {
  white-space: nowrap;
}

.hero__title-line--accent {
  color: var(--c-text-dim);
  font-style: normal;
}

.hero__subtitle,
.pg-hero__subtitle {
  color: var(--c-text);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  max-width: 100%;
  line-height: 1.5;
}

.hero__body {
  color: rgba(248, 240, 230, 0.82);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.75;
  max-width: 60ch;
}

.hero__info-card-inner,
.pg-hero__index,
.abt-hero__stats,
.svc-detail,
.rnt-group,
.cnt-info {
  box-shadow: var(--shadow-soft);
}

.hero__info-card-inner,
.pg-hero__index {
  background: rgba(242, 239, 232, 0.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 0;
  border: 1px solid rgba(242, 239, 232, 0.18);
}

.trust,
.svc-positioning,
.section--light,
.clients,
.abt-text,
.abt-team,
.cnt-trust {
  background-color: var(--c-light-bg);
}

.trust {
  background-color: transparent;
}

.trust__statement,
.svc-positioning__statement,
.abt-text__heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  border-left: 0;
  padding-left: 0;
}

.trust__statement::before,
.svc-positioning__statement::before {
  content: '';
  display: block;
  width: 4rem;
  height: 2px;
  background: var(--c-accent);
  margin-bottom: var(--sp-3);
}

.service-item {
  border-bottom-color: rgba(248, 240, 230, 0.16);
}

.service-item:first-child {
  border-top-color: rgba(248, 240, 230, 0.16);
}

.services,
.about-snap,
.svc-block,
.rnt-block,
.abt-story,
.cnt-main {
  background-color: var(--c-bg);
}

.section--dark,
.svc-how,
.how-it-works {
  background: linear-gradient(180deg, #060606 0%, #020202 100%);
}

.rentals__grid,
.pillars__grid,
.about-snap__stats,
.team-grid,
.how-it-works__steps {
  gap: 1px;
}

.rental-item,
.pillar,
.about-snap__stat,
.team-member,
.hiw-step {
  transition: transform var(--t-base), background-color var(--t-base), border-color var(--t-base);
}

.rental-item:hover,
.pillar:hover,
.team-member:hover,
.hiw-step:hover {
  transform: translateY(-4px);
}

.rental-item,
.svc-detail,
.rnt-group,
.team-member,
.abt-stat,
.cnt-info__block {
  border-radius: 0;
}

.rentals:not(.rentals--featured) .rental-item {
  background-color: #F7F1E8;
}

.rentals:not(.rentals--featured) .rental-item:hover {
  background-color: #EFE3D5;
}

.about-snap__inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
}

.about-snap__stats {
  min-height: unset;
  background: var(--c-surface);
  align-content: stretch;
  border: 1px solid var(--c-border);
  height: fit-content;
  grid-auto-rows: min-content;
  align-items: start;
}

.about-snap__stat {
  background: #0D0D0D;
  border-right: 1px solid var(--c-border);
  padding: var(--sp-3) var(--sp-4);
  align-self: start;
}

.about-snap__stat:last-child {
  border-right: none;
}

.clients {
  border-top: 1px solid var(--c-border-dark);
  border-bottom: 1px solid var(--c-border-dark);
}

.clients__logo {
  filter: grayscale(1) sepia(0.12) opacity(0.72) brightness(1.08);
}

.clients__marquee-wrap:hover .clients__logo {
  filter: grayscale(0.8) sepia(0.1) opacity(0.95) brightness(1.1);
}

.cta-section {
  background: linear-gradient(180deg, #080808 0%, #040404 100%);
}

.cta-section .btn {
  align-self: flex-start;
}

.svc-block,
.rnt-block {
  position: relative;
}

.svc-block--alt,
.rnt-block--alt {
  background-color: #1A1512;
}

.svc-detail,
.rnt-group {
  background: rgba(248, 240, 230, 0.035);
}

.rnt-placeholder {
  border: 0;
  background-color: var(--c-surface);
  box-shadow: var(--shadow-soft);
}

.rnt-placeholder:not(.rnt-placeholder--photo)::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(232, 85, 5, 0.12), transparent 40%),
    linear-gradient(rgba(20, 17, 14, 0.12), rgba(20, 17, 14, 0.56));
  opacity: 0.9;
}

.rnt-placeholder__inner {
  color: var(--c-text);
  z-index: 2;
}

.rnt-placeholder__inner span {
  color: rgba(248, 240, 230, 0.8);
}

.team-member__photo {
  background:
    radial-gradient(circle at top left, rgba(232, 85, 5, 0.12), transparent 50%),
    linear-gradient(rgba(20, 17, 14, 0.04), rgba(20, 17, 14, 0.1));
}

.team-member__photo-grid {
  background-image: none;
}

.team-member__initials {
  color: var(--c-dark-text);
  opacity: 0.46;
  background: transparent;
  padding: 0;
}

.abt-story__quote-band {
  background: linear-gradient(rgba(20, 17, 14, 0.86), rgba(20, 17, 14, 0.9));
}

.footer {
  background: #0B0908;
}

.footer__logo-img {
  opacity: 0.72;
}

@media (max-width: 1024px) {
  .pg-hero__container,
  .abt-hero__inner,
  .cnt-hero__inner {
    grid-template-columns: 1fr;
  }

  .about-snap__inner {
    grid-template-columns: 1fr;
  }

  .svc-block__intro {
    flex-direction: column;
    gap: var(--sp-3);
  }

  .pg-hero__index--lower {
    margin-top: var(--sp-4);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + var(--sp-7));
  }

  .hero__title {
    font-size: clamp(2.25rem, 10vw, 4.25rem);
  }

  html[lang="el"] .hero__title {
    font-size: clamp(1.35rem, 7.2vw, 3.2rem);
  }

  .hero__body {
    max-width: 100%;
  }

  .hero::after,
  .pg-hero::after,
  .pg-hero--about::after,
  .pg-hero--contact::after {
    display: none;
  }

  .clients__logo-wrap {
    padding: 0 var(--sp-4);
  }

  .abt-story__intro {
    margin-bottom: var(--sp-4);
  }

  .abt-story__media-img {
    height: clamp(200px, 55vw, 340px);
  }

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

  .pg-hero__index--lower {
    margin-top: 0;
  }

  /* Buttons: full-width, comfortable tap targets, no overflow on small screens */
  .cta-section .btn,
  .services__cta .btn {
    align-self: stretch;
    width: 100%;
  }

  .hero__ctas .btn,
  .pg-hero__ctas .btn,
  .cta-section .btn,
  .services__cta .btn,
  .cnt-submit {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
    min-height: 3rem;
    padding: 0.95rem 1.5rem;
  }
}

/* ----------------------------------------------------------
   Alternative Section Layout System (non-hero)
   ---------------------------------------------------------- */

/* Remove strict ruled-section look and use breathing rhythm */
.section-header {
  display: block;
  margin-bottom: var(--sp-6);
  padding-bottom: 0;
  border-bottom: 0;
}

.section-header .section-label {
  margin-bottom: var(--sp-2);
  display: inline-block;
}

/* TRUST - full-bleed image with boxed statement overlay */
.trust {
  position: relative;
  overflow: hidden;
  padding: var(--sp-8) 0;
  background-color: transparent;
}

.trust::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(5, 5, 5, 0.55) 0%,
    rgba(5, 5, 5, 0.2) 45%,
    rgba(5, 5, 5, 0.5) 100%
  );
}

.trust__container {
  position: relative;
  z-index: 2;
}

.trust__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: clamp(340px, 42vw, 540px);
}

.trust__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--sp-6);
  align-items: stretch;
}

.trust__media,
.svc-positioning__media {
  background: #0e0e0e;
  overflow: hidden;
}

.trust__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.trust__media-img,
.svc-positioning__media-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.trust__statement {
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--c-dark-text);
  padding: var(--sp-5) var(--sp-6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.1);
  margin: 0;
  text-align: center;
}

.trust__statement::before {
  margin-left: auto;
  margin-right: auto;
}

.trust__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: min(100%, 920px);
  width: 100%;
  gap: var(--sp-3);
}

.trust__lines {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.trust__lines p {
  font-size: 0.9375rem;
  color: var(--c-dark-text-dim);
  line-height: 1.75;
}

.trust__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-2);
}

.trust__pillar {
  background: rgba(17, 17, 17, 0.03);
  border: 1px solid var(--c-border-dark);
  padding: var(--sp-3) var(--sp-4);
}

.trust__pillar:first-child {
  border-top: 1px solid var(--c-border-dark);
}

.svc-positioning__inner {
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: stretch;
}

.svc-positioning__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-3);
}

.svc-positioning__statement {
  margin-bottom: 0;
}

/* HOMEPAGE SERVICES: from table-like rows to asymmetric cards */
.services__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--sp-3);
  align-items: stretch;
}

.service-item,
.service-item:first-child {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  border: 1px solid var(--c-border);
  padding: var(--sp-5) var(--sp-4);
  background: rgba(242, 239, 232, 0.04);
  min-height: 220px;
}

.service-item:nth-child(4),
.service-item:nth-child(5) {
  grid-column: span 3;
}

.service-item:hover {
  padding-left: var(--sp-4);
  transform: translateY(-2px);
  background: rgba(242, 239, 232, 0.08);
}

.service-item__num {
  display: inline-block;
  margin-bottom: var(--sp-2);
}

.service-item__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.08;
}

.service-item__desc {
  margin-top: var(--sp-2);
}

.service-item__arrow {
  display: none;
}

/* HOMEPAGE RENTALS: richer cinematic band */
.rentals--featured {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(232, 85, 5, 0.14) 0%, transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(232, 85, 5, 0.08) 0%, transparent 38%),
    linear-gradient(165deg, #12100e 0%, #080706 48%, #040404 100%);
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
}

.rentals--featured::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image: url('../images/map-bg.png');
  background-size: min(460px, 42vw);
  background-repeat: repeat;
}

.rentals--featured .container {
  position: relative;
  z-index: 1;
}

.rentals--featured .section-label {
  color: var(--c-accent);
}

.rentals--featured .section-title {
  color: var(--c-text);
}

.rentals--featured .link-arrow--dark {
  color: var(--c-text);
}

.rentals__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
  background: transparent;
  border: 0;
}

.rental-item {
  border: 1px solid rgba(248, 240, 230, 0.1);
  background: #141210;
  min-height: 240px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}

.rentals--featured .rental-item:hover {
  background: #1c1916;
  border-color: rgba(232, 85, 5, 0.3);
}

.rentals--featured .rental-item__title {
  color: var(--c-text);
  font-family: var(--font-display);
  font-weight: 500;
}

.rentals--featured .rental-item__desc {
  color: rgba(248, 240, 230, 0.72);
}

.rentals--featured .rental-item__icon {
  color: var(--c-accent);
}


/* ABOUT SNAPSHOT - stats removed, single column */
.about-snap {
  padding-top: var(--sp-8);
}

.about-snap__inner {
  grid-template-columns: 1fr;
  gap: var(--sp-5);
}

.about-snap__content {
  max-width: 780px;
}

/* HOW WE WORK / PROCESS blocks */
.pillars__grid,
.how-it-works__steps {
  gap: var(--sp-2);
  border: 0;
  background: transparent;
}

.pillar,
.hiw-step {
  border: 1px solid var(--c-border);
  min-height: 240px;
}

/* Services page modules */
.svc-block {
  padding: var(--sp-7) 0;
  transition: background-color 0.3s ease;
}

.svc-block:hover {
  background-color: rgba(242, 239, 232, 0.025);
}

.svc-block__title {
  transition: color 0.25s ease;
}

.svc-block:hover .svc-block__title {
  color: var(--c-text);
}

.svc-block__num {
  transition: color 0.25s ease;
}

.svc-block:hover .svc-block__num {
  color: var(--c-accent);
}

.svc-block__header {
  grid-template-columns: 1fr;
  gap: var(--sp-2);
  margin-bottom: var(--sp-2);
  padding-bottom: 0;
  border-bottom: 0;
}

.svc-block__body {
  display: block;
}

.svc-block__intro {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: var(--sp-8);
  border-left: 0;
  padding-left: 0;
  border-top: 0;
}

.svc-block__desc {
  max-width: 560px;
  flex: 1;
}

.svc-block {
  padding: var(--sp-5) 0;
}

/* Rentals page modules */
.rnt-block__header {
  grid-template-columns: 1fr;
  gap: var(--sp-2);
  border-bottom: 0;
}

.rnt-block__content,
.rnt-block__content--reversed {
  display: none;
}

.rnt-block__visual-bg {
  box-shadow: none;
}

.rnt-block__visual-bg.rnt-placeholder--photo::after {
  display: none;
}

/* About page story and team */
.abt-story__grid {
  gap: var(--sp-4);
}

.team-grid {
  gap: var(--sp-4);
  border: 0;
  background: transparent;
}

.team-member {
  border: 1px solid var(--c-border-dark);
  background: transparent;
  box-shadow: 0 6px 18px rgba(12, 10, 9, 0.08);
}

/* Contact page: less corporate rail, more split composition */
.cnt-main__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: var(--sp-5);
}

.cnt-form-wrap,
.cnt-info {
  border: 1px solid var(--c-border);
  padding: var(--sp-5);
  background: rgba(242, 239, 232, 0.03);
}

.cnt-info {
  position: static;
}

.cnt-info__block {
  padding-left: 0;
  padding-right: 0;
}

/* Mobile tuning for new layout */
@media (max-width: 1024px) {
  .trust__inner {
    justify-content: center;
    min-height: clamp(280px, 58vw, 400px);
  }

  .trust__statement {
    padding: var(--sp-4);
    font-size: clamp(1.5rem, 5.5vw, 2.25rem);
  }

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

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

  .svc-positioning__inner {
    grid-template-columns: 1fr;
  }

  .trust__media-img,
  .svc-positioning__media-img {
    min-height: 100%;
  }

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

  .service-item,
  .service-item:first-child,
  .service-item:nth-child(4),
  .service-item:nth-child(5) {
    grid-column: span 1;
  }


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

  .rental-item,
  .rental-item:nth-child(1),
  .rental-item:nth-child(2),
  .rental-item:nth-child(3),
  .rental-item:nth-child(4),
  .rental-item:nth-child(5),
  .rental-item:nth-child(6) {
    grid-column: span 1;
  }

  .about-snap__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-block__details {
    grid-template-columns: 1fr;
  }

  .rnt-block__visual .rnt-block__groups {
    grid-template-columns: 1fr;
  }

  .cnt-main__grid {
    grid-template-columns: 1fr;
  }

  .rentals--featured .rentals__grid {
    grid-template-columns: 1fr;
  }

  .abt-story__media-img {
    min-height: 220px;
  }
}

/* ----------------------------------------------------------
   Client refinement pass: readability, imagery, blueprint texture
   ---------------------------------------------------------- */

body {
  font-size: 1.0625rem;
}

.section-label {
  font-size: 0.75rem;
}

.header__nav-link {
  font-size: 0.875rem;
}

.trust__lines p,
.trust__pillar p,
.service-item__desc,
.rental-item__desc,
.about-snap__body,
.pillar__desc,
.abt-story__para,
.abt-story__intro p,
.abt-text__body p,
.team-member__bio p,
.svc-positioning__lines p,
.svc-block__desc,
.rnt-block__desc,
.pg-hero__body,
.cta-section__sub,
.cta-section__body,
.cnt-hero__body {
  font-size: 0.9375rem;
  line-height: 1.78;
}

.abt-team__sub,
.hero__info-value,
.footer__nav-link {
  font-size: 0.875rem;
}

.hero__body {
  font-size: clamp(0.8125rem, 1.1vw, 0.9375rem);
}

.service-item__title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Subtle floorplan texture on dark bands */
.cta-section,
.svc-how,
.how-it-works,
.abt-story__quote-band {
  position: relative;
  overflow: hidden;
}

.cta-section::before,
.svc-how::before,
.how-it-works::before,
.abt-story__quote-band::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: url('../images/map-bg.png');
  background-size: min(440px, 38vw);
  background-repeat: repeat;
}

.cta-section__inner,
.svc-how .container,
.how-it-works .container,
.abt-story__quote-band .container {
  position: relative;
  z-index: 1;
}

/* Team photography */
.team-member__photo {
  position: relative;
  overflow: hidden;
  background: #1a1816;
}

.team-member__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-member__initials {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--c-dark-text-dim);
  opacity: 0.46;
  position: relative;
  z-index: 1;
  user-select: none;
  background: transparent;
  padding: 0;
}

.team-member__photo-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(10, 10, 10, 0.06) 1px, transparent 1px);
  background-size: 16px 16px;
}

/* ==========================================================
   UNIFIED MONOCHROME PHOTOGRAPHY SYSTEM
   All content photography treated as cinematic B&W
   ========================================================== */

/* Base monochrome filter for all editorial images */
.trust__media-img,
.svc-positioning__media-img,
.abt-story__media-img,
.rnt-placeholder__img,
.team-member__img,
.cinematic-banner__img {
  filter: grayscale(1) contrast(1.04) brightness(1.16);
  transition: filter 0.6s ease;
}

/* About story feature image */
.abt-story__media {
  width: 100%;
  margin-top: var(--sp-5);
  margin-bottom: var(--sp-7);
  overflow: hidden;
}

.abt-story__media-img {
  display: block;
  width: 100%;
  height: clamp(300px, 40vw, 520px);
  object-fit: cover;
  object-position: center 35%;
}

/* About story intro text */
.abt-story__intro {
  max-width: 680px;
  margin-bottom: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

/* Rentals page photography */
.rnt-placeholder--photo {
  background-color: #0a0a0a;
}

.rnt-placeholder--photo::before {
  display: none;
}

.rnt-placeholder--photo::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(rgba(4, 4, 4, 0.04), rgba(4, 4, 4, 0.28));
  opacity: 1;
}

.rnt-placeholder__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ==========================================================
   CINEMATIC BANNER - full-width image separator
   Usage: <div class="cinematic-banner">
            <img class="cinematic-banner__img" src="..." />
          </div>
   ========================================================== */
.cinematic-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #050505;
}

.cinematic-banner__img {
  display: block;
  width: 100%;
  height: clamp(220px, 28vw, 400px);
  object-fit: cover;
  object-position: center;
}

.cinematic-banner--tall .cinematic-banner__img {
  height: clamp(300px, 38vw, 520px);
}

/* Spacing balance after removed sections */
.about-snap {
  padding-bottom: var(--sp-8);
}

.clients {
  margin-top: 0;
}

.abt-story {
  padding-bottom: var(--sp-7);
}

.abt-team {
  padding-top: var(--sp-7);
}

/* ----------------------------------------------------------
   Services preview "View All" CTA
   ---------------------------------------------------------- */
.services__cta {
  margin-top: var(--sp-5);
  text-align: center;
}

/* ----------------------------------------------------------
   Mobile: services/rentals intro paragraph widths
   ---------------------------------------------------------- */
@media (max-width: 767px) {
  .svc-block__header {
    margin-bottom: var(--sp-2);
    padding-bottom: 0;
  }

  .svc-block__intro {
    flex-direction: column;
    gap: var(--sp-3);
  }

  .svc-block__desc {
    max-width: 100%;
    width: 100%;
  }

  .rnt-block__desc {
    max-width: 100%;
    width: 100%;
  }

  .pg-hero__body {
    max-width: 100%;
  }

  .pg-hero__subtitle {
    max-width: 100%;
  }
}
