:root {
  --ps-bg: #f7f3ee;
  --ps-paper: rgba(255, 255, 255, 0.88);
  --ps-white: #ffffff;
  --ps-text: #2a2019;
  --ps-muted: #65584d;
  --ps-line: #eadfd2;
  --ps-accent: #6d4c34;
  --ps-accent-dark: #553926;
  --ps-accent-soft: #f4e7da;
  --ps-gold: #b58a63;
  --ps-sand: #f1ddc8;
  --ps-shadow: 0 20px 80px rgba(73, 50, 31, 0.12);
}

body.home,
body.page-template-default {
  background: var(--ps-bg);
}

.palmiyesauna-homepage {
  color: var(--ps-text);
  background: var(--ps-bg);
}

.palmiyesauna-homepage * {
  box-sizing: border-box;
}

.palmiyesauna-homepage a {
  text-decoration: none;
}

.ps-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ps-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e8ddd0;
  background:
    radial-gradient(circle at top right, rgba(192, 155, 109, 0.22), transparent 28%),
    linear-gradient(180deg, #f8f4ef 0%, #f2ebe1 100%);
  padding: 22px 0 64px;
}

.ps-nav-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  box-shadow: 0 8px 30px rgba(73, 50, 31, 0.06);
}

.ps-brand {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ps-subbrand {
  font-size: 12px;
  color: #6f6257;
}

.ps-mini-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ps-mini-links a {
  color: #5f5348;
  font-size: 14px;
  transition: 0.2s ease;
}

.ps-mini-links a:hover {
  color: #000;
}

.ps-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 40px;
  align-items: center;
  padding: 56px 0 18px;
}

.ps-badge,
.ps-kicker,
.ps-kicker-light,
.ps-visual-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.ps-badge {
  color: #755f48;
  border: 1px solid #dac6b1;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 6px 20px rgba(73, 50, 31, 0.06);
}

.ps-kicker,
.ps-visual-kicker {
  text-transform: uppercase;
  color: #8b7259;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #eadfd2;
}

.ps-kicker-light {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ps-hero-copy h1 {
  margin: 18px 0 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ps-hero-copy p,
.ps-section-head p,
.ps-contact-card p {
  margin: 18px 0 0;
  color: var(--ps-muted);
  font-size: 18px;
  line-height: 1.8;
}

.ps-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.ps-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 18px;
  font-weight: 600;
  transition: 0.22s ease;
}

.ps-btn-primary {
  color: #fff;
  background: var(--ps-accent);
}

.ps-btn-primary:hover {
  color: #fff;
  background: var(--ps-accent-dark);
}

.ps-btn-secondary,
.ps-btn-outline {
  color: #4f4033;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #cdb9a3;
}

.ps-btn-secondary:hover,
.ps-btn-outline:hover {
  color: #2f251d;
  background: #fff;
}

.ps-btn-light {
  color: #4e3728;
  background: #fff;
}

.ps-btn-light:hover {
  color: #4e3728;
  background: #f4eee7;
}

.ps-btn-ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.ps-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.ps-btn-sand {
  width: 100%;
  color: #4b3729;
  background: var(--ps-sand);
}

.ps-btn-sand:hover {
  color: #4b3729;
  background: #e9d0b6;
}

.ps-feature-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ps-feature-card,
.ps-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e7dacc;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(73, 50, 31, 0.05);
}

.ps-feature-card p,
.ps-list-item {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #55473c;
}

.ps-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  border-radius: 999px;
  background: #f2e4d6;
  color: #8a6a4f;
  font-weight: 700;
}

.ps-hero-visual {
  position: relative;
}

.ps-visual-card {
  position: relative;
  padding: 16px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
  box-shadow: var(--ps-shadow);
}

.ps-visual-card::before,
.ps-visual-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(36px);
  z-index: 0;
}

.ps-visual-card::before {
  width: 110px;
  height: 110px;
  top: -18px;
  left: -18px;
  background: rgba(213, 179, 144, 0.45);
}

.ps-visual-card::after {
  width: 130px;
  height: 130px;
  bottom: -16px;
  right: -8px;
  background: rgba(190, 161, 133, 0.35);
}

.ps-visual-top,
.ps-mini-stats {
  position: relative;
  z-index: 1;
}

.ps-visual-top {
  padding: 28px;
  border-radius: 28px;
  color: #fff;
  background-color: #8c6848;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.ps-hero-visual .ps-visual-top {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.ps-visual-top h2 {
  margin: 70px 0 0;
  max-width: 380px;
  color: #fff;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 700;
}

.ps-visual-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.ps-visual-boxes div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.ps-visual-boxes span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.ps-visual-boxes strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.4;
}

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

.ps-mini-stat,
.ps-stat-card,
.ps-service-card,
.ps-project-card,
.ps-info-card,
.ps-form-mock {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--ps-line);
  border-radius: 28px;
  box-shadow: 0 12px 35px rgba(73, 50, 31, 0.06);
}
.ps-form-mock .ps-btn-sand {
	margin-top: 14px;
}

.ps-mini-stat {
  padding: 18px;
  background: #fffaf5;
}

.ps-mini-stat strong,
.ps-stat-card strong {
  display: block;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.ps-mini-stat span,
.ps-stat-card span {
  display: block;
  margin-top: 8px;
  color: #6e6258;
  font-size: 14px;
  line-height: 1.5;
}

.ps-stats-section {
  padding: 22px 0 4px;
}

.ps-stats-grid,
.ps-services-grid,
.ps-project-grid,
.ps-two-col {
  display: grid;
  gap: 20px;
}

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

.ps-stat-card {
  padding: 28px;
}

.ps-section {
  padding: 44px 0;
}

.ps-section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.ps-section-head h2,
.ps-info-card h2,
.ps-contact-card h2 {
  margin: 14px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ps-section-head-inline {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

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

.ps-service-card {
  padding: 26px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ps-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(73, 50, 31, 0.1);
}



.ps-service-card h3,
.ps-project-body h4,
.ps-form-mock h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.ps-service-card p,
.ps-project-body p,
.ps-tip-box,
.ps-quote-meta,
.ps-extra-links a,
.ps-project-city {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.8;
  color: #695c50;
}

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

.ps-project-card {
  overflow: hidden;
}

.ps-project-visual {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 16 / 9;
  padding: 22px;
  color: #fff;
  background-color: #b88f69;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.ps-project-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.ps-project-chip {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  font-size: 13px;
}

.ps-project-visual h3 {
  margin: 16px 0 0;
  font-size: 32px;
  line-height: 1.12;
  color: #fff;
}

.ps-project-body {
  padding: 24px;
}

.ps-project-city {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8a6a4f;
  margin-top: 0;
}

.ps-two-col {
  grid-template-columns: 0.95fr 1.05fr;
}

.ps-info-card {
  padding: 30px;
}

.ps-info-card-soft {
  background: #fffaf5;
}

.ps-list-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.ps-stars {
  margin-top: 18px;
  font-size: 24px;
  color: #b88746;
  letter-spacing: 4px;
}

.ps-info-card blockquote {
  margin: 18px 0 0;
  font-size: 25px;
  line-height: 1.6;
  color: #453930;
  border: 0;
  padding: 0;
}

.ps-tip-box {
  padding: 18px;
  border-radius: 22px;
  background: #f7efe7;
}

.ps-contact-wrap {
  padding-bottom: 72px;
}

.ps-contact-card {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 30px;
  padding: 38px;
  color: #fff;
  border-radius: 36px;
  border: 1px solid #e8dccc;
  background: linear-gradient(135deg, #3b2a20 0%, #6b4d37 55%, #8f6a4c 100%);
  box-shadow: 0 25px 80px rgba(45, 30, 19, 0.25);
}

.ps-contact-card p {
  color: rgba(255, 255, 255, 0.82);
}

.ps-form-mock {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.ps-input-mock {
  margin-top: 12px;
  padding: 15px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #7b6c5d;
  font-size: 14px;
}

.ps-textarea-mock {
  min-height: 110px;
}

.ps-extra-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.ps-extra-links a {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}

.ps-extra-links a:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .ps-hero-grid,
  .ps-two-col,
  .ps-contact-card {
    grid-template-columns: 1fr;
  }

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

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

  .ps-section-head-inline {
    align-items: flex-start;
    flex-direction: column;
  }
}


@media (max-width: 767px) {
  .ps-container {
    width: min(100% - 20px, 1180px);
  }

  .ps-hero {
    padding-top: 14px;
    padding-bottom: 42px;
  }

  .ps-nav-chip {
    border-radius: 24px;
    padding: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .ps-mini-links {
    gap: 14px;
    flex-wrap: wrap;
  }

  .ps-hero-grid {
    padding-top: 30px;
    gap: 24px;
  }

  .ps-feature-grid,
  .ps-visual-boxes,
  .ps-mini-stats,
  .ps-stats-grid,
  .ps-services-grid,
  .ps-project-grid {
    grid-template-columns: 1fr;
  }

  .ps-hero-copy p,
  .ps-section-head p,
  .ps-contact-card p {
    font-size: 16px;
  }

  .ps-visual-top {
    padding: 22px;
  }

  .ps-visual-top h2 {
    margin-top: 42px;
    font-size: 28px;
  }

  .ps-stat-card,
  .ps-service-card,
  .ps-project-body,
  .ps-info-card,
  .ps-form-mock {
    padding: 22px;
  }

  .ps-contact-card {
    padding: 24px;
    border-radius: 26px;
  }

  .ps-actions {
    flex-direction: column;
  }

  .ps-btn {
    width: 100%;
  }

  .ps-info-card blockquote {
    font-size: 20px;
  }
}

.ps-service-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background-color: #e9dccf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  margin-bottom: 20px;
  flex: 0 0 48px;
}
