.guest-camera-showcase{position:relative;overflow:hidden;background:linear-gradient(135deg,#fffaf1,#f6efe4)}
.guest-camera-showcase:before{content:"";position:absolute;inset:auto -8% -18% auto;width:420px;height:420px;border:1px solid rgba(185,144,82,.16);border-radius:50%;pointer-events:none}
.guest-camera-layout{position:relative;display:grid;grid-template-columns:.86fr 1.14fr;gap:46px;align-items:start}
.camera-intro{position:sticky;top:112px}
.camera-intro .lead{margin-top:18px}
.privacy-note{display:flex;gap:12px;align-items:flex-start;margin-top:24px;padding:16px;border:1px solid rgba(185,144,82,.22);border-radius:8px;background:rgba(255,255,255,.66);color:var(--muted);font-size:.92rem}
.privacy-note svg{flex:0 0 22px;color:var(--gold)}
.camera-demo{border:1px solid rgba(185,144,82,.24);border-radius:8px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.camera-demo-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#fff8ed)}
.camera-demo-head strong{font-family:"Cormorant Garamond",serif;font-size:1.6rem;line-height:1}
.camera-demo-head span{display:block;color:var(--muted);font-size:.86rem}
.camera-steps{display:flex;gap:8px;flex-wrap:wrap}
.camera-steps span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.camera-steps span.is-active{background:var(--charcoal);border-color:var(--charcoal);color:#fff}
.camera-demo-body{display:grid;grid-template-columns:minmax(260px,.82fr) 1fr;gap:24px;padding:24px}
.guest-phone{position:relative;justify-self:center;width:min(320px,100%);border-radius:52px;padding:13px;background:linear-gradient(145deg,#1c1915,#050505);box-shadow:0 34px 86px rgba(17,16,14,.28),inset 0 0 0 2px rgba(255,255,255,.07)}
.guest-phone:before{content:"";position:absolute;z-index:2;top:22px;left:50%;transform:translateX(-50%);width:92px;height:23px;border-radius:999px;background:#060605;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.guest-screen{position:relative;min-height:565px;border-radius:39px;overflow:hidden;background:#fffaf1;color:var(--ink);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14)}
.guest-screen.stage-camera{background:#050505;color:#fff}
.guest-screen.stage-preview{background:#fffaf1}
.screen-panel{position:absolute;inset:0;display:none;padding:52px 22px 24px}
.screen-panel.is-active{display:flex;flex-direction:column}
.screen-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;font-family:"Cormorant Garamond",serif;font-size:1.35rem}
.screen-brand span{font-family:Inter,sans-serif;font-size:.85rem}
.capture-start{text-align:center;justify-content:center;background:linear-gradient(180deg,rgba(255,250,241,.88),rgba(255,250,241,.98)),url("/assets/images/example-wedding.webp") center/cover}
.capture-start small{display:block;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--gold);font-size:.7rem}
.capture-start h3{margin:18px 0 18px;font-size:2.35rem;line-height:1}
.capture-start p{color:var(--muted);font-size:.93rem}
.camera-actions{display:grid;gap:12px;margin-top:30px}
.camera-action{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid var(--ink);border-radius:8px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer;text-decoration:none}
.camera-action.secondary{background:#fff;color:var(--ink)}
.camera-action:focus-visible{outline:2px solid var(--champagne);outline-offset:3px}
.camera-stage{padding:22px;background:#050505;color:#fff}
.camera-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:inherit;cursor:pointer}
.camera-viewfinder{position:relative;flex:1;min-height:330px;border-radius:8px;overflow:hidden;background:#050505}
.camera-viewfinder video,.camera-viewfinder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:#050505}
.camera-viewfinder video{z-index:1;opacity:0;transition:opacity .18s ease}
.camera-viewfinder.is-live video{opacity:1}
.camera-placeholder{position:absolute;z-index:2;inset:0;display:grid;place-items:center;text-align:center;padding:24px;color:rgba(255,255,255,.78);background:linear-gradient(180deg,rgba(17,16,14,.18),rgba(17,16,14,.72)),url("/assets/images/example-wedding.webp") center/cover}
.camera-placeholder[hidden]{display:none!important}
.camera-viewfinder.is-loading .camera-placeholder{background:linear-gradient(135deg,#201b16,#050505);color:rgba(255,255,255,.82)}
.shutter-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}
.shutter{width:74px;height:74px;border-radius:50%;border:5px solid #fff;background:#fff;box-shadow:inset 0 0 0 6px #050505;cursor:pointer}
.capture-mode{color:var(--champagne);font-size:.76rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.preview-stage{gap:14px}
.preview-stage h3{font-size:1.7rem;text-align:center}
.demo-preview-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;background:#eee8de}
.demo-fields{display:grid;gap:10px}
.demo-fields label{display:grid;gap:6px;font-size:.78rem;font-weight:850;color:var(--muted);text-align:left}
.demo-fields input,.demo-fields textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px;background:#fff;color:var(--ink)}
.demo-fields textarea{min-height:78px;resize:vertical}
.demo-side{display:flex;flex-direction:column;gap:18px}
.demo-status{min-height:46px;border:1px solid rgba(185,144,82,.2);border-radius:8px;background:#fffaf1;padding:13px 15px;color:var(--muted);font-size:.9rem}
.demo-gallery{border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px}
.demo-gallery-head{display:flex;justify-content:space-between;gap:16px;align-items:end;margin-bottom:16px}
.demo-gallery-head h3{font-size:2rem}
.demo-gallery-head p{color:var(--muted);font-size:.9rem}
.demo-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.demo-memory{position:relative;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}
.demo-memory button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;color:inherit}
.demo-memory img{width:100%;height:155px;object-fit:cover;background:#eee8de}
.demo-memory figcaption{padding:10px 11px;font-size:.82rem;color:var(--muted)}
.demo-memory strong{display:block;color:var(--ink)}
.demo-memory.sample{opacity:.82}
.demo-controls{display:flex;flex-wrap:wrap;gap:10px}
.demo-controls .btn{box-shadow:none}
.demo-empty{grid-column:1/-1;border:1px dashed rgba(185,144,82,.38);border-radius:8px;padding:24px;text-align:center;color:var(--muted);background:#fffaf1}
.camera-lightbox{position:fixed;z-index:120;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(8,7,6,.82)}
.camera-lightbox.is-open{display:flex}
.camera-lightbox figure{width:min(920px,100%);margin:0;border-radius:8px;overflow:hidden;background:#fff;color:var(--ink);box-shadow:0 34px 90px rgba(0,0,0,.38)}
.camera-lightbox img{width:100%;max-height:72vh;object-fit:contain;background:#090807}
.camera-lightbox figcaption{padding:16px 18px;color:var(--muted)}
.camera-lightbox strong{display:block;color:var(--ink)}
.camera-lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:1.3rem;cursor:pointer}
.event-camera-card{margin-top:28px;border:1px solid rgba(215,183,122,.28);border-radius:8px;background:linear-gradient(135deg,#211d18,#12100e);color:#fff;padding:30px;box-shadow:0 20px 52px rgba(17,16,14,.16)}
.event-camera-card p{color:rgba(255,255,255,.72);margin-top:12px}
.event-camera-card .actions{margin-top:22px}
@media(max-width:1080px){.guest-camera-layout,.camera-demo-body{grid-template-columns:1fr}.camera-intro{position:static}.guest-phone{width:min(350px,100%)}}
@media(max-width:620px){.camera-demo-head{align-items:flex-start;flex-direction:column}.camera-demo-body{padding:16px}.guest-screen{min-height:545px}.demo-gallery-grid{grid-template-columns:1fr}.demo-controls .btn{width:100%}.privacy-note{font-size:.86rem}.camera-intro{text-align:left}}
@media(prefers-reduced-motion:reduce){.guest-camera-showcase *{transition:none!important;animation:none!important;scroll-behavior:auto!important}}

.guest-camera-editorial{background:radial-gradient(circle at 50% 8%,#fff 0,#fffaf1 46%,#f6efe4 100%);padding-top:104px}
.camera-editorial-heading{text-align:center;margin:0 auto 48px;width:min(780px,100%)}
.camera-editorial-heading .kicker{color:var(--ink);letter-spacing:.18em}
.camera-editorial-heading .kicker:before{content:"▧";display:inline-block;margin-right:8px;color:#c9b99e;font-size:.9em}
.camera-editorial-heading h2{margin:12px auto 14px;font-size:clamp(3.4rem,7vw,5.6rem);max-width:none}
.camera-editorial-heading p{font-size:1.08rem;color:#2d2924;max-width:560px;margin:auto}
.camera-editorial-demo{border:0;background:transparent;box-shadow:none;overflow:visible}
.camera-storyboard{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;align-items:start}
.camera-flow-step{min-width:0}
.flow-label{display:flex;align-items:center;gap:13px;margin:0 0 18px;font-size:.78rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:#28241f}
.flow-label span{width:25px;height:25px;display:grid;place-items:center;border:1px solid #171512;border-radius:50%;font-size:.78rem}
.camera-editorial-demo .guest-phone{width:100%;max-width:350px;padding:13px;border-radius:54px;box-shadow:0 26px 44px rgba(17,16,14,.18),0 3px 0 #2b2926,inset 0 0 0 2px rgba(255,255,255,.08)}
.camera-editorial-demo .guest-phone:after{content:"";position:absolute;right:-4px;top:130px;width:4px;height:82px;border-radius:0 6px 6px 0;background:#201f1d}
.camera-editorial-demo .guest-screen{min-height:560px;border-radius:40px}
.camera-editorial-demo .screen-panel{position:relative;inset:auto;display:flex;height:100%}
.camera-editorial-demo .capture-start{background:linear-gradient(180deg,rgba(255,250,241,.84),rgba(255,250,241,.98)),url("/assets/images/style-soft-modern.webp") center/cover;padding-top:58px}
.camera-editorial-demo .screen-brand{font-size:1.22rem;margin-bottom:58px}
.camera-editorial-demo .capture-start small{color:#171512;line-height:1.7}
.camera-editorial-demo .capture-start h3{font-size:2.05rem;max-width:230px;margin-left:auto;margin-right:auto}
.camera-editorial-demo .capture-start p{max-width:240px;margin:16px auto 0;color:#2f2b25}
.camera-editorial-demo .camera-actions{margin-top:auto}
.camera-editorial-demo .camera-action{border-radius:8px;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}
.camera-editorial-demo .camera-stage{height:100%;padding:20px 14px 22px}
.camera-editorial-demo .camera-viewfinder{min-height:390px;border-radius:6px;background:#050505}
.camera-editorial-demo .camera-placeholder{background:linear-gradient(180deg,rgba(17,16,14,.05),rgba(17,16,14,.22)),url("/assets/images/example-wedding.webp") center 28%/cover;color:transparent}
.camera-editorial-demo .shutter-row{margin-top:auto}
.camera-editorial-demo .text-button{width:auto;background:transparent;font-size:.78rem}
.camera-editorial-demo .capture-tabs{display:flex;justify-content:center;gap:36px;margin-top:10px;text-transform:uppercase;font-size:.74rem;font-weight:900;letter-spacing:.08em}
.camera-editorial-demo .capture-tabs span:first-child{color:var(--champagne)}
.camera-editorial-demo .preview-stage{padding:58px 24px 24px;background:#fffaf6}
.camera-editorial-demo .preview-stage h3{font-family:"Cormorant Garamond",serif;font-size:1.4rem;margin-bottom:16px}
.camera-editorial-demo .demo-preview-image{aspect-ratio:1.48;border-radius:8px;object-fit:cover;background:#eee8de}
.camera-editorial-demo .demo-fields{margin-top:12px}
.camera-editorial-demo .demo-fields input,.camera-editorial-demo .demo-fields textarea{border-color:#ddd2c4}
.camera-editorial-demo .share-note{position:relative;margin:4px 0 0;padding-left:24px;color:#595149;font-size:.78rem}
.camera-editorial-demo .share-note:before{content:"✓";position:absolute;left:0;top:0;width:17px;height:17px;display:grid;place-items:center;border:1px solid #171512;border-radius:50%;font-size:.68rem}
.camera-editorial-demo .demo-status{width:min(760px,100%);margin:26px auto 22px;text-align:center;background:#fff;border-color:#eadfce}
.memory-console{display:grid;grid-template-columns:240px 1fr;margin-top:24px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 22px 58px rgba(17,16,14,.08);overflow:hidden}
.memory-sidebar{background:linear-gradient(180deg,#fff8ed,#f4ead9);padding:30px 22px;border-right:1px solid var(--line)}
.memory-sidebar>strong{display:block;text-align:center;font-family:"Cormorant Garamond",serif;font-size:1.2rem;letter-spacing:.06em;text-transform:uppercase}
.memory-sidebar>span{display:block;text-align:center;margin-top:4px;text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;color:var(--muted)}
.memory-sidebar nav{display:grid;gap:8px;margin-top:38px}
.memory-sidebar a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:8px;color:var(--ink);font-size:.86rem}
.memory-sidebar a:first-child{background:#eadfce}
.memory-sidebar em{font-style:normal;color:var(--muted);font-size:.78rem}
.memory-main{padding:34px}
.memory-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:24px}
.memory-head h3{font-size:2rem}
.memory-head p{color:var(--muted)}
.memory-actions{display:flex;gap:10px}
.memory-actions button{min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:9px 16px;font-weight:800;cursor:pointer}
.memory-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.memory-grid .demo-memory{border:0;overflow:visible}
.memory-grid .demo-memory button{cursor:pointer}
.memory-grid .demo-memory img{height:150px;border-radius:8px;box-shadow:0 10px 24px rgba(17,16,14,.08)}
.memory-grid .demo-memory figcaption{padding:9px 0 0;color:#171512}
.memory-grid .demo-memory figcaption strong{font-family:Inter,sans-serif;font-size:.84rem}
.memory-grid .demo-memory figcaption small{font-size:.76rem}
.memory-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:#fff;padding:24px 30px;gap:24px}
.memory-benefits div{position:relative;padding-left:64px;min-height:54px}
.memory-benefits div:before{content:"";position:absolute;left:0;top:4px;width:42px;height:42px;border:2px solid #171512;border-radius:12px}
.memory-benefits strong{display:block}
.memory-benefits span{display:block;color:var(--muted);font-size:.88rem}
.editorial-controls{justify-content:center;margin-top:28px}
.editorial-privacy{width:min(760px,100%);margin:22px auto 0;background:rgba(255,255,255,.74)}
@media(max-width:1080px){.camera-storyboard{grid-template-columns:1fr;gap:28px}.camera-flow-step{display:grid;grid-template-columns:180px 1fr;gap:22px;align-items:start}.flow-label{padding-top:28px}.camera-editorial-demo .guest-phone{justify-self:center;width:min(350px,100%)}.memory-console{grid-template-columns:1fr}.memory-sidebar{border-right:0;border-bottom:1px solid var(--line)}.memory-sidebar nav{grid-template-columns:repeat(5,1fr);margin-top:22px}.memory-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.camera-editorial-heading{text-align:left;margin-bottom:34px}.camera-flow-step{display:block}.flow-label{padding-top:0}.camera-editorial-demo .guest-screen{min-height:540px}.memory-main{padding:22px}.memory-head{flex-direction:column}.memory-actions{width:100%}.memory-actions button{flex:1}.memory-sidebar nav{grid-template-columns:1fr 1fr}.memory-grid{grid-template-columns:1fr 1fr;gap:14px}.memory-benefits{grid-template-columns:1fr;padding:22px}.editorial-controls .btn{width:100%}}
@media(max-width:430px){.guest-camera-editorial{padding-top:76px}.camera-editorial-heading h2{font-size:3.05rem}.camera-editorial-demo .guest-phone{max-width:330px}.memory-grid .demo-memory img{height:132px}.memory-console{border-radius:18px}.memory-sidebar nav{grid-template-columns:1fr}}
