/** Shopify CDN: Minification failed

Line 220:20 Unexpected ";"
Line 448:6 Expected identifier but found whitespace
Line 448:7 Unexpected "var("

**/
.pp { --pp-midnight: #0C1118; --pp-navy: #17202E; --pp-parchment: #F4EFE4; --pp-cream: #FDFAF4; --pp-warm: #F9F6EF; --pp-gold: #C4933F; --pp-gold-lt: #DEB96A; --pp-gold-dk: #9A7030; --pp-stone: #8A8278; --pp-border: rgba(23,32,46,0.06); --pp-serif: 'Cormorant Garamond', Georgia, serif; --pp-sans: 'Jost', -apple-system, BlinkMacSystemFont, sans-serif; --pp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94); --pp-ease-out: cubic-bezier(0.16, 1, 0.3, 1); --pp-ease-slow: cubic-bezier(0.4, 0, 0.2, 1); }
.pp *, .pp *::before, .pp *::after { box-sizing: border-box; }
.pp { font-family: var(--pp-sans); color: var(--pp-navy); background: var(--pp-cream); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
.pp-wrap { max-width: 1320px; margin: 0 auto; padding: 0 48px; }
@media (max-width: 1024px) { .pp-wrap { padding: 0 36px; } }
@media (max-width: 767px) { .pp-wrap { padding: 0 24px; } }
.pp-eyebrow { display: block; font-family: var(--pp-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--pp-gold); margin-bottom: 20px; }
.pp-section-title { font-family: var(--pp-serif); font-size: clamp(36px, 4.5vw, 60px); font-weight: 500; line-height: 1.06; letter-spacing: -0.015em; color: var(--pp-navy); }
@keyframes pp-fade-up { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pp-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes pp-line-grow { from { transform: scaleY(0); transform-origin: top; } to { transform: scaleY(1); transform-origin: top; } }
@keyframes pp-flag-wave { 0%, 100% { transform: skewY(0deg) scaleX(1); } 30% { transform: skewY(0.18deg) scaleX(1.004); } 70% { transform: skewY(-0.12deg) scaleX(0.996); } }
@keyframes pp-scroll-exhale { 0%, 100% { opacity: 0.28; transform: scaleY(0.88); transform-origin: top; } 50% { opacity: 0.55; transform: scaleY(1); transform-origin: top; } }
.pp-reveal { opacity: 0; transform: translateY(16px); transition: opacity 1.3s var(--pp-ease), transform 1.3s var(--pp-ease); }
.pp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.pp-reveal--d1 { transition-delay: 0.18s; }
.pp-reveal--d2 { transition-delay: 0.36s; }
.pp-reveal--d3 { transition-delay: 0.54s; }
@media (prefers-reduced-motion: reduce) { .pp-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } .pp * { animation-duration: 0.01ms !important; } }
.pp-btn { display: inline-flex; align-items: center; gap: 16px; font-family: var(--pp-sans); font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; padding: 20px 52px; cursor: pointer; position: relative; overflow: hidden; transition: background 0.6s var(--pp-ease-slow); }
.pp-btn svg { width: 13px; height: 13px; flex-shrink: 0; transition: transform 0.6s var(--pp-ease-slow); }
.pp-btn:hover svg { transform: translateX(5px); }
.pp-btn--gold { background: var(--pp-gold); color: var(--pp-midnight); }
.pp-btn--gold:hover { background: var(--pp-gold-lt); }
.pp-btn--lg { padding: 22px 68px; }
.pp-flag-stripe { display: block; }
.pp-flag-stripe--r { background: rgba(178,34,52,0.72); }
.pp-flag-stripe--w { background: rgba(251,251,239,0.56); }
.pp-flag-canton { position: absolute; top: 0; left: 0; background: rgba(60,59,110,0.82); }
.pp-site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; transition: background 0.8s var(--pp-ease-slow), box-shadow 0.8s var(--pp-ease-slow); }
.pp-site-header.is-scrolled { background: rgba(12,17,24,0.92); backdrop-filter: blur(18px) saturate(180%); -webkit-backdrop-filter: blur(18px) saturate(180%); box-shadow: 0 1px 0 rgba(196,147,63,0.08); }
.pp-site-header__inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.pp-logo { text-decoration: none; display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.pp-logo__name { font-family: var(--pp-serif); font-size: 21px; font-weight: 500; color: #fff; letter-spacing: 0.04em; }
.pp-logo__tag { font-family: var(--pp-sans); font-size: 8px; font-weight: 300; letter-spacing: 0.32em; text-transform: uppercase; color: var(--pp-gold); }
.pp-nav { display: flex; align-items: center; gap: 48px; list-style: none; margin: 0; padding: 0; }
.pp-nav a { font-family: var(--pp-sans); font-size: 11px; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.4s; position: relative; }
.pp-nav a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--pp-gold); transition: width 0.5s var(--pp-ease); }
.pp-nav a:hover { color: rgba(255,255,255,0.88); }
.pp-nav a:hover::after { width: 100%; }
.pp-header-cart { position: relative; color: rgba(255,255,255,0.60); text-decoration: none; transition: color 0.4s; }
.pp-header-cart:hover { color: var(--pp-gold); }
.pp-header-cart svg { width: 22px; height: 22px; display: block; }
.pp-cart-dot { position: absolute; top: -4px; right: -4px; width: 14px; height: 14px; background: var(--pp-gold); border-radius: 50%; font-size: 8px; font-weight: 500; color: var(--pp-midnight); display: flex; align-items: center; justify-content: center; }
@media (max-width: 900px) { .pp-nav { display: none; } }
.pp-hero{
min-height:100vh !important;
height:100vh !important;
display:flex;
align-items:flex-start;
justify-content:flex-start;
padding-top:76px;
position:relative;
overflow:hidden;
}
.pp-hero__bg { position: absolute; inset: 0; z-index: 0; }
.pp-hero__img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; display: block; }
.pp-hero__img--fallback { background: linear-gradient(160deg,#0c1520 0%,#1a2535 18%,#2d3f28 36%,#3d4a18 52%,#4a3c18 66%,#5a3010 80%,#3d2008 100%); }
.pp-hero__overlay { position: absolute; inset: 0; background: linear-gradient(108deg,rgba(8,12,20,0.92) 0%,rgba(8,12,20,0.65) 38%,rgba(8,12,20,0.20) 65%,rgba(8,12,20,0.06) 100%); }
.pp-hero__grain { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='400' height='400' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E"); background-size: 200px; opacity: 0.55; pointer-events: none; }
.pp-hero__flag-silhouette { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 44%; max-width: 620px; opacity: 0; animation: pp-fade-in 3s 2.8s linear forwards; }
.pp-hero__flag-inner { position: relative; width: 100%; padding-bottom: 52.6%; animation: pp-flag-wave 12s cubic-bezier(0.37,0,0.63,1) infinite; transform-origin: left center; }
.pp-hero__flag-inner .pp-flag-stripe { position: absolute; left: 0; right: 0; }
.pp-hero__flag-inner .pp-flag-canton { position: absolute; top: 0; left: 0; width: 38.2%; height: 53.85%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(1) { top: 0%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(2) { top: 7.69%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(3) { top: 15.38%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(4) { top: 23.07%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(5) { top: 30.76%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(6) { top: 38.45%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(7) { top: 46.14%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(8) { top: 53.83%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(9) { top: 61.52%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(10) { top: 69.21%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(11) { top: 76.90%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(12) { top: 84.59%; height: 7.69%; }
.pp-hero__flag-inner .pp-flag-stripe:nth-child(13) { top: 92.28%; height: 7.72%; }
.pp-hero__content { position: relative; z-index: 2; width: 100%; padding-bottom: clamp(72px, 9vw, 136px); }
.pp-hero__text { max-width: 560px; }
.pp-hero__pre { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; opacity: 0; animation: pp-fade-up 1.1s 0.12s var(--pp-ease-out) forwards; }
.pp-hero__pre-line { display: block; width: 48px; height: 1px; background: var(--pp-gold); flex-shrink: 0; }
.pp-hero__pre-text { font-family: var(--pp-sans); font-size: 10px; font-weight: 300; letter-spacing: 0.30em; text-transform: uppercase; color: var(--pp-gold); }
.pp-hero__headline { font-family: var(--pp-serif); font-size: clamp(58px, 9vw, 112px); font-weight: 500; color: #fff; line-height: 0.92; letter-spacing: -0.03em; margin: 0; opacity: 0; animation: pp-fade-up 1.4s 0.26s var(--pp-ease-out) forwards; }
.pp-hero__headline em { font-style: italic; font-weight: 300; color: rgba(255,255,255,0.80); display: block; }
.pp-hero__gold-line { font-family: var(--pp-serif); font-size: clamp(17px, 2.1vw, 23px); font-style: italic; font-weight: 300; color: var(--pp-gold-lt); margin: 36px 0 18px; letter-spacing: 0.02em; opacity: 0; animation: pp-fade-up 1.1s 0.44s var(--pp-ease-out) forwards; }
.pp-hero__body { font-family: var(--pp-sans); font-size: 15px; font-weight: 300; color: rgba(255,255,255,0.42); line-height: 1.8; margin: 0 0 64px; opacity: 0; animation: pp-fade-up 1.1s 0.56s var(--pp-ease-out) forwards; }
.pp-hero .pp-btn { opacity: 0; animation: pp-fade-up 1.1s 0.70s var(--pp-ease-out) forwards; }
.pp-hero__scroll { position: absolute; bottom: 40px; right: 52px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 12px; opacity: 0; animation: pp-fade-in 2s 1.8s linear forwards; }
.pp-hero__scroll-label { font-family: var(--pp-sans); font-size: 9px; font-weight: 300; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(255,255,255,0.20); writing-mode: vertical-rl; }
.pp-hero__scroll-line { width: 1px; height: 56px; background: linear-gradient(to bottom, rgba(196,147,63,0.8), transparent); animation: pp-line-grow 2s 2.2s var(--pp-ease) forwards, pp-scroll-exhale 3.2s 4.5s ease-in-out infinite; transform: scaleY(0); }
@media (max-width: 767px) { .pp-hero { align-items: flex-end; } .pp-hero__headline { font-size: 58px; line-height: 0.93; } .pp-hero__gold-line { margin-top: 32px; } .pp-hero__flag-silhouette { width: 85%; right: -12%; opacity: 0.18; } .pp-hero .pp-btn { width: 100%; justify-content: center; padding: 20px 24px; } .pp-hero__body { margin-bottom: 56px; color: rgba(255,255,255,0.40); } .pp-hero__content { padding-bottom: 64px; } .pp-hero__scroll { display: none; } }
.pp-products { padding: 176px 0; background: var(--pp-cream); }
.pp-products__head { text-align: center; margin-bottom: 80px; }
.pp-products__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(23,32,46,0.04); }
.pp-pcard { display: block; text-decoration: none; color: inherit; background: var(--pp-warm); overflow: hidden; }
.pp-pcard__media { position: relative; overflow: hidden; aspect-ratio: 4/5; }
.pp-pcard__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s var(--pp-ease-slow); }
.pp-pcard:hover .pp-pcard__img { transform: scale(1.028); }
.pp-pcard__fallback { width: 100%; height: 100%; }
.pp-pcard__fallback--1 { background: linear-gradient(150deg,#1e2d18 0%,#2d4020 40%,#3d5028 70%,#2d3d14 100%); }
.pp-pcard__fallback--2 { background: linear-gradient(150deg,#0a1020 0%,#1a2540 40%,#1a1a40 70%,#0a0f1e 100%); }
.pp-pcard__fallback--3 { background: linear-gradient(150deg,#1a1008 0%,#2a1c08 40%,#3a2808 70%,#140c04 100%); }
.pp-pcard__hover { position: absolute; inset: 0; background: rgba(12,17,24,0); display: flex; align-items: flex-end; justify-content: center; padding-bottom: 32px; transition: background 0.65s var(--pp-ease-slow); }
.pp-pcard:hover .pp-pcard__hover { background: rgba(12,17,24,0.16); }
.pp-pcard__hover-label { font-family: var(--pp-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; border: 1px solid rgba(255,255,255,0.38); padding: 11px 28px; opacity: 0; transform: translateY(8px); transition: opacity 0.65s var(--pp-ease-slow), transform 0.65s var(--pp-ease-slow); }
.pp-pcard:hover .pp-pcard__hover-label { opacity: 1; transform: translateY(0); }
.pp-pcard__info { padding: 32px 32px 34px; background: var(--pp-cream); border-top: 1px solid var(--pp-border); display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.pp-pcard__name { font-family: var(--pp-serif); font-size: 22px; font-weight: 500; color: var(--pp-navy); line-height: 1.15; letter-spacing: -0.012em; transition: color 0.5s; }
.pp-pcard:hover .pp-pcard__name { color: var(--pp-gold-dk); }
.pp-pcard__price { font-family: var(--pp-serif); font-size: 16px; font-weight: 300; color: var(--pp-stone); white-space: nowrap; }
@media (max-width: 900px) { .pp-products__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .pp-products__grid { grid-template-columns: 1fr; } .pp-products { padding: 128px 0; } }
.pp-legacy { background: var(--pp-parchment); overflow: hidden; }
.pp-legacy__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; }
.pp-legacy__visual { position: relative; overflow: hidden; min-height: 480px; }
.pp-legacy__photo { width: 100%; height: 100%; object-fit: cover; display: block; }
.pp-legacy__scene-fallback { position: absolute; inset: 0; background: linear-gradient(160deg,#0c1520 0%,#1a2535 20%,#243020 40%,#302818 60%,#3a2010 80%,#1e1208 100%); }
.pp-legacy__glow { position: absolute; bottom: -40px; left: 50%; transform: translateX(-50%); width: 500px; height: 320px; background: radial-gradient(ellipse,rgba(196,147,63,0.14) 0%,transparent 68%); }
.pp-legacy__lamp-glow { position: absolute; top: 35%; right: 22%; width: 140px; height: 140px; background: radial-gradient(circle,rgba(196,147,63,0.50) 0%,rgba(196,147,63,0.10) 40%,transparent 70%); border-radius: 50%; }
.pp-legacy__columns { position: absolute; inset: 0; }
.pp-legacy__col { position: absolute; bottom: 0; width: 14px; background: linear-gradient(to right,rgba(200,190,160,0.16),rgba(200,190,160,0.06)); border-left: 1px solid rgba(200,190,160,0.08); }
.pp-legacy__col--1 { left: 18%; height: 75%; }
.pp-legacy__col--2 { left: 38%; height: 80%; }
.pp-legacy__col--3 { right: 28%; height: 75%; }
.pp-legacy__pole { position: absolute; top: 0; left: 22%; width: 3px; height: 60%; background: linear-gradient(to right,#c8b890,#a09070); }
.pp-legacy__flag-wrap { position: absolute; top: 4%; left: calc(22% + 3px); width: 22%; }
.pp-legacy__flag-inner { display: flex; flex-direction: column; height: 68px; overflow: hidden; box-shadow: 2px 2px 16px rgba(0,0,0,0.5); animation: pp-flag-wave 12s cubic-bezier(0.37,0,0.63,1) infinite; transform-origin: left center; position: relative; }
.pp-flag-canton--legacy { position: absolute; top: 0; left: 0; width: 44%; height: 53.85%; background: rgba(28,38,100,0.88); }
.pp-legacy__mug { position: absolute; bottom: 62px; right: 18%; width: 22px; height: 26px; }
.pp-legacy__mug-body { width: 22px; height: 20px; background: rgba(180,140,80,0.45); border-radius: 2px 2px 4px 4px; }
.pp-legacy__mug-handle { position: absolute; right: -6px; top: 4px; width: 6px; height: 10px; border: 1.5px solid rgba(180,140,80,0.35); border-left: none; border-radius: 0 3px 3px 0; }
.pp-legacy__mug-steam { position: absolute; top: -16px; left: 4px; width: 14px; height: 14px; border-left: 1.5px solid rgba(255,255,255,0.15); border-radius: 0 8px; transform: rotate(15deg); }
.pp-legacy__chair { position: absolute; bottom: 58px; left: 14%; width: 48px; height: 52px; border: 1px solid rgba(200,190,160,0.10); border-bottom: 2px solid rgba(200,190,160,0.16); border-radius: 2px 2px 0 0; transform: rotate(-2deg); }
.pp-legacy__ground { position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to bottom,rgba(8,12,8,0) 0%,rgba(4,6,4,0.8) 100%); }
.pp-legacy__floor { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(to bottom,rgba(80,60,30,0.28),rgba(40,28,10,0.65)); border-top: 1px solid rgba(120,90,40,0.16); }
.pp-legacy__content { display: flex; flex-direction: column; justify-content: center; padding: 128px 100px; }
.pp-legacy__divider { display: block; width: 52px; height: 2px; background: var(--pp-gold); margin-bottom: 40px; }
.pp-legacy__quote { font-family: var(--pp-serif); font-size: clamp(30px,3.4vw,46px); font-style: italic; font-weight: 400; color: var(--pp-navy); line-height: 1.36; margin-bottom: 36px; padding-left: 28px; border-left: 1px solid rgba(196,147,63,0.55); }
.pp-legacy__body { font-family: var(--pp-sans); font-size: 16px; font-weight: 300; color: rgba(23,32,46,0.52); line-height: 2.1; margin-bottom: 56px; }
.pp-legacy__link { font-family: var(--pp-sans); font-size: 10px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--pp-gold); text-decoration: none; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(196,147,63,0.22); padding-bottom: 4px; transition: gap 0.5s var(--pp-ease), color 0.5s; }
.pp-legacy__link:hover { gap: 16px; color: var(--pp-gold-lt); }
.pp-legacy__link svg { width: 12px; height: 12px; }
@media (max-width: 900px) { .pp-legacy__grid { grid-template-columns: 1fr; } .pp-legacy__visual { min-height: 500px; height: 500px; } .pp-legacy__content { padding: 88px 32px; } }
.pp-bundle { position: relative; display: flex; align-items: center; min-height: 700px; overflow: hidden; }
.pp-bundle__bg { position: absolute; inset: 0; }
.pp-bundle__photo { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.pp-bundle__bg-fallback { width: 100%; height: 100%; background: linear-gradient(130deg,#162510 0%,#243518 20%,#3a5020 40%,#2a4010 60%,#1a2808 80%,#0c1408 100%); }
.pp-bundle__overlay { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,12,16,0.18) 0%,rgba(8,12,16,0.70) 60%,rgba(8,12,16,0.88) 100%); }
.pp-bundle__overlay::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60%; background: radial-gradient(ellipse 90% 70% at 50% 100%,rgba(196,147,63,0.10) 0%,transparent 70%); }
.pp-bundle__content { position: relative; z-index: 2; width: 100%; padding: 110px 0; }
.pp-bundle__inner { max-width: 580px; margin: 0 auto; text-align: center; }
.pp-bundle__title { font-family: var(--pp-serif); font-size: clamp(44px,6.5vw,84px); font-weight: 500; color: #fff; line-height: 1.0; letter-spacing: -0.035em; margin-bottom: 16px; }
.pp-bundle__subtitle { font-family: var(--pp-serif); font-size: clamp(16px,2vw,21px); font-style: italic; font-weight: 300; color: var(--pp-gold-lt); margin-bottom: 48px; letter-spacing: 0.04em; }
.pp-bundle__pricing { display: flex; align-items: baseline; justify-content: center; gap: 20px; margin-bottom: 48px; }
.pp-bundle__price { font-family: var(--pp-serif); font-size: 60px; font-weight: 400; color: #fff; line-height: 1; }
.pp-bundle__was { font-family: var(--pp-sans); font-size: 18px; font-weight: 300; color: rgba(255,255,255,0.22); text-decoration: line-through; }
.pp-reviews { padding: 140px 0; background: var(--pp-cream); }
.pp-reviews__head { text-align: center; margin-bottom: 80px; }
.pp-reviews__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; align-items: start; }
.pp-review-card { padding: 44px 40px 40px; background: var(--pp-warm); border: 1px solid var(--pp-border); display: flex; flex-direction: column; gap: 28px; position: relative; transition: box-shadow 0.6s var(--pp-ease-slow); }
.pp-review-card:hover { box-shadow: 0 24px 64px rgba(23,32,46,0.09); }
.pp-review-card--lead { background: #fff; border-color: rgba(196,147,63,0.12); }
.pp-review-card--lead::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 20%, rgba(196,147,63,0.55) 50%, transparent 80%); }
.pp-stars { display: flex; gap: 3px; }
.pp-star { width: 12px; height: 12px; fill: rgba(196,147,63,0.75); color: rgba(196,147,63,0.75); }
.pp-review-card__quote { font-family: var(--pp-serif); font-size: 18px; font-style: italic; font-weight: 400; color: var(--pp-navy); line-height: 1.82; flex: 1; }
.pp-review-card--lead .pp-review-card__quote { font-size: 21px; line-height: 1.72; }
.pp-review-card__author { margin-top: auto; }
.pp-review-card__name { display: block; font-family: var(--pp-sans); font-size: 11px; font-weight: 500; letter-spacing: 0.09em; color: var(--pp-navy); }
.pp-review-card__loc { display: block; font-family: var(--pp-sans); font-size: 11px; font-weight: 300; color: var(--pp-stone); margin-top: 5px; letter-spacing: 0.03em; }
@media (max-width: 900px) { .pp-reviews__grid { grid-template-columns: 1fr; } .pp-reviews { padding: 128px 0; } }
@media (min-width: 560px) and (max-width: 900px) { .pp-reviews__grid { grid-template-columns: 1fr 1fr; } .pp-review-card--lead { grid-column: span 2; } }
.pp :focus-visible { outline: 2px solid var(--pp-gold); outline-offset: 4px; }
.badge { display: none !important; }
.card__badge { display: none !important; }
.pp-hero { padding-top: 76px; }
.pp-hero__content { padding-top: 0; }
@media (max-width: 767px) { .pp-hero { padding-top: 60px; } }
/* === HERO ALIGNMENT PATCH === */

.pp-hero{
  align-items:center;
}

.pp-hero__content{
  padding-top:120px;
}

.pp-hero__headline{
  font-size:clamp(48px,5vw,92px);
  line-height:.92;
}

/* === END PATCH === */
/* === FINAL HERO ALIGNMENT PATCH === */

.pp-hero{
  min-height:100vh;
  height:100vh;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding-top:76px;
  box-sizing:border-box;
}

.pp-hero-content{
position:relative;
z-index:2;
max-width:680px;
padding-top:120px;
padding-bottom:110px;
}  position:relative;
  z-index:2;
  width:100%;
  padding-bottom:clamp(60px,8vw,120px);
}

.pp-hero-headline{
  font-size:clamp(40px,6vw,88px);
  line-height:1.0;
}

@media (max-width:767px){

  .pp-hero{
    padding-top:64px;
  }

  .pp-hero-headline{
    font-size:clamp(36px,10vw,56px);
  }

}

/* === END FINAL PATCH === */
/* === TRUE FINAL HERO PATCH === */
.pp-hero__content{
  padding-top:140px !important;
}

.pp-hero__headline{
  font-size:clamp(40px,6vw,88px) !important;
  line-height:1 !important;
}
/* === END FINAL PATCH === */
/* ── PP LAUNCH POLISH ── paste at bottom ───────────── */

/* Hero typography */
.pp-hero__headline {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  line-height: 1.02 !important;
  letter-spacing: -0.025em !important;
  font-size: clamp(44px, 7vw, 96px) !important;
}
.pp-hero__gold-line {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: #DEB96A !important;
  font-size: clamp(16px, 2vw, 22px) !important;
}
.pp-hero__body {
  font-family: 'Jost', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.42) !important;
  line-height: 1.8 !important;
}
.pp-hero__pre-text {
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.30em !important;
  color: #C4933F !important;
  text-transform: uppercase !important;
}
.pp-hero__pre-line {
  background: #C4933F !important;
  height: 1px !important;
  width: 48px !important;
}

/* Hero CTA */
.pp-hero .pp-btn--gold {
  background: #C4933F !important;
  color: #0C1118 !important;
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  padding: 18px 48px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  border: none !important;
  border-radius: 0 !important;
}
.pp-hero .pp-btn--gold:hover { background: #DEB96A !important; }

/* Section titles */
.pp-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  color: #17202E !important;
  letter-spacing: -0.015em !important;
}
.pp-eyebrow {
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.32em !important;
  text-transform: uppercase !important;
  color: #C4933F !important;
  display: block !important;
  margin-bottom: 16px !important;
}

/* Product cards */
.pp-pcard { border-radius: 0 !important; }
.pp-pcard__name {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #17202E !important;
  letter-spacing: -0.01em !important;
}
.pp-pcard__price {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #8A8278 !important;
}
.pp-pcard__info {
  background: #FDFAF4 !important;
  padding: 24px 28px 26px !important;
  border-top: 1px solid rgba(23,32,46,0.06) !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
}

/* Legacy/Story section */
.pp-legacy__quote {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #17202E !important;
  line-height: 1.36 !important;
  border-left: 1px solid rgba(196,147,63,0.55) !important;
  padding-left: 28px !important;
}
.pp-legacy__body {
  font-family: 'Jost', sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: rgba(23,32,46,0.52) !important;
  line-height: 2.1 !important;
}
.pp-legacy__divider {
  display: block !important;
  width: 52px !important;
  height: 2px !important;
  background: #C4933F !important;
  margin-bottom: 36px !important;
}
.pp-legacy__link {
  font-family: 'Jost', sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #C4933F !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(196,147,63,0.22) !important;
  padding-bottom: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* Bundle section */
.pp-bundle__title {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  letter-spacing: -0.035em !important;
  line-height: 1.0 !important;
}
.pp-bundle__subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 300 !important;
  color: #DEB96A !important;
}
.pp-bundle__price {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}
.pp-bundle__was {
  font-family: 'Jost', sans-serif !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.22) !important;
  text-decoration: line-through !important;
}

/* Reviews */
.pp-review-card__quote {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  color: #17202E !important;
  line-height: 1.82 !important;
}
.pp-review-card__name {
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #17202E !important;
  letter-spacing: 0.09em !important;
}
.pp-review-card__loc {
  font-family: 'Jost', sans-serif !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  color: #8A8278 !important;
}
.pp-review-card--lead { background: #ffffff !important; }
.pp-star { fill: rgba(196,147,63,0.75) !important; }

/* Mobile spacing */
@media (max-width: 767px) {
  .pp-products { padding: 80px 0 !important; }
  .pp-legacy__content { padding: 56px 24px !important; }
  .pp-reviews { padding: 80px 0 !important; }
  .pp-bundle__inner { padding: 0 24px !important; }
}
color: var(--pp-navy);
margin: 0 0 12px;
font-weight: 700;
}

/* smaller subtitle copy under headings */
.pp-subtitle,
.pp-section-sub {
font-size: 15.5px;
color: var(--pp-gray);
opacity: .88;
margin: 0 0 28px;
}

/* gentle section padding reset (safer) */
.pp-products,
.pp-legacy,
.pp-bundle,
.pp-reviews {
padding-top: 64px;
padding-bottom: 64px;
}

/* make legacy/story blocks breathe on desktop */
.pp-legacy .pp-grid,
.pp-statement .pp-grid {
gap: 48px;
}

/* ===== FOOTER SPACING ===== */
.pp-footer {
padding-top: 48px;
padding-bottom: 36px;
text-align: center;
}
.pp-footer p {
margin: 0;
font-family: 'Oswald', sans-serif;
font-size: 16px;
color: var(--pp-white);
opacity: .95;
}

/* ===== MOBILE CLEANUP (specific, not broad) ===== */
@media (max-width: 989px) {
.pp-hero .pp-hero-content { padding-top: 104px; padding-left: 18px; padding-right: 18px; }
.pp-hero .pp-hero-headline { font-size: clamp(30px,7.2vw,52px); line-height: 1.06; }
.pp-products .pp-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
.pp-products .pp-card-img, .pp-pcard img { height: 260px; }
.pp-products, .pp-legacy, .pp-bundle, .pp-reviews { padding-top: 48px; padding-bottom: 48px; }
}

@media (max-width: 639px) {
.pp-hero .pp-hero-content { padding-top: 120px; padding-bottom: 34px; }
.pp-hero .pp-hero-headline { font-size: 28px; line-height: 1.08; }
.pp-products .pp-grid { grid-template-columns: 1fr; gap: 16px; }
.pp-products .pp-card-img, .pp-pcard img { height: 220px; }
.pp-heading, .pp-section-title { font-size: 20px; }
.pp-footer { padding-top: 32px; padding-bottom: 28px; }
}

/* ===== Non-destructive safety rules (explicitly narrow) =====

• No use of attribute selectors ([class*=...]) or global link hiding.
• No rules affecting badges, announcement, or price elements.
• Targets: only .pp- prefixed classes used by Patriot Porch section. */
/* ===== HERO CINEMATIC POLISH ===== */

.pp-hero {
min-height: 78vh !important;
padding-bottom: 0 !important;
display: flex;
align-items: center;
}

.pp-hero::after {
content: "";
position: absolute;
inset: 0;
background:
linear-gradient(
180deg,
rgba(0,0,0,.18) 0%,
rgba(0,0,0,.28) 45%,
rgba(0,0,0,.38) 100%
);
pointer-events: none;
z-index: 1;
}

.pp-hero-content {
position: relative;
z-index: 3;
max-width: 640px;
padding-top: 72px !important;
padding-bottom: 72px !important;
}

.pp-hero-headline {
max-width: 580px;
text-shadow:
0 2px 18px rgba(0,0,0,.18),
0 8px 40px rgba(0,0,0,.24);
}

.pp-hero-body {
max-width: 520px;
font-size: 18px !important;
line-height: 1.5 !important;
color: rgba(255,255,255,.82) !important;
}

.pp-products {
padding-top: 48px !important;
}

.pp-section-kicker {
letter-spacing: .18em;
font-size: 11px;
font-weight: 700;
opacity: .7;
}

/* smoother transition from hero into products */
.pp-products::before {
content: "";
display: block;
height: 1px;
background: linear-gradient(
90deg,
transparent,
rgba(0,0,0,.08),
transparent
);
margin-bottom: 42px;
}

/* MOBILE */
@media (max-width: 768px){

.pp-hero {
min-height: 62vh !important;
}

.pp-hero-content {
padding-top: 104px !important;
padding-bottom: 44px !important;
}

.pp-hero-headline {
font-size: clamp(38px, 10vw, 58px) !important;
line-height: .95 !important;
}

.pp-hero-body {
font-size: 16px !important;
line-height: 1.45 !important;
}

}
@media (max-width: 768px){

.pp-hero{
min-height:760px;
padding-top:0;
justify-content:flex-start;
}

.pp-hero-content{
padding-top:110px;
padding-left:28px;
padding-right:28px;
padding-bottom:140px;
max-width:100%;
}

.pp-hero-title{
font-size:64px;
line-height:.9;
letter-spacing:-1px;
margin-bottom:18px;
max-width:320px;
}

.pp-hero-subtitle{
font-size:16px;
line-height:1.45;
max-width:290px;
}

.pp-hero-badges{
flex-wrap:wrap;
gap:10px;
margin-top:28px;
}

.pp-hero-badge{
font-size:11px;
padding:10px 14px;
}

}