/*
Theme Name: Putivka Coming Soon
Theme URI: https://www.putivka.com/
Author: Putivka.com
Description: Lightweight temporary coming soon theme for putivka.com.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: Proprietary
Text Domain: putivka-coming-soon
*/

:root {
  --ptv-blue: #002C5B;
  --ptv-orange: #FCA10A;
  --ptv-orange-hover: #E88F00;
  --ptv-white: #FFFFFF;
  --ptv-bg: #F5F7FA;
  --ptv-text: #0B1F3A;
  --ptv-muted: #5F6F85;
  --ptv-border: #D9E3EF;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--ptv-bg);
}

body.putivka-coming-soon-body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ptv-text);
  overflow-x: hidden;
}

.putivka-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background:
    radial-gradient(circle at 12% 12%, rgba(252, 161, 10, 0.14), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(0, 44, 91, 0.13), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
  isolation: isolate;
}

body.admin-bar .putivka-page {
  min-height: calc(100vh - 32px);
}

.ptv-hero {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  text-align: center;
  padding: clamp(42px, 7vw, 88px) clamp(22px, 6vw, 80px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(217, 227, 239, 0.92);
  border-radius: clamp(26px, 4vw, 44px);
  box-shadow: 0 32px 90px rgba(0, 44, 91, 0.12);
  backdrop-filter: blur(10px);
}

.ptv-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(217, 227, 239, 0.55);
  border-radius: clamp(18px, 3vw, 32px);
  pointer-events: none;
}

.ptv-logo-frame {
  position: relative;
  width: min(92vw, 760px);
  margin: 0 auto clamp(28px, 4vw, 42px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ptv-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 230px;
  object-fit: contain;
}

.ptv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(252, 161, 10, 0.13);
  color: var(--ptv-blue);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ptv-title {
  margin: 0;
  color: var(--ptv-blue);
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: 0.98;
  font-weight: 850;
  letter-spacing: -0.055em;
}

.ptv-accent {
  display: block;
  width: 118px;
  height: 6px;
  margin: clamp(24px, 3.4vw, 34px) auto clamp(22px, 3vw, 30px);
  border-radius: 999px;
  background: var(--ptv-orange);
  box-shadow: 0 10px 24px rgba(252, 161, 10, 0.35);
}

.ptv-text {
  max-width: 820px;
  margin: 0 auto;
  color: var(--ptv-muted);
  font-size: clamp(18px, 2.1vw, 25px);
  line-height: 1.58;
  font-weight: 450;
}

.ptv-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: clamp(30px, 4vw, 42px) auto 0;
  padding: 0;
  list-style: none;
}

.ptv-services li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid var(--ptv-border);
  background: var(--ptv-white);
  color: var(--ptv-text);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 650;
  white-space: nowrap;
}

.ptv-small-note {
  margin: 24px 0 0;
  color: var(--ptv-muted);
  font-size: 14px;
  line-height: 1.5;
}

.ptv-shape {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.65;
}

.ptv-shape-one {
  width: 220px;
  height: 220px;
  left: max(24px, 7vw);
  bottom: max(24px, 9vh);
  background: rgba(252, 161, 10, 0.13);
  filter: blur(1px);
}

.ptv-shape-two {
  width: 300px;
  height: 300px;
  right: max(18px, 5vw);
  top: max(20px, 8vh);
  background: rgba(0, 44, 91, 0.09);
  filter: blur(1px);
}

@media (max-width: 782px) {
  body.admin-bar .putivka-page {
    min-height: calc(100vh - 46px);
  }
}

@media (max-width: 680px) {
  .putivka-page {
    padding: 22px 14px;
  }

  .ptv-hero {
    padding: 42px 18px;
    border-radius: 26px;
  }

  .ptv-hero::before {
    inset: 10px;
    border-radius: 20px;
  }

  .ptv-logo-frame {
    width: min(94vw, 520px);
    margin-bottom: 24px;
  }

  .ptv-logo {
    max-height: 170px;
  }

  .ptv-title {
    font-size: clamp(38px, 12vw, 54px);
    letter-spacing: -0.045em;
  }

  .ptv-text {
    font-size: 18px;
  }

  .ptv-services {
    gap: 8px;
  }

  .ptv-services li {
    min-height: 38px;
    padding: 9px 13px;
    font-size: 14px;
  }

  .ptv-shape {
    display: none;
  }
}
