:root{
  --bg:#070706;
  --bg-soft:#0b0908;
  --brown:#2a190f;
  --copper:#a96d49;
  --copper-soft:#8b5b3d;
  --white:#f7f7f5;
  --muted:#aaa5a0;
  --line:rgba(255,255,255,.11);
  --ui:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --logo:"Times New Roman",Georgia,serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.jppt-home{margin:0;background:var(--bg);color:var(--white);font-family:var(--ui);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.jppt-home a{color:inherit;text-decoration:none}
.jppt-home button{font:inherit;color:inherit}
.skip-link{position:fixed;left:16px;top:-100px;z-index:1000;background:#fff;color:#111;padding:10px 14px}.skip-link:focus{top:16px}

/* Header */
.home-header{height:88px;position:absolute;inset:0 0 auto;z-index:30;display:grid;grid-template-columns:180px 1fr 180px;align-items:center;padding:0 4.6vw;border-bottom:1px solid rgba(255,255,255,.055);background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.02))}
.home-brand{display:inline-flex;flex-direction:column;align-items:flex-start;width:max-content}
.home-brand>span{font:400 28px/.9 var(--logo);letter-spacing:.18em}
.home-brand>small{margin-top:8px;font-size:6px;letter-spacing:.32em;color:rgba(255,255,255,.63)}
.home-nav{justify-self:center;display:flex;align-items:center;gap:34px}
.home-nav a{font-size:9px;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.82);white-space:nowrap;transition:opacity .2s}
.home-nav a:hover{opacity:.58}
.home-actions{justify-self:end;display:flex;gap:16px}
.home-actions button{width:24px;height:29px;border:0;background:none;padding:0;cursor:pointer}
.home-actions svg{width:100%;height:100%;fill:none;stroke:#fff;stroke-width:1.05;stroke-linecap:round;stroke-linejoin:round}
.home-menu-toggle{display:none;border:0;background:none;padding:8px}.home-menu-toggle i{display:block;width:23px;height:1px;background:#fff;margin:6px 0}

/* Hero */
.home-hero{position:relative;min-height:570px;overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(112deg,#050505 0%,#080706 45%,#15100d 72%,#080706 100%)}
.home-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 55% 70%,rgba(110,66,39,.24),transparent 34%),radial-gradient(circle at 88% 28%,rgba(74,43,24,.13),transparent 28%);pointer-events:none}
.home-hero__copy{position:relative;z-index:4;width:min(470px,34vw);margin-left:clamp(120px,10.2vw,190px);padding-top:176px}
.eyebrow{margin:0 0 19px;color:#b77a53;font-size:9px;font-weight:500;letter-spacing:.29em;text-transform:uppercase}
.home-hero h1{margin:0 0 22px;font-family:var(--ui);font-size:clamp(50px,4.1vw,72px);font-weight:300;line-height:.99;letter-spacing:-.05em;color:#fff}
.home-hero h1 em,.memory-copy h2 em{font-style:normal;color:var(--copper)}
.hairline{display:block;width:40px;height:1px;background:rgba(255,255,255,.34);margin-bottom:19px}
.home-hero__text{max-width:380px;margin:0 0 26px;color:#aaa5a0;font-size:12px;font-weight:300;line-height:1.75}
.home-cta{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-width:205px;height:45px;padding:0 22px;border:1px solid rgba(169,109,73,.85);background:rgba(0,0,0,.12);color:#fff;font-size:9px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;transition:.2s}
.home-cta:hover{background:#fff;border-color:#fff;color:#090909}
.home-cta span{font-size:15px;line-height:1}
.home-hero__media{position:absolute;z-index:2;top:0;right:0;width:64%;height:100%;background-image:linear-gradient(180deg,rgba(0,0,0,.02) 65%,rgba(7,7,6,.28) 100%),url("assets/hero-pack-final.png");background-repeat:no-repeat;background-size:cover;background-position:center center;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.55) 12%,#000 27%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.55) 12%,#000 27%,#000 100%)}

/* Occasion strip */
.occasion-strip{padding:13px 6vw 10px;background:linear-gradient(90deg,#0a0908,#130e0a 50%,#0a0908);border-bottom:1px solid var(--line)}
.occasion-strip h2{margin:0 0 10px;text-align:center;color:#b77a53;font-family:var(--ui);font-size:9px;font-weight:500;letter-spacing:.3em;text-transform:uppercase}
.occasion-list{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr)}
.occasion-item{min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border-right:1px solid rgba(255,255,255,.1);color:#f3f1ee}.occasion-item:last-child{border-right:0}
.occasion-item svg{width:22px;height:22px;fill:none;stroke:#a96d49;stroke-width:1.15;stroke-linecap:round;stroke-linejoin:round}
.occasion-item span{font-size:7px;letter-spacing:.18em;text-transform:uppercase;color:#c9c3bd}

/* Memory block — intentionally no image */
.memory-section{position:relative;overflow:hidden;padding:88px 0 94px;border-bottom:1px solid var(--line);background:radial-gradient(circle at 70% 42%,rgba(70,38,21,.18),transparent 38%),linear-gradient(105deg,#080807 0%,#0c0908 58%,#160e0a 100%)}
.memory-copy{width:min(900px,calc(100% - 80px));margin:0 auto}
.memory-copy .eyebrow{margin-bottom:18px}
.memory-copy h2{max-width:800px;margin:0 0 24px;font-family:var(--ui);font-size:clamp(42px,4.2vw,65px);font-weight:300;line-height:1.02;letter-spacing:-.045em;color:#fff}
.memory-copy>p:last-child{max-width:780px;margin:0;color:#aaa39d;font-size:13px;font-weight:300;line-height:1.85}
.memory-media{display:none!important}

/* Final CTA */
.final-cta{padding:86px 40px 94px;text-align:center;background:#070706}
.final-cta>.eyebrow{margin-bottom:18px}
.final-cta h2{margin:0 0 30px;font-family:var(--ui);font-size:clamp(44px,4.8vw,70px);font-weight:300;line-height:1;letter-spacing:-.045em;color:#fff}
.final-options{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;margin-bottom:24px;color:#e1dedb;font-family:var(--ui);font-size:clamp(19px,1.8vw,27px);font-weight:300;letter-spacing:-.015em}
.final-options i{width:27px;height:1px;background:rgba(169,109,73,.65)}
.final-cta>p:not(.eyebrow){margin:0 0 27px;color:#948d86;font-size:12px;font-weight:300}
.home-cta--center{margin:0 auto}

/* Footer */
.home-footer{min-height:140px;padding:36px 5vw 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:start;border-top:1px solid var(--line);background:#050505;color:#fff}
.home-brand--footer{justify-self:start}.home-footer>p:nth-of-type(1){margin:4px 0 0;color:#8f8881;font-size:11px}.home-footer__copy{justify-self:end;margin:4px 0 0;color:#67615b;font-size:8px;letter-spacing:.06em}

@media(max-width:1150px){
  .home-header{grid-template-columns:150px 1fr 100px;padding-inline:3vw}.home-nav{gap:20px}.home-nav a{font-size:8px}
  .home-hero__copy{margin-left:7vw;width:38vw}.home-hero__media{width:66%}
}
@media(max-width:820px){
  .home-header{height:70px;grid-template-columns:1fr auto auto;padding:0 22px}.home-menu-toggle{display:block;grid-column:2}.home-actions{grid-column:3;margin-left:10px}.home-actions button:first-child{display:none}
  .home-nav{position:absolute;top:70px;left:0;right:0;display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:12px 22px 20px;background:rgba(7,7,6,.98);border-top:1px solid var(--line);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s}.home-nav.is-open{opacity:1;visibility:visible;transform:none}.home-nav a{width:100%;padding:13px 0;font-size:9px}
  .home-hero{min-height:750px}.home-hero__copy{width:calc(100% - 44px);max-width:500px;margin:0;padding:118px 22px 0}.home-hero h1{font-size:52px}.home-hero__media{top:315px;width:100%;height:435px;background-size:cover;background-position:65% center;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 100%)}
  .occasion-strip{padding-inline:18px}.occasion-list{grid-template-columns:repeat(3,1fr)}.occasion-item:nth-child(3){border-right:0}.occasion-item:nth-child(-n+3){border-bottom:1px solid rgba(255,255,255,.1)}
  .memory-section{padding:68px 0 72px}.memory-copy{width:calc(100% - 44px)}.memory-copy h2{font-size:44px}.memory-copy>p:last-child{font-size:12px}
  .final-cta{padding:72px 22px 78px}.final-cta h2{font-size:48px}.final-options{font-size:21px;gap:14px}.home-footer{grid-template-columns:1fr;gap:20px}.home-footer__copy{justify-self:start}
}
@media(max-width:480px){
  .home-hero h1{font-size:46px}.home-hero__text{font-size:11px}.home-hero__media{background-position:61% center}
  .memory-copy h2{font-size:38px}.final-cta h2{font-size:43px}.final-options{flex-direction:column}.final-options i{transform:rotate(90deg)}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
