:root {
  --pp-black: #090807;
  --pp-charcoal: #15120f;
  --pp-paper: #e9e0ce;
  --pp-paper-deep: #d9cbb2;
  --pp-gold: #c9a56a;
  --pp-gold-pale: #ead4a8;
  --pp-burgundy: #681d22;
  --pp-smoke: #bcb2a2;
  --pp-ink: #100e0c;
}

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--pp-black); }
.pp-site, .pp-site * { box-sizing: border-box; }
.pp-site {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: var(--pp-black);
  color: #f4efe6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.pp-site > .e-con-inner { display: block !important; max-width: none !important; }
.pp-site a { text-decoration: none; }
.pp-site .pp-section {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  padding: 130px max(36px, calc((100vw - 1240px) / 2));
}
.pp-site .pp-shell { width: 100%; max-width: 1240px; margin-inline: auto; }
.pp-site .pp-row { display: grid !important; grid-template-columns: 1fr 1fr; gap: clamp(58px, 8vw, 130px); align-items: center; }
.pp-site .pp-row-wide-copy { grid-template-columns: .82fr 1.18fr; }
.pp-site .pp-row-copy-wide { grid-template-columns: 1.15fr .85fr; }
.pp-site .elementor-widget { width: 100%; }
.pp-site .elementor-widget-text-editor { color: inherit; }
.pp-site p { margin: 0 0 22px; }
.pp-site em { color: var(--pp-gold); font-weight: 400; }

.pp-site .pp-eyebrow .elementor-heading-title,
.pp-site .pp-index .elementor-heading-title {
  color: var(--pp-gold);
  font: 700 10px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.pp-site .pp-index .elementor-heading-title { color: #766f64; font-size: 9px; }
.pp-site .pp-display .elementor-heading-title {
  margin: 0;
  color: #f7f0e3;
  font: 400 clamp(48px, 6.2vw, 88px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
.pp-site .pp-display-xl .elementor-heading-title { font-size: clamp(58px, 8vw, 116px); line-height: .92; }
.pp-site .pp-display-sm .elementor-heading-title { font-size: clamp(39px, 4.8vw, 67px); }
.pp-site .pp-body { color: var(--pp-smoke); font: 400 17px/1.88 Georgia, "Times New Roman", serif; }
.pp-site .pp-body p:last-child { margin-bottom: 0; }
.pp-site .pp-note { color: #81786e; font: italic 14px/1.7 Georgia, serif; }
.pp-site .pp-button .elementor-button {
  padding: 17px 25px;
  border: 1px solid var(--pp-gold);
  border-radius: 0;
  background: var(--pp-gold);
  color: #181109;
  font: 800 10px/1 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: .25s ease;
}
.pp-site .pp-button .elementor-button:hover { background: var(--pp-gold-pale); transform: translateY(-2px); }
.pp-site .pp-button-outline .elementor-button { background: transparent; color: var(--pp-gold-pale); }
.pp-site .pp-button-outline .elementor-button:hover { background: var(--pp-gold-pale); color: #181109; }
.pp-site .pp-actions { display: flex !important; flex-direction: row !important; flex-wrap: wrap; gap: 14px; justify-content: flex-start; }
.pp-site .pp-actions > .elementor-element { width: auto !important; }

/* Hero */
.pp-site .pp-hero {
  min-height: 100svh;
  justify-content: center;
  padding: 30px max(36px, calc((100vw - 1240px) / 2)) 80px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(5,4,3,.92) 0%, rgba(5,4,3,.62) 42%, rgba(5,4,3,.12) 74%),
    linear-gradient(180deg, rgba(5,4,3,.68), transparent 35%, rgba(5,4,3,.74)),
    url("../images/paliopyrgos-hero.webp") center/cover no-repeat;
}
.pp-site .pp-nav {
  position: absolute;
  top: 26px;
  left: max(36px, calc((100vw - 1240px) / 2));
  right: max(36px, calc((100vw - 1240px) / 2));
  z-index: 3;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.pp-site .pp-brand .elementor-heading-title { color: #f7f1e6; font: 600 17px/1.15 Georgia, serif; letter-spacing: .12em; }
.pp-site .pp-nav-links { display: flex !important; flex-direction: row !important; width: auto !important; gap: 20px; }
.pp-site .pp-nav-link .elementor-button { padding: 8px 0; background: transparent; color: #e6ded1; font: 700 9px/1 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.pp-site .pp-nav-link .elementor-button:hover { color: var(--pp-gold); }
.pp-site .pp-hero-inner { max-width: 820px; margin-top: 80px; }
.pp-site .pp-hero-lede { max-width: 650px; margin-top: 30px; color: #d0c6b7; font: 400 18px/1.8 Georgia, serif; }
.pp-site .pp-hero .pp-actions { margin-top: 35px; }
.pp-site .pp-art-caption { position: absolute; right: 24px; bottom: 20px; color: rgba(255,255,255,.48); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }

/* Manifesto and history */
.pp-site .pp-manifesto { background: var(--pp-black); }
.pp-site .pp-manifesto .pp-body { max-width: 660px; margin: 35px 0 0 12%; }
.pp-site .pp-paper { background: var(--pp-paper); color: var(--pp-ink); }
.pp-site .pp-paper .pp-display .elementor-heading-title { color: #17120e; }
.pp-site .pp-paper .pp-display em { color: var(--pp-burgundy); }
.pp-site .pp-paper .pp-body { color: #4e4437; }
.pp-site .pp-burgundy .elementor-heading-title { color: var(--pp-burgundy); }
.pp-site .pp-heritage-art {
  min-height: 650px;
  border: 12px solid rgba(255,255,255,.28);
  box-shadow: 0 28px 65px rgba(39,27,16,.24);
  transform: rotate(-1.2deg);
  background: url("../images/paliopyrgos-heritage-mark.webp") center/cover no-repeat;
}
.pp-site .pp-timeline { margin-top: 35px; border-top: 1px solid rgba(77,55,33,.28); }
.pp-site .pp-timeline .elementor-widget-text-editor { padding: 15px 0; border-bottom: 1px solid rgba(77,55,33,.22); color: #5b4e3e; font: italic 15px/1.45 Georgia, serif; }
.pp-site .pp-timeline strong { display: inline-block; width: 145px; color: var(--pp-burgundy); font: 700 10px/1.4 Inter, sans-serif; letter-spacing: .12em; text-transform: uppercase; }

/* Stay */
.pp-site .pp-stay-hero {
  min-height: min(92svh, 920px);
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(5,8,5,.91), rgba(5,8,5,.62) 44%, rgba(5,8,5,.12) 75%),
    linear-gradient(180deg, transparent 45%, #0b0e0a 100%),
    url("../images/stay-stone-house.webp") center/cover no-repeat;
}
.pp-site .pp-stay-hero .pp-body { max-width: 590px; margin-top: 30px; color: #d3c9b9; }
.pp-site .pp-stay-story { background: #0b0e0a; }
.pp-site .pp-stay-interior-art {
  min-height: 620px;
  border: 10px solid rgba(255,255,255,.025);
  outline: 1px solid rgba(201,165,106,.28);
  box-shadow: 0 35px 90px rgba(0,0,0,.48);
  transform: rotate(.7deg);
  background: url("../images/stay-interior.webp") center/cover no-repeat;
}
.pp-site .pp-cards { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 max(36px, calc((100vw - 1240px) / 2)) 120px; background: #0b0e0a; }
.pp-site .pp-card { min-height: 230px; padding: 30px; border: 1px solid rgba(201,165,106,.16); }
.pp-site .pp-card .pp-index { margin-bottom: 45px; }
.pp-site .pp-card-title .elementor-heading-title { color: var(--pp-gold-pale); font: 400 25px/1.1 Georgia, serif; }
.pp-site .pp-card .pp-note { margin-top: 12px; }
.pp-site .pp-booking {
  margin: 0 max(36px, calc((100vw - 1240px) / 2)) 120px;
  width: auto !important;
  padding: clamp(44px, 7vw, 90px);
  border: 1px solid rgba(201,165,106,.3);
  background: radial-gradient(circle at 12% 50%, rgba(104,29,34,.25), transparent 34%), #12100d;
}
.pp-site .pp-monogram .elementor-heading-title { color: var(--pp-gold); font: 400 clamp(90px, 12vw, 160px)/1 Georgia, serif; text-align: center; }
.pp-site .pp-monogram { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid rgba(201,165,106,.28); border-radius: 50%; }

/* Wine archive */
.pp-site .pp-wines { background: radial-gradient(circle at 50% 36%, #26130f, #0d0a08 48%, #080706 76%); }
.pp-site .pp-wine-art { min-height: 500px; padding: 0; background: url("../images/wine-archive.webp") center/cover no-repeat; }
.pp-site .pp-vintages { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(201,165,106,.24); border-left: 1px solid rgba(201,165,106,.16); }
.pp-site .pp-vintage { min-height: 90px; justify-content: center; border-right: 1px solid rgba(201,165,106,.16); border-bottom: 1px solid rgba(201,165,106,.16); }
.pp-site .pp-vintage .elementor-heading-title { color: var(--pp-gold-pale); font: 400 27px/1 Georgia, serif; text-align: center; }
.pp-site .pp-price .elementor-heading-title { color: var(--pp-gold); font: 400 64px/1 Georgia, serif; }
.pp-site .pp-quote { margin-top: 30px; padding-left: 24px; border-left: 1px solid var(--pp-burgundy); color: #f1e2c6; font: italic 24px/1.55 Georgia, serif; }
.pp-site .pp-label-art {
  min-height: 620px;
  border: 10px solid rgba(255,255,255,.025);
  outline: 1px solid rgba(201,165,106,.25);
  box-shadow: 0 30px 90px rgba(0,0,0,.45);
  transform: rotate(1.2deg);
  background: url("../images/panoraias-1946-label.webp") center/cover no-repeat;
}
.pp-site .pp-year .elementor-heading-title { color: var(--pp-gold-pale); font: 400 clamp(110px, 14vw, 190px)/.82 Georgia, serif; letter-spacing: -.06em; }

/* Private dining */
.pp-site .pp-dining-hero {
  min-height: min(82svh, 780px);
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(10,8,7,.05) 38%, #15110e 100%), url("../images/private-dining.webp") center 55%/cover no-repeat;
}
.pp-site .pp-one-party { align-self: flex-end; width: 230px !important; min-height: 230px; padding: 28px; justify-content: center; border: 1px solid rgba(234,212,168,.46); background: rgba(28,20,15,.86); backdrop-filter: blur(10px); }
.pp-site .pp-one-party .elementor-heading-title { color: #fff8e9; font: 400 88px/.9 Georgia, serif; text-align: center; }
.pp-site .pp-one-party .pp-note { color: #c5b6a1; text-align: center; }
.pp-site .pp-dining { background: #15110e; }
.pp-site .pp-facts { display: grid !important; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 35px; background: rgba(201,165,106,.16); }
.pp-site .pp-fact { padding: 24px; background: #15110e; }
.pp-site .pp-fact .elementor-heading-title { color: #f0e2cc; font: 400 24px/1 Georgia, serif; }
.pp-site .pp-fact .pp-note { margin-top: 8px; font-size: 10px; font-family: Inter, sans-serif; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.pp-site .pp-cuisine {
  min-height: 760px;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(6,5,4,.93), rgba(6,5,4,.69) 47%, rgba(6,5,4,.16) 78%),
    url("../images/cellar-archive.webp") center/cover no-repeat;
}
.pp-site .pp-cuisine .pp-body { max-width: 560px; margin-top: 32px; color: #c5baaa; }

/* Invitation and footer */
.pp-site .pp-invitation { background: var(--pp-paper); }
.pp-site .pp-invitation .pp-display .elementor-heading-title { color: #16110d; }
.pp-site .pp-invitation .pp-display em { color: var(--pp-burgundy); }
.pp-site .pp-invitation .pp-body { color: #504538; }
.pp-site .pp-seal { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid rgba(104,29,34,.27); border-radius: 50%; }
.pp-site .pp-seal .elementor-heading-title { color: var(--pp-burgundy); font: 400 clamp(140px, 19vw, 270px)/1 Georgia, serif; text-align: center; }
.pp-site .pp-contact { margin-top: 32px; padding: 24px 0; border-top: 1px solid rgba(75,55,34,.28); border-bottom: 1px solid rgba(75,55,34,.28); color: #261b14; font: 400 23px/1.55 Georgia, serif; }
.pp-site .pp-footer { padding: 64px max(36px, calc((100vw - 1240px) / 2)); background: #070605; border-top: 1px solid rgba(201,165,106,.17); }
.pp-site .pp-footer-row { display: grid !important; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 42px; align-items: center; }
.pp-site .pp-footer .pp-note:last-child { text-align: right; font-family: Inter, sans-serif; font-size: 9px; font-style: normal; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 800px) {
  .pp-site .pp-section { padding: 95px 19px; }
  .pp-site .pp-row, .pp-site .pp-row-wide-copy, .pp-site .pp-row-copy-wide { grid-template-columns: 1fr; gap: 55px; }
  .pp-site .pp-display .elementor-heading-title { font-size: clamp(43px, 12vw, 70px); }
  .pp-site .pp-display-xl .elementor-heading-title { font-size: clamp(51px, 15vw, 78px); }
  .pp-site .pp-nav { left: 19px; right: 19px; }
  .pp-site .pp-nav-links > :not(:last-child) { display: none; }
  .pp-site .pp-hero { min-height: 820px; padding-inline: 19px; background-position: 58% center; }
  .pp-site .pp-manifesto .pp-body { margin-left: 0; }
  .pp-site .pp-heritage-art, .pp-site .pp-stay-interior-art, .pp-site .pp-label-art { min-height: 480px; }
  .pp-site .pp-stay-hero { min-height: 760px; background-position: 62% center; }
  .pp-site .pp-cards { grid-template-columns: repeat(2, 1fr); padding: 0 19px 90px; }
  .pp-site .pp-booking { margin: 0 19px 90px; }
  .pp-site .pp-monogram { width: 190px !important; }
  .pp-site .pp-wine-art { min-height: 330px; }
  .pp-site .pp-dining-hero { min-height: 600px; }
  .pp-site .pp-cuisine { min-height: 690px; background-position: 58% center; }
  .pp-site .pp-seal { width: min(86vw, 390px) !important; margin-inline: auto; }
  .pp-site .pp-footer-row { grid-template-columns: 1fr; }
  .pp-site .pp-footer .pp-note:last-child { text-align: left; }
}

@media (max-width: 430px) {
  .pp-site .pp-actions { flex-direction: column !important; }
  .pp-site .pp-actions > .elementor-element, .pp-site .pp-button .elementor-button { width: 100% !important; }
  .pp-site .pp-body { font-size: 16px; }
  .pp-site .pp-display .elementor-heading-title { font-size: 43px; }
  .pp-site .pp-display-xl .elementor-heading-title { font-size: 49px; }
  .pp-site .pp-timeline strong { display: block; width: auto; margin-bottom: 5px; }
  .pp-site .pp-cards, .pp-site .pp-vintages, .pp-site .pp-facts { grid-template-columns: 1fr 1fr; }
  .pp-site .pp-card { min-height: 190px; padding: 23px; }
  .pp-site .pp-booking { padding: 38px 25px; }
  .pp-site .pp-one-party { width: 155px !important; min-height: 155px; }
  .pp-site .pp-one-party .elementor-heading-title { font-size: 60px; }
}

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

