:root{--cream:#F8F2E4;--cream-deep:#F0E6D0;--paper:#FFFCF5;--ink:#1E2530;--ink-soft:#4A5060;--terracotta:#DD6E51;--terracotta-deep:#C45434;--mustard:#E8B23E;--sage:#7E9F7A;--dusty-blue:#6B8AAE;--plum:#8B5A6B}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;background:var(--cream);color:var(--ink);line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%;height:auto}body:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(221,110,81,.04) 0,transparent 50%),radial-gradient(circle at 80% 70%,rgba(107,138,174,.04) 0,transparent 50%);pointer-events:none;z-index:1}.container{max-width:1280px;margin:0 auto;padding:0 5%;position:relative;z-index:2}nav.top{padding:28px 5% 0;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:10}nav.top .mark{font-family:Montserrat,sans-serif;font-weight:900;font-size:1.5rem;letter-spacing:-.02em;color:var(--ink);line-height:1;text-transform:uppercase}nav.top .mark .amp{color:var(--terracotta);font-family:Caveat,cursive;font-size:1.6rem;font-weight:700;margin:0 -.15em;display:inline-block;transform:translateY(-2px)}nav.top .mark-tag{font-family:Caveat,cursive;font-size:1.3rem;color:var(--terracotta-deep);transform:rotate(-2deg)}.hero{padding:60px 5% 80px;position:relative;z-index:2}.hero-grid{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.1fr 1fr;grid-gap:40px;gap:40px;align-items:center}.hero h1{font-family:Montserrat,sans-serif;font-weight:900;font-size:clamp(3.2rem,9vw,7.5rem);line-height:.95;letter-spacing:-.04em;text-transform:uppercase}.hero h1 .roger{color:var(--ink)}.hero h1 .amp{color:var(--terracotta);font-family:Caveat,cursive;font-weight:700;font-size:1.1em;display:inline-block;transform:translateY(.05em) rotate(-3deg);margin:0 .05em}.hero h1 .pam{color:var(--ink);display:inline-block;transform:rotate(-2deg)}.hero .subtitle{font-family:Caveat,cursive;font-size:1.6rem;color:var(--terracotta-deep);margin:32px 0 16px;transform:rotate(-1deg);display:inline-block}.hero .lede{font-size:1.1rem;color:var(--ink-soft);max-width:440px;margin-bottom:28px}.hero .badges{display:flex;gap:14px;flex-wrap:wrap}.badge{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:8px 14px;border-radius:6px;background:var(--paper);border:1.5px dashed var(--ink)}.badge.b1{background:var(--mustard);border-style:solid;transform:rotate(-2deg)}.badge.b2{background:var(--sage);color:var(--paper);border-color:var(--sage);transform:rotate(1.5deg)}.badge.b3{background:var(--dusty-blue);color:var(--paper);border-color:var(--dusty-blue);transform:rotate(-1deg)}.hero-photo-stack{position:relative;height:600px}.hero-photo{position:absolute;border:8px solid var(--paper);box-shadow:0 20px 50px -10px rgba(30,37,48,.25);overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;cursor:zoom-in}.hero-photo:hover{box-shadow:0 25px 60px -10px rgba(30,37,48,.35);z-index:10}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-photo.p1{width:62%;height:60%;top:0;right:4%;transform:rotate(2deg);z-index:3}.hero-photo.p1:hover{transform:rotate(0deg) scale(1.02)}.hero-photo.p2{width:48%;height:50%;bottom:0;left:0;transform:rotate(-5deg);z-index:2}.hero-photo.p2:hover{transform:rotate(-2deg) scale(1.03)}.hero-photo.p3{width:42%;height:44%;bottom:4%;right:0;transform:rotate(6deg);z-index:1}.hero-photo.p3:hover{transform:rotate(3deg) scale(1.04)}.hero-sticker{position:absolute;background:var(--terracotta);color:var(--paper);font-family:Caveat,cursive;font-size:1.3rem;font-weight:700;width:142px;height:142px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.1;transform:rotate(-12deg);top:-16px;left:36%;z-index:6;box-shadow:0 10px 25px -5px rgba(196,84,52,.4);padding:14px}section.gallery-section{padding:80px 5%;position:relative;z-index:2}.section-header{max-width:1280px;margin:0 auto 50px;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px}.section-label{display:inline-flex;align-items:center;gap:12px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-soft);margin-bottom:12px}.section-label:before{content:"";width:36px;height:2px;background:var(--terracotta)}.section-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1.05;letter-spacing:-.03em;text-transform:uppercase}.section-title em{font-family:Caveat,cursive;font-weight:700;font-style:normal;color:var(--terracotta);font-size:1.15em;display:inline-block;transform:rotate(-1deg) translateY(.02em)}.section-caption{font-family:Caveat,cursive;font-size:1.4rem;color:var(--ink-soft);max-width:320px;text-align:right}#adventures{background:linear-gradient(180deg,var(--cream) 0,var(--cream-deep) 100%)}.bento{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:240px 240px 240px;grid-gap:16px;gap:16px}.bento-cell{position:relative;border-radius:4px;overflow:hidden;cursor:zoom-in;background:var(--paper);transition:transform .35s ease,box-shadow .35s ease}.bento-cell:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(30,37,48,.25)}.bento-cell img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.bento-cell:hover img{transform:scale(1.06)}.bento-cell .caption{position:absolute;bottom:14px;left:14px;background:var(--paper);color:var(--ink);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:6px 12px;border-radius:4px;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease}.bento-cell:hover .caption{opacity:1;transform:translateY(0)}.bento-cell.a1{grid-column:1/3;grid-row:1/3}.bento-cell.a2{grid-column:3/4;grid-row:1}.bento-cell.a3{grid-column:4/5;grid-row:1}.bento-cell.a4{grid-column:3/5;grid-row:2}.bento-cell.a5{grid-column:1/2;grid-row:3}.bento-cell.a6{grid-column:2/4;grid-row:3}.bento-cell.a7{grid-column:4/5;grid-row:3}#music{background:var(--cream)}.split{max-width:1280px;margin:0 auto;grid-template-columns:1fr 1fr}.split,.split-side{display:grid;grid-gap:24px;gap:24px}.split-photo{position:relative;border-radius:4px;overflow:hidden;cursor:zoom-in;transition:transform .35s ease,box-shadow .35s ease}.split-photo:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(30,37,48,.25)}.split-photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.split-photo:hover img{transform:scale(1.06)}.split-photo.tall{height:620px}.split-photo.medium,.split-photo.small{height:296px}.music-tag{position:absolute;top:20px;right:20px;background:var(--dusty-blue);color:var(--paper);font-family:Caveat,cursive;font-size:1.5rem;padding:6px 18px;border-radius:999px;transform:rotate(3deg);line-height:1}.music-tag.after-hours{background:var(--terracotta);transform:rotate(-3deg)}#makers{background:linear-gradient(180deg,var(--cream) 0,var(--cream-deep) 100%)}.polaroid-wall{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:80px;grid-gap:10px;gap:10px;position:relative}.polaroid{background:var(--paper);padding:14px 14px 50px;box-shadow:0 10px 25px -8px rgba(30,37,48,.22);cursor:zoom-in;transition:transform .4s ease,box-shadow .4s ease,z-index 0s;position:relative}.polaroid:before{content:"";position:absolute;top:-14px;left:50%;transform:translateX(-50%) rotate(-3deg);width:80px;height:24px;background:rgba(232,178,62,.6);border:1px solid rgba(196,84,52,.2);box-shadow:inset 0 0 8px rgba(196,84,52,.15)}.polaroid img{width:100%;height:calc(100% - 50px);object-fit:cover}.polaroid .label{position:absolute;bottom:14px;left:0;right:0;text-align:center;font-family:Caveat,cursive;font-size:1.15rem;color:var(--ink)}.polaroid:hover{transform:translateY(-8px) rotate(0deg) scale(1.05)!important;box-shadow:0 25px 50px -10px rgba(30,37,48,.35);z-index:10}.polaroid.m1{grid-column:1/5;grid-row:1/7;transform:rotate(-4deg)}.polaroid.m2{grid-column:5/9;grid-row:1/6;transform:rotate(2deg);margin-top:30px}.polaroid.m3{grid-column:9/13;grid-row:1/7;transform:rotate(3deg)}.polaroid.m4{grid-column:2/7;grid-row:7/13;transform:rotate(-2deg)}.polaroid.m5{grid-column:7/12;grid-row:6/13;transform:rotate(4deg);margin-top:10px}#quiet{background:var(--ink);padding:100px 0;color:var(--paper);overflow:hidden}#quiet .section-header{padding:0 5%;margin-bottom:60px}#quiet .section-label{color:rgba(248,242,228,.6)}#quiet .section-label:before{background:var(--mustard)}#quiet .section-title{color:var(--paper)}#quiet .section-title em{color:var(--mustard)}#quiet .section-caption{color:rgba(248,242,228,.7)}.cinematic{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;max-width:1400px;margin:0 auto;padding:0 5%}.cinematic .frame{position:relative;overflow:hidden;cursor:zoom-in}.cinematic .frame img{width:100%;height:100%;object-fit:cover;filter:brightness(.85) contrast(1.05);transition:filter .5s ease,transform .8s ease}.cinematic .frame:hover img{filter:brightness(1) contrast(1.05);transform:scale(1.05)}.cinematic .frame.big{grid-column:1/3;height:520px}.cinematic .frame.left,.cinematic .frame.right{height:360px}.cinematic-quote{grid-column:1/3;text-align:center;padding:60px 20px 20px;font-family:Fraunces,serif;font-style:italic;font-size:clamp(1.4rem,3vw,2rem);color:rgba(248,242,228,.85);max-width:700px;margin:0 auto;line-height:1.4;font-variation-settings:"SOFT" 100,"opsz" 144}.cinematic-quote:after,.cinematic-quote:before{color:var(--mustard);font-style:normal;font-size:1.5em;line-height:0;position:relative;top:.3em}.cinematic-quote:before{content:"\201C";margin-right:.1em}.cinematic-quote:after{content:"\201D";margin-left:.1em}footer{background:var(--cream);color:var(--ink);padding:90px 5% 40px;position:relative;z-index:2;text-align:center;overflow:hidden}footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;max-width:480px;height:1px;background:linear-gradient(90deg,transparent,rgba(221,110,81,.4) 50%,transparent)}.footer-inner{max-width:760px;margin:0 auto;position:relative}.footer-hello{font-family:Montserrat,sans-serif;font-size:clamp(2.8rem,7vw,5rem);line-height:1;font-weight:900;color:var(--ink);margin-bottom:20px;letter-spacing:-.03em;text-transform:uppercase}.footer-hello .amp{color:var(--terracotta);font-weight:900;margin:0 .05em}.footer-flourish{display:flex;align-items:center;justify-content:center;gap:22px;margin:0 auto 24px;max-width:320px;color:var(--mustard);font-size:1.1rem}.footer-flourish:after,.footer-flourish:before{content:"";flex:1 1;height:1.5px;background:var(--terracotta);opacity:.35}.footer-meta{font-family:Caveat,cursive;font-size:1.7rem;color:var(--ink-soft);line-height:1.3;max-width:460px;margin:0 auto 48px}.footer-meta em{color:var(--terracotta);font-style:normal;font-weight:700}.footer-bottom{font-family:DM Sans,sans-serif;font-size:.78rem;color:var(--ink-soft);opacity:.7;letter-spacing:.02em;border-top:1px dashed rgba(30,37,48,.18);padding-top:20px;margin-top:8px}.footer-bottom .heart{color:var(--terracotta);display:inline-block;transform:translateY(1px)}@media (max-width:600px){.footer-hello{font-size:clamp(2.8rem,11vw,4rem)}.footer-meta{font-size:1.4rem}}dialog.lightbox{border:none;padding:0;margin:0;background:transparent;color:inherit;max-width:100vw;max-height:100vh;width:100vw;height:100vh;overflow:hidden}dialog.lightbox::-webkit-backdrop{background:rgba(15,18,25,.96);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}dialog.lightbox::backdrop{background:rgba(15,18,25,.96);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}dialog.lightbox[open]{display:flex;align-items:center;justify-content:center;animation:lb-fade .22s ease}dialog.lightbox:-webkit-full-screen{width:100vw;height:100vh;background:rgba(15,18,25,.98)}dialog.lightbox:-webkit-full-screen,dialog.lightbox:fullscreen{width:100vw;height:100vh;background:rgba(15,18,25,.98)}dialog.lightbox img{max-width:92vw;max-height:88vh;object-fit:contain;box-shadow:0 30px 80px rgba(0,0,0,.5);border:8px solid var(--paper);cursor:zoom-out}dialog.lightbox .close{position:fixed;top:22px;right:22px;width:44px;height:44px;color:var(--ink);background:var(--paper);font-size:1.3rem;font-family:DM Sans,sans-serif;font-weight:700;cursor:pointer;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 4px 14px rgba(0,0,0,.35);transition:transform .2s ease;z-index:2}dialog.lightbox .close:hover{transform:scale(1.08)}@keyframes lb-fade{0%{opacity:0}to{opacity:1}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-photo-stack{height:400px;margin-top:30px}.bento{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,200px)}.bento-cell.a1{grid-column:1/3;grid-row:1/3}.bento-cell.a2{grid-column:1;grid-row:3}.bento-cell.a3{grid-column:2;grid-row:3}.bento-cell.a4{grid-column:1/3;grid-row:4}.bento-cell.a5{grid-column:1;grid-row:5}.bento-cell.a6{grid-column:2;grid-row:5}.bento-cell.a7{grid-column:1/3;grid-row:6}.split{grid-template-columns:1fr}.split-photo.tall{height:400px}.polaroid-wall{grid-template-columns:repeat(2,1fr);grid-auto-rows:100px}.polaroid.m1{grid-column:1;grid-row:1/4}.polaroid.m2{grid-column:2;grid-row:1/4;margin-top:0}.polaroid.m3{grid-column:1;grid-row:4/7}.polaroid.m4{grid-column:2;grid-row:4/7;margin-top:0}.polaroid.m5{grid-column:1/3;grid-row:7/10;margin-top:0}.cinematic{grid-template-columns:1fr}.cinematic .frame.big,.cinematic .frame.left,.cinematic .frame.right{grid-column:1;height:280px}.cinematic-quote{grid-column:1}.section-header{flex-direction:column;align-items:flex-start}.section-caption{text-align:left}}