
.memory-page{
  --memory-ink:#1e1a16;
  --memory-muted:#746b5f;
  --memory-line:#d9cebd;
  --memory-paper:#fcfaf5;
  --memory-soft:#f1eadc;
  --memory-gold:#a77727;
}

@media (max-width: 800px) {
  .memory-page .experience-hero.memory-hero-full-bleed {
    width: calc(100% - 14px) !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 750 / 350 !important;
    border-radius: 18px !important;
  }
}

.memory-page .experience-hero{
  background:linear-gradient(135deg,#f8f4ec 0%,#eee5d6 100%);
}

.memory-intro-strip{
  width:min(1280px,calc(100% - 24px));
  margin:18px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid var(--memory-line);
  border-radius:24px;
  background:var(--memory-paper);
  overflow:hidden;
}

.memory-intro-strip article{
  min-height:104px;
  padding:22px 24px;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:13px;
  align-items:start;
}

.memory-intro-strip article+article{border-left:1px solid var(--memory-line)}
.memory-related-links { display:grid; grid-template-columns:minmax(0,1fr); gap:8px; width:100%; max-width:340px; justify-self:end; align-content:start; }
.memory-related-links a { display:grid; grid-template-columns:56px minmax(0,1fr) auto; min-height:76px; align-items:center; gap:12px; padding:7px 14px 7px 7px; border:1px solid #d8cdb9; border-radius:17px; background:rgba(255,255,255,.58); color:#2b261f; line-height:1.25; text-decoration:none; overflow:hidden; }
.memory-related-links a > img { width:56px; height:56px; display:block; object-fit:cover; border-radius:12px; background:#ece3d5; }
.memory-related-links a > b { min-width:0; font-family:var(--font-geist),Arial,sans-serif; font-size:12px; font-weight:520; line-height:1.28; }
.memory-related-links a > i { display:grid; place-items:center; box-sizing:border-box; width:29px; height:29px; color:var(--ink); font-style:normal; border:1px solid #d9cfb9; border-radius:50%; background:#fffdf8; }
.memory-related-links a > i .icon,.memory-related-links a > i svg { display:block; width:15px; height:15px; }
.memory-related-links a:focus-visible { outline:2px solid #98702d; outline-offset:3px; }
@media(max-width:900px) { .memory-related-links { max-width:none; } }
@media(max-width:600px) { .memory-related-links a > i { width:25px; height:25px; } .memory-related-links a > i .icon,.memory-related-links a > i svg { width:13px; height:13px; } }
@media(max-width:600px) {
  .memory-related-links { display:flex; min-width:0; overflow-x:auto; scroll-snap-type:x mandatory; scrollbar-width:none; padding-block:3px; }
  .memory-related-links::-webkit-scrollbar { display:none; }
  .memory-related-links a { box-sizing:border-box; flex:0 0 calc((100% - 8px) / 1.5); min-width:0; scroll-snap-align:start; gap:8px; padding-right:9px; }
}
.memory-intro-strip article>span{padding-top:2px;color:var(--memory-gold);font:760 10px var(--sans);letter-spacing:.08em}
.memory-intro-strip strong,.memory-intro-strip small{display:block}
.memory-intro-strip strong{color:var(--memory-ink);font:640 14px var(--sans)}
.memory-intro-strip small{margin-top:7px;color:var(--memory-muted);font:450 11px/1.45 var(--sans)}

.memory-page .memory-progress{
  position:relative;
  top:auto;
  width:min(820px,calc(100% - 24px));
  margin:20px auto 0;
  padding:0;
  gap:0;
  border:0;
  border-bottom:1px solid var(--memory-line);
  border-radius:0;
  background:transparent;
  backdrop-filter:none;
}

.memory-page .memory-progress button{
  min-height:50px;
  border-radius:0;
  color:#857b6e;
  font-weight:560;
}

.memory-page .memory-progress button.active{
  color:var(--memory-ink);
  background:transparent;
  box-shadow:inset 0 -2px var(--memory-gold);
}

.memory-page .memory-studio{
  margin-top:20px;
  border-color:var(--memory-line);
  background:var(--memory-paper);
  box-shadow:0 20px 55px rgba(57,44,26,.055);
}

.memory-page .memory-brief{
  padding:clamp(34px,4.3vw,64px);
}

.memory-page .memory-brief>header{
  max-width:830px;
}

.memory-page .memory-brief h2{
  max-width:760px;
  font-size:clamp(36px,4vw,54px);
  font-weight:510;
}

.memory-page .memory-input-modes{
  margin:30px 0 22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:9px;
}

.memory-page .memory-input-modes>span,
.memory-page .memory-input-modes>button,
.memory-page .memory-input-modes>label,
.memory-page .memory-input-modes>.memory-voice-mode{
  min-height:92px;
  padding:16px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:7px;
  border:1px solid var(--memory-line);
  border-radius:17px;
  background:#fff;
  color:var(--memory-ink);
  text-align:left;
  cursor:pointer;
  transition:border-color .2s ease,background .2s ease,transform .2s ease;
}

.memory-page .memory-input-modes>span{
  border-color:#26211c;
  background:#26211c;
  color:#fff;
}

.memory-page .memory-input-modes>button:hover,
.memory-page .memory-input-modes>label:hover,
.memory-page .memory-input-modes>.memory-voice-mode:hover{
  border-color:#b18949;
  background:#f8f1e5;
  transform:translateY(-1px);
}

.memory-page .memory-input-modes b{font:650 12px var(--sans)}
.memory-page .memory-input-modes small{color:#82786a;font:450 9px/1.45 var(--sans)}
.memory-page .memory-input-modes>span small{color:#cfc4b5}
.memory-page .memory-input-modes>.memory-voice-mode .voice-input-control{
  min-height:auto;
  padding:0;
  border:0;
  background:transparent;
  color:var(--memory-ink);
  font:650 12px var(--sans);
}

.memory-page .memory-input-modes input{position:absolute;width:1px;height:1px;opacity:0}

.memory-story-compose{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(240px,.45fr);
  border:1px solid var(--memory-line);
  border-radius:20px;
  background:#fff;
  overflow:hidden;
}

.memory-page .memory-story-field{
  padding:16px 18px 18px;
  gap:10px;
}

.memory-page .memory-story-field>span{font:690 11px var(--sans);color:#514a41}
.memory-page .memory-story-field textarea{
  min-height:150px;
  padding:0;
  border:0;
  border-radius:0;
  outline:0;
  background:transparent;
  font-size:16px;
}

.memory-story-compose aside{
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-left:1px solid var(--memory-line);
  background:var(--memory-soft);
}

.memory-story-compose aside>span{color:var(--memory-gold);font:760 9px var(--sans);letter-spacing:.11em;text-transform:uppercase}
.memory-story-compose aside p{margin:10px 0;color:#544c42;font:520 12px/1.55 var(--sans)}
.memory-story-compose aside small{color:#7e7467;font:450 9px/1.45 var(--sans)}

.memory-details-heading{
  margin:27px 0 12px;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:20px;
}

.memory-details-heading span{color:var(--memory-ink);font:650 15px var(--sans)}
.memory-details-heading small{color:var(--memory-muted);font:450 10px var(--sans)}
.memory-page .memory-brief-grid{margin-top:0;gap:10px}
.memory-page .memory-brief-grid input,.memory-page .memory-brief-grid select{min-height:50px;border-color:var(--memory-line);background:#fffdf9}

.memory-seo{
  width:min(1280px,calc(100% - 24px));
  margin:clamp(72px,8vw,116px) auto 0;
  padding-bottom:clamp(70px,8vw,110px);
}

.memory-seo>header{
  max-width:900px;
}

.memory-seo>header h2{
  max-width:820px;
  margin:14px 0 18px;
  color:var(--memory-ink);
  font:520 clamp(37px,4.8vw,66px)/.98 var(--sans);
  letter-spacing:-.055em;
}

.memory-seo>header p{
  max-width:850px;
  margin:0;
  color:var(--memory-muted);
  font:450 15px/1.72 var(--sans);
}

.memory-seo-grid{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--memory-line);
  border-bottom:1px solid var(--memory-line);
}

.memory-seo-grid article{
  min-height:230px;
  padding:30px;
}

.memory-seo-grid article+article{border-left:1px solid var(--memory-line)}
.memory-seo-grid span{color:var(--memory-gold);font:760 10px var(--sans);letter-spacing:.09em}
.memory-seo-grid h3{margin:48px 0 12px;color:var(--memory-ink);font:620 20px/1.12 var(--sans);letter-spacing:-.025em}
.memory-seo-grid p{margin:0;color:var(--memory-muted);font:450 12px/1.65 var(--sans)}

.memory-seo-story{
  margin-top:48px;
  padding:36px 0;
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:clamp(40px,7vw,100px);
  align-items:start;
  border-bottom:1px solid var(--memory-line);
}

.memory-seo-story h3{max-width:440px;margin:12px 0 0;color:var(--memory-ink);font:520 clamp(28px,3.2vw,42px)/1.05 var(--sans);letter-spacing:-.045em}
.memory-seo-story>p{margin:0;color:var(--memory-muted);font:450 14px/1.75 var(--sans)}
.memory-faq{margin:50px 0 0;display:grid;grid-template-columns:.65fr 1.35fr;column-gap:clamp(40px,7vw,100px)}
.memory-faq h2{grid-row:1/5;margin:0;color:var(--memory-ink);font:550 clamp(27px,3vw,40px)/1.05 var(--sans);letter-spacing:-.04em}
.memory-faq details{padding:18px 0;border-bottom:1px solid var(--memory-line)}
.memory-faq summary{color:var(--memory-ink);font:620 14px var(--sans);cursor:pointer;list-style:none}
.memory-faq summary::-webkit-details-marker{display:none}
.memory-faq summary::after{content:"+";float:right;color:var(--memory-gold);font-size:20px;font-weight:400}
.memory-faq details[open] summary::after{content:"−"}
.memory-faq details p{max-width:720px;margin:12px 34px 0 0;color:var(--memory-muted);font:450 12px/1.65 var(--sans)}

@media(max-width:820px){
  .memory-intro-strip{grid-template-columns:1fr}
  .memory-intro-strip article{min-height:82px;padding:18px 20px}
  .memory-intro-strip article+article{border-top:1px solid var(--memory-line);border-left:0}
  .memory-input-modes{grid-template-columns:1fr 1fr}
  .memory-story-compose{grid-template-columns:1fr}
  .memory-story-compose aside{border-top:1px solid var(--memory-line);border-left:0}
  .memory-seo-grid{grid-template-columns:1fr}
  .memory-seo-grid article{min-height:0;padding:26px 0}
  .memory-seo-grid article+article{border-top:1px solid var(--memory-line);border-left:0}
  .memory-seo-grid h3{margin-top:24px}
  .memory-seo-story,.memory-faq{grid-template-columns:1fr;gap:22px}
  .memory-faq h2{grid-row:auto}
}

@media(max-width:600px){
  .memory-intro-strip{width:calc(100% - 12px);margin-top:8px;border-radius:19px}
  .memory-intro-strip article{grid-template-columns:28px 1fr}
  .memory-progress{width:calc(100% - 24px);margin-top:12px}
  .memory-progress button{min-height:44px;font-size:9px}
  .memory-studio{margin-top:12px}
  .memory-brief{padding:27px 16px}
  .memory-brief h2{font-size:32px}
  .memory-input-modes{margin:24px 0 14px;gap:7px}
  .memory-input-modes>span,.memory-input-modes>button,.memory-input-modes>label,.memory-input-modes>.memory-voice-mode{min-height:96px;padding:13px}
  .memory-input-modes b,.memory-input-modes>.memory-voice-mode .voice-input-control{font-size:10px}
  .memory-story-field textarea{min-height:132px;font-size:14px}
  .memory-story-compose aside{padding:17px}
  .memory-details-heading{align-items:flex-start;flex-direction:column;gap:4px}
  .memory-brief-grid{grid-template-columns:1fr 1fr}
  .memory-seo{width:calc(100% - 28px);margin-top:64px;padding-bottom:70px}
  .memory-seo>header h2{font-size:39px}
  .memory-seo>header p{font-size:13px}
  .memory-seo-story{margin-top:32px;padding:28px 0}
  .memory-faq{margin-top:38px}
}
.memory-page .memory-intro-strip{
  margin-top:14px;padding:6px;gap:5px;border-radius:24px;background:#f8f3e9
}
.memory-page .memory-intro-strip article{
  min-height:70px;padding:13px 17px;grid-template-columns:28px 1fr;align-items:center;border:0!important;border-radius:18px;background:rgba(255,255,255,.56)
}
.memory-page .memory-intro-strip article>span{padding:0;font-size:8px}
.memory-page .memory-intro-strip strong{font-size:11px;font-weight:620}
.memory-page .memory-intro-strip small{margin-top:4px;font-size:8px;line-height:1.35}
.memory-page .memory-progress{grid-template-columns:repeat(3,1fr)}
.memory-page .memory-start-editorial{justify-content:flex-start}
.memory-page .memory-start-editorial h2{max-width:390px;margin-bottom:12px;font-size:clamp(29px,2.7vw,38px);line-height:1.02}
.memory-page .memory-start-editorial>p{max-width:410px}
.memory-page .memory-brief-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.memory-page .memory-interpretation{min-height:0;grid-template-columns:56% 44%;background:#fbf8f1}
.memory-page .memory-interpretation-copy,.memory-page .memory-interpretation aside{padding:clamp(30px,3.5vw,48px)}
.memory-page .memory-interpretation-title{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:start}
.memory-page .memory-interpretation-title .oo-ai-mark{margin:0}
.memory-page .memory-interpretation h2{margin:8px 0 9px;font-size:clamp(31px,3vw,43px)}
.memory-page .memory-interpretation-copy>p,.memory-page .memory-interpretation-title p{margin:0;max-width:610px;color:#6c6459;font-size:12px;line-height:1.6}
.memory-page .memory-signal-grid{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.memory-page .memory-signal-grid span{min-height:62px;padding:12px 13px;border-radius:13px;background:rgba(255,255,255,.68)}
.memory-page .memory-signal-grid small{font-size:7px}
.memory-page .memory-signal-grid strong{font-size:11px;font-weight:610}
.memory-page .memory-visual-direction{min-height:100%;justify-content:space-between!important;background:linear-gradient(145deg,#efe5d3 0%,#e5d7c0 100%)!important}
.memory-page .memory-visual-direction>div:first-child>strong{display:block;max-width:430px;margin:16px 0 8px;color:#211d18;font:520 clamp(27px,2.8vw,39px)/1.04 var(--serif)}
.memory-page .memory-visual-direction>div:first-child>p{max-width:400px;margin:0;color:#665d50;font-size:11px;line-height:1.55}
.memory-page .memory-visual-direction blockquote{margin:28px 0;padding:17px 20px;border:1px solid rgba(142,108,54,.25);border-left:3px solid #aa7d2f;border-radius:0 15px 15px 0;background:rgba(255,255,255,.4);font-size:12px;line-height:1.55}
.memory-page .memory-visual-direction blockquote small{display:block;margin-bottom:7px;color:#9a742f;font:720 7px var(--sans);letter-spacing:.1em;text-transform:uppercase}
.memory-page .memory-stage-actions{display:grid;grid-template-columns:.65fr 1.35fr;gap:7px}
.memory-page .memory-stage-actions .button{min-width:0;min-height:46px;padding-inline:13px;font-size:10px}

.memory-page .memory-proposal>header{padding-block:27px}
.memory-page .memory-proposal>header h2{font-size:clamp(31px,3vw,42px)}
.memory-page .memory-proposal-layout{grid-template-columns:minmax(0,60%) minmax(300px,40%)}
.memory-page .memory-proposal-editor{padding:24px}
.memory-page .memory-view-all{width:100%;min-height:40px;margin-top:8px;border:1px solid #d3c6b3;border-radius:999px;background:transparent;color:#765b2b;font:700 9px var(--sans)}
.memory-page .memory-box-options,.memory-page .memory-card-options{
  display:flex;gap:8px;overflow-x:auto;padding:2px 1px 9px;scroll-snap-type:x proximity;scrollbar-width:thin
}
.memory-page .memory-box-options button{flex:0 0 30%;min-width:145px;scroll-snap-align:start}
.memory-page .memory-card-options button{flex:0 0 28%;min-width:132px;scroll-snap-align:start}
.memory-page .memory-touch-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.memory-page .memory-touch-cards button{min-height:76px}
.memory-page .memory-touch-cards strong{font-size:11px}
.memory-page .memory-message-editor{grid-template-columns:1fr;background:#f6efe3}
.memory-page .memory-message-copy textarea{min-height:96px}
.memory-page .memory-passport-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.memory-page .memory-passport-fields .memory-check{grid-column:1/-1}
.memory-page .memory-order-summary{top:82px;padding:30px;background:linear-gradient(155deg,#f4ead7,#fbf8f1 70%)}
.memory-page .memory-order-summary h3{margin:12px 0 8px;font:520 clamp(27px,2.6vw,37px)/1.03 var(--serif)}
.memory-page .memory-order-summary>p{max-width:360px;color:#72685b;font-size:10px;line-height:1.55}
.memory-page .memory-order-summary dl{margin-top:24px;border-top:1px solid #d7c9b4}
.memory-page .memory-order-summary dl div{padding:11px 0}
.memory-page .memory-total{padding:15px;border-radius:15px;background:#fffaf1}
.memory-page .memory-total strong{font-size:24px}

.memory-page .memory-hamper-review{grid-template-columns:54% 46%;min-height:590px;background:#f8f3e9}
.memory-page .memory-hamper-review .memory-review-visual{min-height:590px;margin:18px;border-radius:24px}
.memory-page .memory-hamper-review .memory-review-details{padding:clamp(28px,3.2vw,44px)}
.memory-page .memory-hamper-review .memory-review-details h2{max-width:520px;font-size:clamp(32px,3.1vw,45px)}
.memory-page .memory-hamper-review .memory-review-list>div{display:grid;grid-template-columns:110px minmax(0,1fr) auto}
.memory-page .memory-hamper-review .memory-review-list button{border:0;background:transparent;color:#9a7027;font:700 9px var(--sans)}

@media(max-width:900px){
  .memory-page .memory-interpretation{grid-template-columns:1fr}
  .memory-page .memory-proposal-layout,.memory-page .memory-hamper-review{grid-template-columns:1fr}
  .memory-page .memory-order-summary{position:static}
  .memory-page .memory-hamper-review .memory-review-visual{min-height:390px;border-radius:24px}
}
@media(max-width:600px){
  .memory-page .memory-intro-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:4px;border-radius:17px}
  .memory-page .memory-intro-strip article{min-height:74px;padding:9px 7px;display:block;text-align:center;border-radius:14px}
  .memory-page .memory-intro-strip article>span{display:block;margin-bottom:5px}
  .memory-page .memory-intro-strip strong{font-size:9px;line-height:1.2}
  .memory-page .memory-intro-strip small{font-size:6px}
  .memory-page .memory-progress{grid-template-columns:repeat(3,minmax(100px,1fr))}
  .memory-page .memory-start-editorial h2{max-width:315px;font-size:29px}
  .memory-page .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-page .memory-interpretation-copy,.memory-page .memory-interpretation aside{padding:25px 16px}
  .memory-page .memory-interpretation-title{grid-template-columns:42px minmax(0,1fr);gap:11px}
  .memory-page .memory-signal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-page .memory-signal-grid span{min-height:60px;padding:10px}
  .memory-page .memory-stage-actions{grid-template-columns:1fr}
  .memory-page .memory-proposal-editor{padding:17px 12px}
  .memory-page .memory-box-options button{flex-basis:46%;min-width:138px}
  .memory-page .memory-card-options button{flex-basis:43%;min-width:124px}
  .memory-page .memory-touch-cards{display:flex;overflow-x:auto}
  .memory-page .memory-touch-cards button{flex:0 0 72%;min-width:190px}
  .memory-page .memory-passport-fields{grid-template-columns:1fr}
  .memory-page .memory-passport-fields .memory-check{grid-column:auto}
  .memory-page .memory-hamper-review .memory-review-visual{min-height:300px;margin:10px;border-radius:18px}
  .memory-page .memory-hamper-review .memory-review-details{padding:25px 16px}
  .memory-page .memory-hamper-review .memory-review-list>div{grid-template-columns:82px minmax(0,1fr) auto;gap:8px}
}
.memory-page{--ml:#d8cbb7;--mg:#a77727}.memory-progress{position:sticky;top:0;z-index:12;width:min(1280px,calc(100% - 24px));margin:18px auto 0;padding:6px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;border:1px solid var(--ml);border-radius:999px;background:rgba(250,247,240,.94);backdrop-filter:blur(18px)}.memory-progress button{min-height:48px;border:0;border-radius:999px;background:transparent;color:#6e665b;font:680 12px var(--sans)}.memory-progress button span{margin-right:8px;color:#a27835;font-size:9px}.memory-progress button.active{background:#211d18;color:#fff}.memory-progress button:disabled{opacity:.35}.memory-studio{width:min(1280px,calc(100% - 24px));margin:18px auto 0;overflow:hidden;border:1px solid var(--ml);border-radius:30px;background:#fbf8f1;box-shadow:0 24px 70px rgba(55,43,25,.07)}.memory-brief{padding:clamp(28px,4vw,58px)}.memory-brief>header{max-width:770px}.memory-brief h2,.memory-interpretation h2,.memory-proposal>header h2{margin:12px 0 10px;font-size:clamp(32px,3.6vw,50px);line-height:1.02;font-weight:520;letter-spacing:-.045em}.memory-brief header p,.memory-proposal>header p{color:#71695e;font-size:15px;line-height:1.6}.memory-input-modes{margin:28px 0 16px;display:flex;flex-wrap:wrap;gap:8px}.memory-input-modes>span,.memory-input-modes>button,.memory-input-modes>label,.memory-input-modes .voice-input-control{min-height:41px;margin:0;padding:0 14px;display:inline-flex;align-items:center;border:1px solid #cfc1aa;border-radius:999px;background:#fffdf9;color:#332e27;font:680 11px var(--sans);cursor:pointer}.memory-input-modes>span{border-color:#27221c;background:#27221c;color:#fff}.memory-input-modes input{position:absolute;width:1px;height:1px;opacity:0}.memory-story-field,.memory-brief-grid label,.memory-finish-grid label,.memory-message-editor label,.memory-delivery label{display:flex;flex-direction:column;gap:7px;color:#534c42;font:720 11px var(--sans)}.memory-story-field textarea{min-height:145px;padding:17px;border:1px solid #cfc3b2;border-radius:18px;background:#fff;color:#211d18;font:500 16px/1.55 var(--sans);resize:vertical}.memory-file-chips{margin:9px 0 0;display:flex;flex-wrap:wrap;gap:6px}.memory-file-chips span{max-width:220px;overflow:hidden;padding:7px 10px;border-radius:999px;background:#eee5d5;color:#6d6252;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.memory-brief-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.memory-brief-grid input,.memory-brief-grid select,.memory-finish-grid input,.memory-finish-grid select,.memory-message-editor input,.memory-message-editor select,.memory-delivery input{width:100%;min-height:47px;padding:0 12px;border:1px solid #d3c7b5;border-radius:13px;background:#fff;color:#231f19;font:500 13px var(--sans)}.memory-brief-grid label:last-child{grid-column:span 2}.memory-primary-action{margin-top:23px;display:flex;align-items:center;justify-content:space-between;gap:20px}.memory-primary-action small{max-width:430px;color:#7a7165;font-size:10px}.memory-primary-action .button{min-width:260px}.memory-interpretation{min-height:580px;display:grid;grid-template-columns:1.15fr .85fr}.memory-interpretation-copy,.memory-interpretation aside{padding:clamp(32px,5vw,66px)}.memory-interpretation-copy{border-right:1px solid var(--ml)}.memory-interpretation-copy .oo-ai-mark{margin-bottom:28px}.memory-interpretation-copy>p,.memory-interpretation aside>p{max-width:680px;color:#6c6459;font-size:15px;line-height:1.7}.memory-signal-grid{margin-top:30px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.memory-signal-grid span{min-height:78px;padding:15px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #d6cab8;border-radius:15px;background:#fffdf9}.memory-signal-grid small{color:#ad8133;font-size:8px}.memory-signal-grid strong{font-size:14px;font-weight:620}.memory-interpretation aside{display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 80% 10%,#f2deb4,#e9dfcf 66%,#ded3c2)}.memory-interpretation aside>strong{margin:18px 0 0;font:520 clamp(27px,3vw,38px)/1.08 var(--serif)}.memory-interpretation blockquote{margin:23px 0;padding:17px 0 17px 20px;border-left:2px solid #aa7d2f;color:#5e5549;font:500 15px/1.55 var(--serif)}.memory-interpretation aside .button{width:100%}.memory-interpretation aside .text-link{margin-top:12px}.memory-proposal>header{padding:clamp(24px,3vw,38px);display:flex;align-items:flex-end;justify-content:space-between;gap:30px;border-bottom:1px solid var(--ml)}.memory-proposal>header>div:first-child{max-width:760px}.memory-proposal>header>div:last-child{min-width:170px;text-align:right}.memory-proposal>header>div:last-child small,.memory-proposal>header>div:last-child strong{display:block}.memory-proposal>header>div:last-child small{color:#7b7266;font-size:10px}.memory-proposal>header>div:last-child strong{margin-top:5px;font-size:27px}.memory-proposal-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;align-items:start}.memory-proposal-editor{min-width:0;padding:28px;border-right:1px solid var(--ml)}.memory-proposal-editor h3,.memory-order-summary h3{margin:0 0 14px;font-size:20px;font-weight:650}.memory-product-list{display:grid;gap:8px}.memory-product-list article{padding:10px;display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid #d9cdbc;border-radius:17px;background:#fffdfa}.memory-product-list img{width:88px;height:88px;object-fit:cover;border-radius:12px}.memory-product-list article>div:nth-child(2){min-width:0}.memory-product-list article>div:nth-child(2)>strong,.memory-product-list article>div:nth-child(2)>small,.memory-product-list article>div:nth-child(2)>b{display:block}.memory-product-list article>div:nth-child(2)>strong{margin:5px 0 3px;font-size:14px}.memory-product-list article>div:nth-child(2)>small{overflow:hidden;color:#776f64;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.memory-product-list article>div:nth-child(2)>b{margin-top:6px;font-size:12px}.memory-match{font-size:7px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.memory-match.exact{color:#4d765b}.memory-match.close{color:#a07125}.memory-match.source{color:#935a48}.memory-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.memory-item-actions>div{display:flex;border:1px solid #d0c3b0;border-radius:999px;overflow:hidden}.memory-item-actions>div button,.memory-item-actions>div span{width:29px;height:29px;display:grid;place-items:center;border:0;background:#fff;font-size:11px}.memory-item-actions>button{border:0;background:none;color:#8d692b;font:700 9px var(--sans)}.memory-finish-grid{margin-top:24px;display:grid;gap:20px}.memory-finish-grid>label>select{max-width:480px}.memory-finish-grid>div>span{display:block;margin-bottom:8px;color:#534c42;font:720 11px var(--sans)}.memory-choice-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.memory-choice-row button{min-height:68px;padding:11px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;border:1px solid #d2c5b3;border-radius:14px;background:#fff;color:#2e2923;font:680 11px var(--sans);text-align:left}.memory-choice-row button small{margin-top:4px;color:#8a7f70;font-size:8px}.memory-choice-row button.active{border-color:#a87827;background:#f1e5ca;box-shadow:inset 0 0 0 1px #a87827}.memory-upload-mini{width:min(420px,100%);margin-top:9px;padding:10px;border:1px dashed #bf9b5c;border-radius:12px;background:#f7f0e3}.memory-message-editor{padding:17px;display:grid;grid-template-columns:.62fr 1.38fr;gap:11px;border:1px solid #d5c8b5;border-radius:17px;background:#f3ecde}.memory-message-editor textarea{min-height:108px;padding:12px;border:1px solid #d0c3b2;border-radius:12px;background:#fff;color:#28231e;font:500 13px/1.5 var(--sans);resize:vertical}.memory-message-editor .memory-check{grid-column:1/-1;flex-direction:row;align-items:center;font-weight:580}.memory-message-editor .memory-check input{width:18px;min-height:18px}.memory-delivery{padding:13px;display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:9px;align-items:end;border:1px solid #d5c9b8;border-radius:16px}.memory-delivery>span{min-height:47px;padding:8px 11px;display:flex;flex-direction:column;justify-content:center;border-radius:11px;background:#eee5d5}.memory-delivery small,.memory-delivery strong{display:block}.memory-delivery small{color:#827665;font-size:8px}.memory-delivery strong{margin-top:3px;font-size:11px}.memory-order-summary{position:sticky;top:84px;padding:28px}.memory-order-summary dl{margin:18px 0}.memory-order-summary dl div{padding:9px 0;display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid #ded3c2}.memory-order-summary dt{color:#746b5f;font-size:10px}.memory-order-summary dd{margin:0;font-size:11px;font-weight:700}.memory-total{margin:17px 0;display:flex;align-items:flex-end;justify-content:space-between}.memory-total span{font-size:11px;font-weight:700}.memory-total strong{font-size:26px}.memory-order-summary>.button{width:100%}.memory-save-actions{margin-top:8px;display:grid;grid-template-columns:1fr 1fr;gap:5px}.memory-save-actions button{min-height:38px;padding:0 9px;border:1px solid #cdbda5;border-radius:999px;background:transparent;color:#4c4338;font:700 8px var(--sans)}.memory-save-actions button:last-child{grid-column:1/-1}.memory-privacy{margin:17px 0 0;color:#776f64;font-size:8px;line-height:1.55}.memory-privacy strong{display:block;color:#4f463b}
@media(max-width:900px){.memory-brief-grid{grid-template-columns:repeat(2,1fr)}.memory-interpretation{grid-template-columns:1fr}.memory-interpretation-copy{border-right:0;border-bottom:1px solid var(--ml)}.memory-proposal-layout{grid-template-columns:1fr}.memory-proposal-editor{border-right:0;border-bottom:1px solid var(--ml)}.memory-order-summary{position:static}}
@media(max-width:600px){.memory-progress{width:calc(100% - 12px);margin-top:8px;padding:5px;border-radius:18px}.memory-progress button{min-height:44px;padding:0 6px;font-size:9px}.memory-progress button span{display:none}.memory-studio{width:calc(100% - 12px);margin-top:8px;border-radius:22px}.memory-brief{padding:24px 15px}.memory-brief h2,.memory-interpretation h2,.memory-proposal>header h2{font-size:30px}.memory-input-modes{display:grid;grid-template-columns:1fr 1fr}.memory-input-modes>span,.memory-input-modes>button,.memory-input-modes>label,.memory-input-modes .voice-input-control{width:100%;justify-content:center;padding:0 8px;font-size:9px}.memory-story-field textarea{min-height:130px;font-size:14px}.memory-brief-grid{grid-template-columns:1fr 1fr;gap:8px}.memory-brief-grid label:last-child{grid-column:1/-1}.memory-primary-action{align-items:stretch;flex-direction:column-reverse}.memory-primary-action .button{width:100%;min-width:0}.memory-interpretation-copy,.memory-interpretation aside{padding:27px 17px}.memory-signal-grid{grid-template-columns:1fr 1fr;gap:6px}.memory-signal-grid span{min-height:69px;padding:11px}.memory-proposal>header{padding:23px 17px;align-items:flex-start;flex-direction:column;gap:11px}.memory-proposal>header>div:last-child{text-align:left}.memory-proposal-editor,.memory-order-summary{padding:17px 11px}.memory-product-list article{grid-template-columns:72px minmax(0,1fr);gap:9px}.memory-product-list img{width:72px;height:78px}.memory-item-actions{grid-column:1/-1;padding-top:7px;flex-direction:row;align-items:center;justify-content:flex-end;border-top:1px solid #e4dbcd}.memory-choice-row{grid-template-columns:repeat(3,1fr);gap:5px}.memory-choice-row button{min-height:65px;padding:8px;font-size:9px}.memory-message-editor{grid-template-columns:1fr;padding:12px}.memory-delivery{grid-template-columns:1fr 1fr}.memory-delivery label{grid-column:1/-1}.memory-save-actions{grid-template-columns:1fr}.memory-save-actions button:last-child{grid-column:auto}}
.memory-page .memory-progress{position:relative;top:auto;width:min(820px,calc(100% - 24px));padding:0;gap:0;border:0;border-bottom:1px solid var(--memory-line);border-radius:0;background:transparent;backdrop-filter:none}
.memory-page .memory-progress button{min-height:50px;border-radius:0;color:#857b6e;font-weight:560}
.memory-page .memory-progress button.active{color:var(--memory-ink);background:transparent;box-shadow:inset 0 -2px var(--memory-gold)}
.memory-page .memory-studio{margin-top:20px;border-color:var(--memory-line);background:var(--memory-paper);box-shadow:0 20px 55px rgba(57,44,26,.055)}
.memory-page .memory-brief{padding:clamp(34px,4.3vw,64px)}
.memory-page .memory-input-modes{margin:30px 0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.memory-page .memory-input-modes>span,.memory-page .memory-input-modes>button,.memory-page .memory-input-modes>label,.memory-page .memory-input-modes>.memory-voice-mode{width:auto;min-height:92px;padding:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:7px;border:1px solid var(--memory-line);border-radius:17px;background:#fff;color:var(--memory-ink);text-align:left}
.memory-page .memory-input-modes>span{border-color:#26211c;background:#26211c;color:#fff}
.memory-page .memory-story-field{padding:16px 18px 18px;gap:10px}
.memory-page .memory-story-field textarea{min-height:150px;padding:0;border:0;border-radius:0;outline:0;background:transparent;font-size:16px}
.memory-page .memory-brief-grid{margin-top:0;gap:10px}

@media(max-width:820px){
  .memory-page .memory-input-modes{grid-template-columns:1fr 1fr}
}

@media(max-width:600px){
  .memory-page .experience-hero h1{font-size:26px;line-height:.98;letter-spacing:-.055em}
  .memory-page .experience-hero h1 em{display:block;white-space:normal}
  .memory-page .memory-progress{width:calc(100% - 24px);margin-top:12px;padding:0;border-radius:0}
  .memory-page .memory-progress button{min-height:44px;font-size:9px}
  .memory-page .memory-studio{margin-top:12px}
  .memory-page .memory-brief{padding:27px 16px}
  .memory-page .memory-input-modes{margin:24px 0 14px;display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .memory-page .memory-input-modes>span,.memory-page .memory-input-modes>button,.memory-page .memory-input-modes>label,.memory-page .memory-input-modes>.memory-voice-mode{width:auto;min-height:96px;padding:13px;justify-content:space-between;font-size:10px}
  .memory-page .memory-story-field textarea{min-height:132px;font-size:14px}
}
.memory-page .memory-progress,
.memory-page .memory-studio,
.memory-page .memory-seo{width:min(1060px,calc(100% - 24px))}
.memory-page .memory-progress{grid-template-columns:repeat(4,1fr)}
.memory-page .memory-studio{overflow:visible}
.memory-page .memory-brief{border-radius:30px;background:var(--memory-paper)}
.memory-page .memory-brief-grid .angroos-date-picker{z-index:140}
.memory-page .memory-brief-grid .angroos-calendar-popover{position:fixed;top:50%;right:auto;bottom:auto;left:50%;z-index:160;transform:translate(-50%,-50%);box-shadow:0 24px 80px rgba(34,28,20,.2)}
.memory-page .memory-stage-actions{margin-top:22px;display:grid;grid-template-columns:.78fr 1.22fr;gap:8px}
.memory-page .memory-stage-actions .button{width:100%;min-width:0;padding-inline:14px}
.memory-page .memory-proposal>header{padding:30px 34px}
.memory-page .memory-proposal>header h2{font-size:clamp(30px,3.1vw,43px)}
.memory-page .memory-proposal-layout{grid-template-columns:minmax(0,60%) minmax(280px,40%)}
.memory-page .memory-proposal-editor{padding:24px}
.memory-page .memory-section-heading{margin:0 0 12px;display:flex;align-items:center;justify-content:space-between;gap:14px}
.memory-page .memory-section-heading>div{display:flex;align-items:center;gap:9px}
.memory-page .memory-section-heading>div>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#efe1c4;color:#8c6525;font:750 8px var(--sans)}
.memory-page .memory-section-heading h3{margin:0;font-size:17px;font-weight:620}
.memory-page .memory-section-heading>button{padding:0;border:0;background:none;color:#906c31;font:680 9px var(--sans)}
.memory-page .memory-section-heading>small{color:#817668;font-size:9px}
.memory-page .memory-product-list article{grid-template-columns:76px minmax(0,1fr) auto}
.memory-page .memory-product-list img{width:76px;height:76px}
.memory-page .memory-finish-grid{margin-top:28px;gap:28px}
.memory-page .memory-box-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.memory-page .memory-box-options button{position:relative;min-width:0;padding:7px;display:flex;flex-direction:column;gap:8px;border:1px solid #d7cbb9;border-radius:15px;background:#fffdf9;color:#2a251f;text-align:left}
.memory-page .memory-box-options button>img{width:100%;aspect-ratio:1.35;object-fit:cover;border-radius:10px}
.memory-page .memory-box-options button>span{display:flex;flex:1;flex-direction:column;gap:3px;padding:0 4px 5px}
.memory-page .memory-box-options strong{font:650 10px/1.2 var(--sans)}
.memory-page .memory-box-options small{overflow:hidden;color:#7d7367;font:450 8px/1.35 var(--sans);text-overflow:ellipsis;white-space:nowrap}
.memory-page .memory-box-options b{margin-top:auto;color:#9b702a;font:700 9px var(--sans)}
.memory-page .memory-box-options i{position:absolute;top:12px;right:12px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#875f1f;font:700 10px var(--sans);font-style:normal}
.memory-page .memory-box-options button.active{border-color:#a87928;background:#f2e6cf;box-shadow:inset 0 0 0 1px #a87928}
.memory-page .memory-card-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.memory-page .memory-card-options button{padding:7px 7px 11px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;border:1px solid #d7cbb9;border-radius:15px;background:#fff;color:#2b261f;text-align:left}
.memory-page .memory-card-preview{width:100%;aspect-ratio:1.45;display:grid;place-items:center;border-radius:10px;background:#ead7aa;color:#76531e;font:500 26px var(--serif)}
.memory-page .memory-card-preview.photo{background:linear-gradient(145deg,#d8dfd2,#f1e7d5);color:#425343}
.memory-page .memory-card-preview.none{background:#f1eee7;color:#a09789}
.memory-page .memory-card-options strong{margin-top:5px;font:650 10px var(--sans)}
.memory-page .memory-card-options small{color:#8b7e6d;font-size:8px}
.memory-page .memory-card-options button.active{border-color:#a87928;background:#f4ead7;box-shadow:inset 0 0 0 1px #a87928}
.memory-page .memory-order-summary{top:20px;padding:28px 26px;background:linear-gradient(165deg,#f3ead8 0%,#fbf8f1 58%)}
.memory-page .memory-order-summary>p{margin:0;color:#756b5e;font-size:10px;line-height:1.5}
.memory-page .memory-review{display:grid;grid-template-columns:60% 40%;min-height:610px}
.memory-page .memory-review-visual{position:relative;min-height:610px;overflow:hidden;border-radius:30px 0 0 30px;background:#211c17}
.memory-page .memory-review-visual>img{width:100%;height:100%;object-fit:cover;opacity:.78}
.memory-page .memory-review-visual>span{position:absolute;top:24px;left:24px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.9);color:#312a21;font:720 9px var(--sans)}
.memory-page .memory-review-visual>div{position:absolute;right:24px;bottom:24px;left:24px;padding:18px;border-radius:18px;background:rgba(29,24,19,.82);backdrop-filter:blur(12px);color:#fff}
.memory-page .memory-review-visual small,.memory-page .memory-review-visual strong{display:block}
.memory-page .memory-review-visual small{margin-bottom:6px;color:#ddc48f;font:700 8px var(--sans);letter-spacing:.08em;text-transform:uppercase}
.memory-page .memory-review-visual strong{max-height:70px;overflow:hidden;font:480 13px/1.55 var(--serif)}
.memory-page .memory-review-details{padding:clamp(28px,4vw,48px);display:flex;flex-direction:column;justify-content:center}
.memory-page .memory-review-details h2{margin:10px 0;font:520 clamp(31px,3.2vw,44px)/1.02 var(--sans);letter-spacing:-.045em}
.memory-page .memory-review-details>p{margin:0 0 20px;color:#71675b;font-size:12px;line-height:1.55}
.memory-page .memory-review-list{border-top:1px solid var(--memory-line)}
.memory-page .memory-review-list>div{padding:11px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--memory-line)}
.memory-page .memory-review-list span{color:#7b7165;font-size:9px}
.memory-page .memory-review-list strong{font-size:10px;text-align:right}
.memory-page .memory-review-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:7px}
.memory-page .memory-review-actions .button{width:100%;min-width:0;padding-inline:12px}
.memory-page .memory-seo{padding-top:70px}
.memory-page .memory-seo>header{grid-template-columns:.75fr 1.25fr}
.memory-page .memory-seo>header h2{font-size:clamp(34px,4.2vw,54px)}
.memory-page .memory-seo-grid h3{margin-top:30px}

@media(max-width:900px){
  .memory-page .memory-proposal-layout,.memory-page .memory-review{grid-template-columns:1fr}
  .memory-page .memory-order-summary{position:static}
  .memory-page .memory-review-visual{min-height:380px;border-radius:30px 30px 0 0}
  .memory-page .memory-review-details{padding:30px 24px}
}

@media(max-width:600px){
  .memory-page .memory-progress{overflow-x:auto;grid-template-columns:repeat(4,minmax(112px,1fr));scrollbar-width:none}
  .memory-page .memory-progress::-webkit-scrollbar{display:none}
  .memory-page .memory-progress button{padding-inline:8px;white-space:nowrap}
  .memory-page .memory-brief-grid{grid-template-columns:1fr 1fr}
  .memory-page .memory-brief-grid label:last-child{grid-column:1/-1}
  .memory-page .memory-brief-grid .angroos-calendar-popover{display:none!important}
  .memory-page .memory-stage-actions{grid-template-columns:1fr}
  .memory-page .memory-proposal>header{padding:24px 18px;align-items:flex-start}
  .memory-page .memory-proposal>header>div:last-child{min-width:92px}
  .memory-page .memory-proposal-editor{padding:18px 14px}
  .memory-page .memory-product-list article{grid-template-columns:66px minmax(0,1fr)}
  .memory-page .memory-product-list img{width:66px;height:72px}
  .memory-page .memory-item-actions{grid-column:1/-1;flex-direction:row;justify-content:flex-end}
  .memory-page .memory-box-options{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-page .memory-card-options{grid-template-columns:repeat(3,minmax(0,1fr))}
  .memory-page .memory-card-options button{min-width:0}
  .memory-page .memory-card-options strong{font-size:9px}
  .memory-page .memory-delivery{grid-template-columns:1fr 1fr}
  .memory-page .memory-delivery label{grid-column:1/-1}
  .memory-page .memory-review-visual{min-height:300px}
  .memory-page .memory-review-actions{grid-template-columns:1fr}
  .memory-page .memory-seo>header{grid-template-columns:1fr}
}
.memory-page .memory-studio{width:min(1280px,calc(100% - 24px))}
.memory-page .memory-start-layout{display:grid;grid-template-columns:minmax(0,60%) minmax(300px,40%);align-items:stretch}
.memory-page .memory-start-layout>.memory-brief{padding:clamp(26px,3vw,42px);border-right:1px solid var(--memory-line);border-radius:30px 0 0 30px}
.memory-page .memory-start-layout .memory-brief>header{max-width:600px}
.memory-page .memory-start-layout .memory-brief>header>.eyebrow{display:block;margin-bottom:7px}
.memory-page .memory-start-layout .memory-brief h2{max-width:560px;margin:0 0 7px;font-size:clamp(32px,3.1vw,42px);line-height:1.02;font-weight:520;letter-spacing:-.045em}
.memory-page .memory-start-layout .memory-brief header p{max-width:560px;margin:0;color:var(--memory-muted);font-size:13px;line-height:1.55}
.memory-page .memory-start-layout .memory-input-modes{margin:18px 0 12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.memory-page .memory-start-layout .memory-input-modes>span,
.memory-page .memory-start-layout .memory-input-modes>button,
.memory-page .memory-start-layout .memory-input-modes>label,
.memory-page .memory-start-layout .memory-input-modes>.memory-voice-mode{min-height:66px;padding:11px 13px;border-radius:14px;justify-content:center;gap:4px}
.memory-page .memory-start-layout .memory-input-modes b,
.memory-page .memory-start-layout .memory-input-modes>.memory-voice-mode .voice-input-control{font-size:11px}
.memory-page .memory-start-layout .memory-input-modes small{font-size:8px;line-height:1.35}
.memory-page .memory-start-layout .memory-story-compose{display:block;border-radius:16px;overflow:visible}
.memory-page .memory-start-layout .memory-story-field{padding:13px 15px 14px}
.memory-page .memory-start-layout .memory-story-field textarea{min-height:105px;font-size:14px;line-height:1.5}
.memory-page .memory-start-layout .memory-details-heading{margin:20px 0 10px}
.memory-page .memory-start-layout .memory-details-heading span{font-size:13px}
.memory-page .memory-start-layout .memory-details-heading small{font-size:9px}
.memory-page .memory-start-layout .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.memory-page .memory-start-layout .memory-brief-grid label:last-child{grid-column:auto}
.memory-page .memory-start-layout .memory-brief-grid input,
.memory-page .memory-start-layout .memory-brief-grid select{min-height:44px;font-size:12px}
.memory-page .memory-start-layout .memory-primary-action{margin-top:18px;gap:12px}
.memory-page .memory-start-layout .memory-primary-action small{max-width:260px;font-size:8px;line-height:1.45}
.memory-page .memory-start-layout .memory-primary-action .button{min-width:220px;min-height:44px}
.memory-page .memory-start-editorial{padding:clamp(30px,3.3vw,48px);display:flex;flex-direction:column;background:linear-gradient(150deg,#f2e8d5 0%,#faf7f0 62%,#efe5d4 100%);border-radius:0 30px 30px 0}
.memory-page .memory-start-editorial h2{max-width:420px;margin:14px 0 16px;color:var(--memory-ink);font:520 clamp(27px,2.65vw,36px)/1.04 var(--sans);letter-spacing:-.045em}
.memory-page .memory-start-editorial>p{max-width:430px;margin:0;color:var(--memory-muted);font:450 12px/1.68 var(--sans)}
.memory-page .memory-editorial-signals{margin:24px 0;display:flex;flex-wrap:wrap;gap:6px}
.memory-page .memory-editorial-signals span{padding:7px 10px;border:1px solid #d3c3a8;border-radius:999px;background:rgba(255,255,255,.55);color:#655a4b;font:600 8px var(--sans)}
.memory-page .memory-editorial-steps{border-top:1px solid #d6cab6}
.memory-page .memory-editorial-steps article{padding:13px 0;display:grid;grid-template-columns:28px 1fr;gap:10px;border-bottom:1px solid #d6cab6}
.memory-page .memory-editorial-steps b{color:var(--memory-gold);font:740 8px var(--sans)}
.memory-page .memory-editorial-steps strong,.memory-page .memory-editorial-steps small{display:block}
.memory-page .memory-editorial-steps strong{color:var(--memory-ink);font:640 11px var(--sans)}
.memory-page .memory-editorial-steps small{margin-top:3px;color:var(--memory-muted);font:450 9px/1.45 var(--sans)}
.memory-page .memory-editorial-privacy{margin-top:auto;padding:16px;border-radius:15px;background:#211d18;color:#fff}
.memory-page .memory-editorial-privacy strong{font:650 11px var(--sans)}
.memory-page .memory-editorial-privacy p{margin:6px 0 0;color:#d8cec0;font:450 9px/1.55 var(--sans)}
.memory-page .memory-seo-faq-only{margin-top:54px;padding-top:0;padding-bottom:76px}
.memory-page .memory-seo-faq-only .memory-faq{margin-top:0}

@media(max-width:900px){
  .memory-page .memory-start-layout{grid-template-columns:1fr}
  .memory-page .memory-start-layout>.memory-brief{border-right:0;border-bottom:1px solid var(--memory-line);border-radius:30px 30px 0 0}
  .memory-page .memory-start-editorial{border-radius:0 0 30px 30px}
  .memory-page .memory-editorial-privacy{margin-top:22px}
}

@media(max-width:600px){
  .memory-page .memory-studio{width:calc(100% - 12px)}
  .memory-page .memory-start-layout>.memory-brief{padding:24px 14px;border-radius:22px 22px 0 0}
  .memory-page .memory-start-layout .memory-brief h2{font-size:29px}
  .memory-page .memory-start-layout .memory-brief header p{font-size:12px}
  .memory-page .memory-start-layout .memory-input-modes{margin-top:18px;grid-template-columns:1fr 1fr}
  .memory-page .memory-start-layout .memory-input-modes>span,
  .memory-page .memory-start-layout .memory-input-modes>button,
  .memory-page .memory-start-layout .memory-input-modes>label,
  .memory-page .memory-start-layout .memory-input-modes>.memory-voice-mode{min-height:72px;padding:10px}
  .memory-page .memory-start-layout .memory-story-field textarea{min-height:112px}
  .memory-page .memory-start-layout .memory-details-heading{align-items:flex-start;flex-direction:column;gap:3px}
  .memory-page .memory-start-layout .memory-brief-grid{grid-template-columns:1fr 1fr}
  .memory-page .memory-start-layout .memory-primary-action{align-items:stretch;flex-direction:column-reverse}
  .memory-page .memory-start-layout .memory-primary-action .button{width:100%;min-width:0}
  .memory-page .memory-start-editorial{padding:27px 18px;border-radius:0 0 22px 22px}
  .memory-page .memory-start-editorial h2{font-size:27px}
  .memory-page .memory-seo-faq-only{width:calc(100% - 28px);margin-top:42px;padding-bottom:64px}
}
.memory-page .memory-start-layout .memory-input-modes{grid-template-columns:repeat(3,minmax(0,1fr))}
.memory-page .memory-start-layout .memory-story-field{position:relative;padding-bottom:30px}
.memory-page .memory-start-layout .memory-paste-note{
  position:absolute;right:15px;bottom:10px;color:#918879;font:450 6px/1.2 var(--sans);letter-spacing:.01em
}
.memory-page .memory-start-layout .memory-brief-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.memory-page .memory-start-layout .memory-brief-grid label{
  min-width:0;position:relative;gap:5px;color:#6d6458;font:640 7px/1.2 var(--sans)
}
.memory-page .memory-start-layout .memory-brief-grid input,
.memory-page .memory-start-layout .memory-brief-grid select,
.memory-page .memory-start-layout .memory-brief-grid .angroos-date-trigger{
  min-height:40px;padding-inline:10px;border-radius:11px;font-size:10px
}
.memory-page .memory-start-layout .memory-brief-grid .angroos-calendar-popover{
  position:absolute;top:calc(100% + 7px);right:0;bottom:auto;left:auto;z-index:180;transform:none;box-shadow:0 20px 58px rgba(34,28,20,.16)
}
.memory-page .memory-start-layout .memory-primary-action{justify-content:flex-end}
.memory-page .memory-start-editorial{justify-content:center}
.memory-page .memory-start-editorial h2{max-width:440px;font-size:clamp(32px,3.15vw,43px)}
.memory-page .memory-start-editorial>p{font-size:10px;line-height:1.7}
.memory-page .memory-editorial-note{
  margin:22px 0 12px;padding:15px 0;border-top:1px solid #d6cab6;border-bottom:1px solid #d6cab6;
  color:#5f564a;font:500 9px/1.55 var(--sans)
}
.memory-page .memory-editorial-steps{border-top:0}
.memory-page .memory-editorial-steps article{padding:11px 0;grid-template-columns:24px 1fr}
.memory-page .memory-editorial-steps strong{font-size:10px}
.memory-page .memory-editorial-steps small{font-size:8px}

.memory-page .memory-seo-editorial{width:min(1280px,calc(100% - 24px));margin-top:68px;padding:0 0 86px}
.memory-page .memory-seo-overview{
  display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);gap:clamp(42px,7vw,96px);align-items:end
}
.memory-page .memory-seo-copy{max-width:800px}
.memory-page .memory-seo-copy h2{
  max-width:700px;margin:14px 0 22px;color:var(--memory-ink);font:350 clamp(38px,4.2vw,61px)/1.02 var(--font-hero),Arial,sans-serif;letter-spacing:-.045em
}
.memory-page .memory-seo-copy p{max-width:770px;margin:0 0 13px;color:#67675f;font:450 13px/1.75 var(--sans)}
.memory-page .memory-seo-paths{display:grid;align-self:stretch;border-top:1px solid #d9cfb9}
.memory-page .memory-seo-paths-label{
  padding:14px 2px 11px;color:#8d7c58;font:750 7px var(--sans);letter-spacing:.13em;text-transform:uppercase
}
.memory-page .memory-seo-paths a{
  min-height:86px;padding:16px 2px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:13px;
  border:0;border-bottom:1px solid #d9cfb9;border-radius:0;background:transparent;color:var(--memory-ink);transition:padding .2s ease,color .2s ease
}
.memory-page .memory-seo-paths a:hover{padding-left:7px;color:#9b7229}
.memory-page .memory-seo-paths a>i{color:#a77e2d;font:650 8px var(--sans);font-style:normal}
.memory-page .memory-seo-paths a>span{min-width:0;display:flex;flex-direction:column-reverse;gap:5px}
.memory-page .memory-seo-paths a small{color:#756d61;font:450 9px/1.4 var(--sans)}
.memory-page .memory-seo-paths a strong{font:620 13px var(--sans)}
.memory-page .memory-seo-paths a svg{width:18px;color:#a77e2d}
.memory-page .memory-seo-editorial .memory-faq{
  margin-top:72px;padding-top:42px;display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(40px,7vw,100px);border-top:1px solid #d9cfb9
}
.memory-page .memory-faq-heading h2{
  max-width:310px;margin:14px 0 0;color:var(--memory-ink);font:350 clamp(32px,3vw,45px)/1.05 var(--font-hero),Arial,sans-serif;letter-spacing:-.045em
}
.memory-page .memory-faq-list{border-top:1px solid #d9cfb9}
.memory-page .memory-faq-list details{padding:0;border-bottom:1px solid #d9cfb9}
.memory-page .memory-faq-list summary{
  min-height:62px;padding:15px 2px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#2b2a25;font:650 12px var(--sans);cursor:pointer;list-style:none
}
.memory-page .memory-faq-list summary::after{display:none}
.memory-page .memory-faq-list summary span{color:#a77e2d;font-size:19px;font-weight:350;transition:transform .2s ease}
.memory-page .memory-faq-list details[open] summary span{transform:rotate(45deg)}
.memory-page .memory-faq-list p{margin:-3px 36px 18px 2px;color:#6f6d64;font:450 11px/1.7 var(--sans)}

@media(max-width:900px){
  .memory-page .memory-start-layout .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-page .memory-seo-overview{grid-template-columns:1fr;gap:30px}
  .memory-page .memory-seo-editorial .memory-faq{grid-template-columns:1fr;gap:18px}
  .memory-page .memory-faq-heading h2{max-width:none}
}

@media(max-width:600px){
  .memory-page .memory-start-layout .memory-input-modes{grid-template-columns:repeat(3,minmax(0,1fr))}
  .memory-page .memory-start-layout .memory-input-modes>span,
  .memory-page .memory-start-layout .memory-input-modes>label,
  .memory-page .memory-start-layout .memory-input-modes>.memory-voice-mode{min-height:68px;padding:9px}
  .memory-page .memory-start-layout .memory-input-modes b,
  .memory-page .memory-start-layout .memory-input-modes>.memory-voice-mode .voice-input-control{font-size:9px}
  .memory-page .memory-start-layout .memory-input-modes small{font-size:7px}
  .memory-page .memory-start-layout .memory-brief-grid{grid-template-columns:1fr 1fr}
  .memory-page .memory-start-layout .memory-brief-grid label:last-child{grid-column:auto}
  .memory-page .memory-start-editorial h2{font-size:30px}
  .memory-page .memory-seo-editorial{width:calc(100% - 26px);margin-top:48px;padding-bottom:64px}
  .memory-page .memory-seo-copy h2{font-size:36px}
  .memory-page .memory-seo-copy p{font-size:11px}
  .memory-page .memory-seo-editorial .memory-faq{margin-top:50px;padding-top:30px}
  .memory-page .memory-faq-heading h2{font-size:32px}
  .memory-page .memory-faq-list summary{min-height:58px;font-size:11px}
  .memory-page .memory-faq-list p{font-size:10px}
}
.memory-page .memory-intro-strip{margin-top:14px;padding:6px;gap:5px;border-radius:24px;background:#f8f3e9}
.memory-page .memory-intro-strip article{min-height:70px;padding:13px 17px;grid-template-columns:28px 1fr;align-items:center;border:0!important;border-radius:18px;background:rgba(255,255,255,.56)}
.memory-page .memory-intro-strip article>span{padding:0;font-size:8px}.memory-page .memory-intro-strip strong{font-size:11px;font-weight:620}.memory-page .memory-intro-strip small{margin-top:4px;font-size:8px;line-height:1.35}
.memory-page .memory-progress{grid-template-columns:repeat(3,1fr)}
.memory-page .memory-start-editorial{justify-content:flex-start}.memory-page .memory-start-editorial h2{max-width:390px;margin-bottom:12px;font-size:clamp(29px,2.7vw,38px);line-height:1.02}.memory-page .memory-brief-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.memory-page .memory-interpretation{min-height:0;grid-template-columns:56% 44%;background:#fbf8f1}.memory-page .memory-interpretation-copy,.memory-page .memory-interpretation aside{padding:clamp(30px,3.5vw,48px)}
.memory-page .memory-interpretation-title{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;align-items:start}.memory-page .memory-interpretation-title .oo-ai-mark{margin:0}.memory-page .memory-interpretation h2{margin:8px 0 9px;font-size:clamp(31px,3vw,43px)}.memory-page .memory-interpretation-title p{margin:0;color:#6c6459;font-size:12px;line-height:1.6}
.memory-page .memory-signal-grid{margin-top:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.memory-page .memory-signal-grid span{min-height:62px;padding:12px 13px;border-radius:13px;background:rgba(255,255,255,.68)}.memory-page .memory-signal-grid small{font-size:7px}.memory-page .memory-signal-grid strong{font-size:11px;font-weight:610}
.memory-page .memory-visual-direction{min-height:100%;justify-content:space-between;background:linear-gradient(145deg,#efe5d3,#e5d7c0)!important}.memory-page .memory-visual-direction>div:first-child>strong{display:block;margin:16px 0 8px;font:520 clamp(27px,2.8vw,39px)/1.04 var(--serif)}.memory-page .memory-visual-direction>div:first-child>p{margin:0;font-size:11px;line-height:1.55}.memory-page .memory-visual-direction blockquote{margin:28px 0;padding:17px 20px;border:1px solid rgba(142,108,54,.25);border-left:3px solid #aa7d2f;border-radius:0 15px 15px 0;background:rgba(255,255,255,.4);font-size:12px}.memory-page .memory-visual-direction blockquote small{display:block;margin-bottom:7px;color:#9a742f;font:720 7px var(--sans);letter-spacing:.1em;text-transform:uppercase}.memory-page .memory-stage-actions{display:grid;grid-template-columns:.65fr 1.35fr;gap:7px}.memory-page .memory-stage-actions .button{min-width:0;min-height:46px;padding-inline:13px;font-size:10px}
.memory-page .memory-proposal-layout{grid-template-columns:minmax(0,60%) minmax(300px,40%)}.memory-page .memory-proposal-editor{padding:24px}.memory-page .memory-view-all{width:100%;min-height:40px;margin-top:8px;border:1px solid #d3c6b3;border-radius:999px;background:transparent;color:#765b2b;font:700 9px var(--sans)}
.memory-page .memory-box-options,.memory-page .memory-card-options{display:flex;gap:8px;overflow-x:auto;padding:2px 1px 9px;scroll-snap-type:x proximity;scrollbar-width:thin}.memory-page .memory-box-options button{flex:0 0 30%;min-width:145px}.memory-page .memory-card-options button{flex:0 0 28%;min-width:132px}
.memory-page .memory-touch-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.memory-page .memory-touch-cards button{min-height:76px}.memory-page .memory-touch-cards strong{font-size:11px}.memory-page .memory-message-editor{grid-template-columns:1fr;background:#f6efe3}.memory-page .memory-message-copy textarea{min-height:96px}.memory-page .memory-passport-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.memory-page .memory-passport-fields .memory-check{grid-column:1/-1}
.memory-page .memory-order-summary{top:82px;padding:30px;background:linear-gradient(155deg,#f4ead7,#fbf8f1 70%)}.memory-page .memory-order-summary h3{margin:12px 0 8px;font:520 clamp(27px,2.6vw,37px)/1.03 var(--serif)}.memory-page .memory-order-summary>p{font-size:10px;line-height:1.55}.memory-page .memory-order-summary dl{margin-top:24px;border-top:1px solid #d7c9b4}.memory-page .memory-total{padding:15px;border-radius:15px;background:#fffaf1}
.memory-page .memory-hamper-review{grid-template-columns:54% 46%;min-height:590px;background:#f8f3e9}.memory-page .memory-hamper-review .memory-review-visual{min-height:590px;margin:18px;border-radius:24px}.memory-page .memory-hamper-review .memory-review-details{padding:clamp(28px,3.2vw,44px)}.memory-page .memory-hamper-review .memory-review-list>div{display:grid;grid-template-columns:110px minmax(0,1fr) auto}.memory-page .memory-hamper-review .memory-review-list button{border:0;background:transparent;color:#9a7027;font:700 9px var(--sans)}
@media(max-width:900px){.memory-page .memory-interpretation,.memory-page .memory-proposal-layout,.memory-page .memory-hamper-review{grid-template-columns:1fr}.memory-page .memory-order-summary{position:static}.memory-page .memory-hamper-review .memory-review-visual{min-height:390px}}
@media(max-width:600px){.memory-page .memory-intro-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:4px}.memory-page .memory-intro-strip article{min-height:74px;padding:9px 7px;display:block;text-align:center}.memory-page .memory-intro-strip article>span{display:block;margin-bottom:5px}.memory-page .memory-intro-strip strong{font-size:9px}.memory-page .memory-intro-strip small{font-size:6px}.memory-page .memory-progress{grid-template-columns:repeat(3,minmax(100px,1fr))}.memory-page .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.memory-page .memory-interpretation-copy,.memory-page .memory-interpretation aside{padding:25px 16px}.memory-page .memory-interpretation-title{grid-template-columns:42px minmax(0,1fr);gap:11px}.memory-page .memory-stage-actions{grid-template-columns:1fr}.memory-page .memory-box-options button{flex-basis:46%}.memory-page .memory-card-options button{flex-basis:43%}.memory-page .memory-touch-cards{display:flex;overflow-x:auto}.memory-page .memory-touch-cards button{flex:0 0 72%;min-width:190px}.memory-page .memory-passport-fields{grid-template-columns:1fr}.memory-page .memory-hamper-review .memory-review-visual{min-height:300px;margin:10px}.memory-page .memory-hamper-review .memory-review-details{padding:25px 16px}.memory-page .memory-hamper-review .memory-review-list>div{grid-template-columns:82px minmax(0,1fr) auto;gap:8px}}
.memory-page .memory-proposal,
.memory-page .memory-proposal-layout,
.memory-page .memory-proposal-editor,
.memory-page .memory-order-summary,
.memory-page .memory-finish-grid,
.memory-page .memory-finish-grid>div{min-width:0;max-width:100%;box-sizing:border-box}
.memory-page .memory-proposal{overflow:hidden}
.memory-page .memory-proposal-layout{grid-template-columns:minmax(0,3fr) minmax(300px,2fr);overflow:hidden}
.memory-page .memory-proposal-editor{overflow:hidden}
.memory-page .memory-product-list article{min-width:0}
.memory-page .memory-product-list img{width:76px;height:76px}
.memory-page .memory-product-list article>div:nth-child(2)>strong{
  display:-webkit-box;margin:4px 0 2px;overflow:hidden;font-size:13px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2
}
.memory-page .memory-product-list article>div:nth-child(2)>small{font-size:9px;line-height:1.35}
.memory-page .memory-item-actions{gap:2px}
.memory-page .memory-item-actions>div button,
.memory-page .memory-item-actions>div span{width:26px;height:26px;font-size:9px}
.memory-page .memory-item-actions>button{font-size:8px;font-weight:650;line-height:1.2}
.memory-page .memory-box-options,
.memory-page .memory-card-options{
  width:100%;max-width:100%;display:flex;gap:8px;padding:2px 1px 8px;overflow-x:auto;overflow-y:hidden;
  overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;box-sizing:border-box
}
.memory-page .memory-box-options button{
  flex:0 0 176px;width:176px;min-width:176px;max-width:176px;height:166px;min-height:166px;padding:6px;gap:0;
  overflow:hidden;border:1px solid #d9cebd;border-radius:13px;background:#fffdf9;scroll-snap-align:start;box-sizing:border-box
}
.memory-page .memory-box-options button.selected{border-color:#b88b37;background:#fffdf9;box-shadow:inset 0 0 0 1px #b88b37}
.memory-page .memory-box-options .packing-image{width:100%;height:104px;min-height:104px;position:relative;display:block;overflow:hidden;border-radius:9px}
.memory-page .memory-box-options .packing-image>img{width:100%;height:100%;display:block;object-fit:cover}
.memory-page .memory-box-options .packing-check{width:21px;height:21px;position:absolute;top:7px;right:7px;display:grid;place-items:center;border-radius:50%;background:#24211c;color:#fff;font-size:8px}
.memory-page .memory-box-options .packing-copy{min-width:0;flex:1;padding:8px 4px 2px;display:flex;flex-direction:column}
.memory-page .memory-box-options .packing-copy strong{margin:0;overflow:hidden;font-size:8px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.memory-page .memory-box-options .packing-copy small{display:none}
.memory-page .memory-box-options .packing-copy b{margin-top:auto;color:#966e29;font-size:7px;font-weight:800}
.memory-page .memory-card-options button{
  flex:0 0 150px;width:150px;min-width:150px;max-width:150px;height:166px;min-height:166px;padding:6px;position:relative;
  overflow:hidden;border:1px solid #d9cebd;border-radius:13px;background:#fffdf9;scroll-snap-align:start;box-sizing:border-box
}
.memory-page .memory-card-options button.selected{border-color:#b88b37;background:#fffdf9;box-shadow:inset 0 0 0 1px #b88b37}
.memory-page .memory-card-preview{width:100%;height:104px;min-height:104px;aspect-ratio:auto;border-radius:9px}
.memory-page .memory-card-preview i{font-size:23px;font-style:normal}
.memory-page .memory-card-preview small{font-size:6px;letter-spacing:.12em}
.memory-page .memory-card-options button>strong{margin:0;padding:8px 4px 0;overflow:hidden;font-size:8px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.memory-page .memory-card-options button>em{margin-top:auto;padding:3px 4px 1px;color:#966e29;font-size:7px;font-style:normal;font-weight:800}
.memory-page .memory-card-options button>b{width:21px;height:21px;position:absolute;top:11px;right:11px;display:grid;place-items:center;border-radius:50%;background:#24211c;color:#fff;font-size:8px}
.memory-page .memory-touch-cards{
  width:100%;max-width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible
}
.memory-page .memory-touch-cards button{width:100%;min-width:0;min-height:68px;padding:11px 12px}
.memory-page .memory-touch-cards strong{font-size:10px}
.memory-page .memory-touch-cards small{font-size:8px}
.memory-page .memory-order-summary h3{font-size:clamp(24px,2.25vw,32px)}

@media(max-width:900px){
  .memory-page .memory-proposal-layout{grid-template-columns:1fr;overflow:visible}
  .memory-page .memory-proposal-editor{overflow:hidden}
  .memory-page .memory-order-summary{position:static}
}

@media(max-width:600px){
  .memory-page .memory-product-list img{width:68px;height:72px}
  .memory-page .memory-box-options button{flex-basis:142px;width:142px;min-width:142px;max-width:142px;height:151px;min-height:151px}
  .memory-page .memory-box-options .packing-image{height:92px;min-height:92px}
  .memory-page .memory-card-options button{flex-basis:132px;width:132px;min-width:132px;max-width:132px;height:151px;min-height:151px}
  .memory-page .memory-card-preview{height:92px;min-height:92px}
  .memory-page .memory-touch-cards{display:grid;grid-template-columns:1fr;overflow:visible}
  .memory-page .memory-touch-cards button{width:100%;min-width:0;min-height:62px}
}
.memory-page .memory-section-heading{margin-bottom:13px}
.memory-page .memory-section-heading>div{gap:10px}
.memory-page .memory-section-heading>div>span{
  width:29px;height:20px;border:1px solid #cdb889;border-radius:999px;background:transparent;color:#8a6425;
  font:760 7px/1 var(--sans);letter-spacing:.08em
}
.memory-page .memory-section-heading h3{font-size:16px;font-weight:620;letter-spacing:-.025em}
.memory-page .memory-section-heading>small,.memory-page .memory-section-heading>button{font-size:8px}
.memory-page .memory-box-options button{
  flex:0 0 128px;width:128px;min-width:128px;max-width:128px;height:178px;min-height:178px;padding:6px;border-radius:15px
}
.memory-page .memory-box-options .packing-image{
  width:112px;height:112px;min-height:112px;margin:0 auto;border-radius:10px;background:#f3eee5
}
.memory-page .memory-box-options .packing-copy{padding:8px 3px 2px}
.memory-page .memory-box-options .packing-copy strong{font-size:8px}
.memory-page .memory-box-options .packing-copy b{font-size:7px}
.memory-page .memory-card-options button{
  flex:0 0 120px;width:120px;min-width:120px;max-width:120px;height:174px;min-height:174px;padding:6px;border-radius:15px
}
.memory-page .memory-card-preview{
  width:108px;height:108px;min-height:108px;aspect-ratio:1/1;margin:0 auto;border-radius:10px
}
.memory-page .memory-card-options button>strong{padding-top:7px;font-size:8px}
.memory-page .memory-card-options button>em{font-size:7px}
.memory-page .memory-upload-mini{margin-top:8px;border-radius:13px;font-size:9px}
.memory-page .memory-touch-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.memory-page .memory-touch-cards button{
  min-height:64px;padding:9px;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;
  border:1px solid #d7cbb9!important;border-radius:14px!important;background:#fffdf9!important;color:#28231e;text-align:left;box-shadow:none!important
}
.memory-page .memory-touch-cards button.active{border-color:#b18434!important;background:#fbf3e3!important;box-shadow:inset 0 0 0 1px #b18434!important}
.memory-page .memory-touch-icon{
  width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#211d18;color:#d9b664;
  font:500 14px/1 var(--serif)
}
.memory-page .memory-touch-copy{min-width:0;display:block}
.memory-page .memory-touch-cards .memory-touch-copy strong{display:block;margin:0;font-size:9px;line-height:1.2}
.memory-page .memory-touch-cards .memory-touch-copy small{display:block;margin-top:3px;color:#817568;font-size:7px;line-height:1.3}
.memory-page .memory-touch-cards button>i{
  width:18px;height:18px;display:grid;place-items:center;border:1px solid #d3c7b5;border-radius:50%;color:#fff;
  font:750 7px/1 var(--sans);font-style:normal
}
.memory-page .memory-touch-cards button.active>i{border-color:#231f1a;background:#231f1a}

@media(max-width:600px){
  .memory-page .memory-section-heading{align-items:flex-start}
  .memory-page .memory-section-heading h3{font-size:15px}
  .memory-page .memory-section-heading>small{padding-top:3px;text-align:right}
  .memory-page .memory-box-options button{flex-basis:116px;width:116px;min-width:116px;max-width:116px;height:164px;min-height:164px}
  .memory-page .memory-box-options .packing-image{width:100px;height:100px;min-height:100px}
  .memory-page .memory-card-options button{flex-basis:112px;width:112px;min-width:112px;max-width:112px;height:164px;min-height:164px}
  .memory-page .memory-card-preview{width:100px;height:100px;min-height:100px}
  .memory-page .memory-touch-cards{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory}
  .memory-page .memory-touch-cards button{flex:0 0 196px;width:196px;min-width:196px;min-height:62px;scroll-snap-align:start}
}
.memory-page .memory-proposal{overflow:visible!important}
.memory-page .memory-proposal-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,350px)!important;
  gap:18px!important;
  align-items:start!important;
  padding:18px!important;
  overflow:visible!important;
  background:#f5f0e7!important;
}
.memory-page .memory-proposal-editor-v2{
  min-width:0!important;
  padding:22px!important;
  overflow:hidden!important;
  border:1px solid #ddd1bf!important;
  border-radius:22px!important;
  background:#fffdf9!important;
  box-shadow:0 15px 42px rgba(56,43,25,.045)!important;
}
.memory-page .memory-proposal-editor-v2 .memory-finish-grid{display:grid;gap:28px}
.memory-page .memory-proposal-editor-v2 .memory-editor-section{min-width:0}
.memory-page .memory-proposal-editor-v2 .memory-editor-section+.memory-editor-section{
  padding-top:26px;
  border-top:1px solid #e4dacb;
}
.memory-page .memory-proposal-editor-v2 .memory-section-heading{min-height:32px;margin:0 0 14px;align-items:center}
.memory-page .memory-proposal-editor-v2 .memory-section-heading>div{display:flex;align-items:center;gap:10px}
.memory-page .memory-proposal-editor-v2 .memory-step-chip{
  width:30px!important;height:22px!important;display:grid!important;place-items:center!important;flex:0 0 30px!important;
  border:1px solid #c9aa6c!important;border-radius:999px!important;background:#251f19!important;color:#f5d98f!important;
  font:750 8px/1 var(--sans)!important;letter-spacing:.08em!important
}
.memory-page .memory-proposal-editor-v2 .memory-section-heading h3{font:650 18px/1.15 var(--sans)!important;letter-spacing:-.025em!important}
.memory-page .memory-proposal-editor-v2 .memory-section-heading>small,
.memory-page .memory-proposal-editor-v2 .memory-section-heading>button{color:#887b6b;font:600 9px/1.25 var(--sans)!important}
.memory-page .memory-proposal-editor-v2 .memory-product-list{display:grid;gap:9px}
.memory-page .memory-proposal-editor-v2 .memory-product-list article{
  min-height:112px;padding:10px;grid-template-columns:82px minmax(0,1fr) 105px;gap:12px;
  border:1px solid #ddd1bf;border-radius:16px;background:#fff
}
.memory-page .memory-proposal-editor-v2 .memory-product-list img{width:82px;height:90px;border-radius:12px}
.memory-page .memory-proposal-editor-v2 .memory-product-list article>div:nth-child(2)>strong{font-size:12px;line-height:1.25}
.memory-page .memory-proposal-editor-v2 .memory-product-list article>div:nth-child(2)>small{font-size:8px;line-height:1.4}
.memory-page .memory-proposal-editor-v2 .memory-item-actions>button{font-size:9px}
.memory-page .memory-proposal-editor-v2 .memory-box-options,
.memory-page .memory-proposal-editor-v2 .memory-card-options{
  width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;padding:0!important;overflow:visible!important;scroll-snap-type:none!important
}
.memory-page .memory-proposal-editor-v2 .memory-box-options button,
.memory-page .memory-proposal-editor-v2 .memory-card-options button{
  width:auto!important;min-width:0!important;max-width:none!important;flex:none!important;height:auto!important;min-height:0!important;
  margin:0!important;padding:6px!important;border:1px solid #d8cdbd!important;border-radius:14px!important;background:#fff!important;
  box-shadow:none!important;overflow:hidden!important;transition:border-color .18s ease,background .18s ease,transform .18s ease!important
}
.memory-page .memory-proposal-editor-v2 .memory-box-options button:hover,
.memory-page .memory-proposal-editor-v2 .memory-card-options button:hover{transform:translateY(-1px)!important;border-color:#b99555!important}
.memory-page .memory-proposal-editor-v2 .memory-box-options button.selected,
.memory-page .memory-proposal-editor-v2 .memory-card-options button.selected{
  border-color:#a87725!important;background:#fbf2df!important;box-shadow:inset 0 0 0 1px #a87725!important
}
.memory-page .memory-proposal-editor-v2 .memory-box-options .packing-image,
.memory-page .memory-proposal-editor-v2 .memory-card-preview{
  width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important;margin:0!important;border-radius:10px!important;flex:none!important
}
.memory-page .memory-proposal-editor-v2 .memory-box-options .packing-copy{min-height:56px;padding:8px 3px 2px!important;flex:none!important}
.memory-page .memory-proposal-editor-v2 .memory-box-options .packing-copy strong,
.memory-page .memory-proposal-editor-v2 .memory-card-options button>strong{
  display:block!important;margin:0!important;padding:7px 3px 0!important;color:#2b261f!important;
  font:650 8px/1.25 var(--sans)!important;letter-spacing:-.01em!important;white-space:normal!important;
  overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important
}
.memory-page .memory-proposal-editor-v2 .memory-box-options .packing-copy small{display:none!important}
.memory-page .memory-proposal-editor-v2 .memory-box-options .packing-copy b,
.memory-page .memory-proposal-editor-v2 .memory-card-options button>em{
  margin-top:auto!important;padding:4px 3px 1px!important;color:#966e29!important;font:750 7px/1 var(--sans)!important;font-style:normal!important
}
.memory-page .memory-proposal-editor-v2 .memory-card-options button{position:relative!important;display:flex!important;align-items:stretch!important;flex-direction:column!important;text-align:left!important}
.memory-page .memory-proposal-editor-v2 .memory-card-options button>b,
.memory-page .memory-proposal-editor-v2 .packing-check{
  width:20px!important;height:20px!important;position:absolute!important;top:10px!important;right:10px!important;z-index:2!important;
  display:grid!important;place-items:center!important;border-radius:50%!important;background:#24211c!important;color:#fff!important;font-size:8px!important
}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-0{background:linear-gradient(145deg,#efe0b2,#f9f3df)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-1{background:linear-gradient(145deg,#ead8ce,#faf3ed)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-2{background:linear-gradient(145deg,#dfe8df,#f7f8f2)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-3{background:linear-gradient(145deg,#e5e0cd,#faf8ef)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-4{background:linear-gradient(145deg,#eedede,#fbf3f1)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-5{background:linear-gradient(145deg,#dce7eb,#f5f9fa)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-6{background:linear-gradient(145deg,#e8dfec,#faf5fc)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-7{background:linear-gradient(145deg,#e2e6d8,#f7f9f3)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-8{background:linear-gradient(145deg,#f0d9ad,#fff6df)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-9{background:linear-gradient(145deg,#d8e7dc,#f3faf4)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-10{background:linear-gradient(145deg,#ddd6cc,#f8f5f0)}
.memory-page .memory-proposal-editor-v2 .memory-card-preview.card-occasion-11{background:linear-gradient(145deg,#dfe3d8,#f6f8f3)}
.memory-page .memory-touch-options-v2{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.memory-page .memory-touch-option-v2{
  width:100%!important;min-width:0!important;min-height:72px!important;padding:10px!important;display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 20px!important;align-items:center!important;gap:10px!important;
  border:1px solid #d8cdbd!important;border-radius:14px!important;background:#fff!important;color:#2b261f!important;text-align:left!important;box-shadow:none!important
}
.memory-page .memory-touch-option-v2.active{border-color:#a87725!important;background:#fbf2df!important;box-shadow:inset 0 0 0 1px #a87725!important}
.memory-page .memory-touch-option-v2 .memory-touch-copy strong{display:block;font:650 10px/1.2 var(--sans)!important}
.memory-page .memory-touch-option-v2 .memory-touch-copy small{display:block;margin-top:3px;color:#7d7165;font:500 7px/1.3 var(--sans)!important}
.memory-page .memory-touch-option-v2>i{width:20px;height:20px;display:grid;place-items:center;border:1px solid #d1c5b5;border-radius:50%;font:700 9px/1 var(--sans);font-style:normal}
.memory-page .memory-touch-option-v2.active>i{border-color:#241f19;background:#241f19;color:#fff}
.memory-page .memory-order-summary-v2{
  position:sticky!important;top:82px!important;align-self:start!important;height:auto!important;min-height:0!important;margin:0!important;padding:25px!important;
  border:1px solid #d9ccb9!important;border-radius:22px!important;background:linear-gradient(155deg,#eee1c8 0%,#fbf8f1 62%)!important;
  box-shadow:0 18px 45px rgba(57,42,23,.07)!important;overflow:hidden!important
}
.memory-page .memory-order-summary-v2 h3{margin:12px 0 8px!important;font:520 28px/1.03 var(--serif)!important;letter-spacing:-.025em!important}
.memory-page .memory-order-summary-v2 dl{margin:20px 0 0!important}
.memory-page .memory-order-summary-v2 dl>div{padding:11px 0!important}
.memory-page .memory-order-summary-v2 .memory-total{margin-top:14px!important;padding:14px!important;border-radius:14px!important;background:rgba(255,255,255,.72)!important}
.memory-page .memory-order-summary-v2 .button{width:100%!important;min-height:46px!important;margin-top:14px!important}

@media(max-width:1100px){
  .memory-page .memory-proposal-layout{grid-template-columns:minmax(0,1fr) 300px!important}
  .memory-page .memory-proposal-editor-v2 .memory-box-options,
  .memory-page .memory-proposal-editor-v2 .memory-card-options{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:900px){
  .memory-page .memory-proposal-layout{grid-template-columns:1fr!important;padding:12px!important}
  .memory-page .memory-order-summary-v2{position:static!important;width:100%!important}
  .memory-page .memory-proposal-editor-v2 .memory-box-options{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .memory-page .memory-proposal-editor-v2 .memory-card-options{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:600px){
  .memory-page .memory-proposal-layout{gap:10px!important;padding:7px!important}
  .memory-page .memory-proposal-editor-v2{padding:14px!important;border-radius:18px!important}
  .memory-page .memory-proposal-editor-v2 .memory-finish-grid{gap:22px!important}
  .memory-page .memory-proposal-editor-v2 .memory-editor-section+.memory-editor-section{padding-top:20px!important}
  .memory-page .memory-proposal-editor-v2 .memory-section-heading{align-items:flex-start!important}
  .memory-page .memory-proposal-editor-v2 .memory-section-heading h3{font-size:15px!important}
  .memory-page .memory-proposal-editor-v2 .memory-section-heading>small{max-width:95px;text-align:right}
  .memory-page .memory-proposal-editor-v2 .memory-product-list article{min-height:0;padding:9px;grid-template-columns:64px minmax(0,1fr);gap:9px}
  .memory-page .memory-proposal-editor-v2 .memory-product-list img{width:64px;height:70px}
  .memory-page .memory-proposal-editor-v2 .memory-item-actions{grid-column:1/-1;display:grid;grid-template-columns:1fr auto auto;align-items:center}
  .memory-page .memory-proposal-editor-v2 .memory-box-options{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .memory-page .memory-proposal-editor-v2 .memory-card-options{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .memory-page .memory-touch-options-v2{grid-template-columns:1fr!important}
  .memory-page .memory-touch-option-v2{min-height:64px!important}
  .memory-page .memory-order-summary-v2{padding:20px!important;border-radius:18px!important}
.memory-page .memory-order-summary-v2 h3{font-size:25px!important}
}
.memory-v2-shell{
  --memory-v2-ink:#1e1a16;
  --memory-v2-muted:#746b60;
  --memory-v2-line:#ddd2c1;
  --memory-v2-gold:#a87c2d;
  --memory-v2-paper:#fbf8f2;
  background:linear-gradient(180deg,#f7f3eb 0%,#fbf8f2 44%,#f3ede2 100%);
}
.memory-v2-shell .memory-page{padding-bottom:0;background:transparent}
.memory-v2-shell .memory-page .experience-hero{
  border-color:#d8cbb7;background:linear-gradient(135deg,#f6eee0,#fdfbf6 58%);
  box-shadow:0 22px 64px rgba(56,42,23,.07)
}
.memory-v2-shell .memory-page .experience-hero h1{max-width:660px;letter-spacing:-.055em}
.memory-v2-shell .memory-page .experience-hero p{max-width:570px;color:#6f665b}
.memory-v2-shell .memory-page .experience-hero.memory-hero-full-bleed {
  position: relative;
  isolation: isolate;
  width: min(1280px,calc(100% - 24px));
  height: 392px;
  min-height: 392px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: #f3ecdd;
}
.memory-v2-shell .memory-page .experience-hero.memory-hero-full-bleed::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg,rgba(249,246,238,.82) 0%,rgba(249,246,238,.64) 32%,rgba(249,246,238,.2) 52%,rgba(249,246,238,0) 68%);
  pointer-events: none;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-copy {
  position: relative;
  z-index: 2;
  width: 45%;
  min-height: 392px;
  padding: 30px 48px;
  grid-column: 1;
  grid-row: 1;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(5%) scale(1.05);
  transform-origin: right center;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed h1 {
  max-width: 650px;
  margin: 5px 0 8px;
  font-size: 40px;
  font-weight: 480;
  line-height: .94;
  letter-spacing: -.065em;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed p {
  max-width: 570px;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions {
  margin-top: 12px;
  gap: 8px;
}
.memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions .button {
  min-height: 40px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 650;
}
@media (max-width: 720px) {
  .memory-v2-shell .memory-page .experience-hero.memory-hero-full-bleed {
    width: calc(100% - 12px);
    height: auto;
    min-height: 0;
    margin-top: 8px;
    aspect-ratio: 750 / 612;
    border-radius: 22px;
  }
  .memory-v2-shell .memory-page .experience-hero.memory-hero-full-bleed::after {
    background: linear-gradient(90deg,rgba(249,246,238,.95) 0%,rgba(249,246,238,.95) 30%,rgba(249,246,238,.25) 40%,rgba(249,246,238,0) 50%);
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-copy {
    width: 68%;
    height: 100%;
    min-height: 100%;
    padding: 18px;
    justify-content: center;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-image {
    height: 100%;
    min-height: 100%;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-image img {
    object-position: calc(40% + 4.54545vw) center;
    transform: translateX(10%) scale(1.1);
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed h1 {
    min-height: 0;
    margin: 5px 0 8px;
    font-size: clamp(22px,6.2vw,25px);
    line-height: .94;
    white-space: normal;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed h1 em {
    max-width: 185px;
    display: block;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed p {
    max-width: 202px;
    font-size: 7.5px;
    line-height: 1.4;
    text-wrap: balance;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions {
    min-height: 32px;
    margin-top: 5px;
    gap: 5px;
  }
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions .button {
    width: auto;
    min-width: 0;
    min-height: 34px;
    padding-inline: 14px;
    font-size: 9px;
  }
}
.memory-v2-shell .memory-intro-strip{
  max-width:1280px;margin:18px auto 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  overflow:hidden;border:1px solid var(--memory-v2-line);border-radius:24px;background:rgba(255,253,249,.82);
  box-shadow:0 18px 50px rgba(53,40,23,.045);backdrop-filter:blur(16px)
}
.memory-v2-shell .memory-intro-strip article{
  min-height:92px;padding:21px 25px;display:grid;grid-template-columns:32px minmax(0,1fr);gap:13px;align-items:center;
  border:0;border-right:1px solid var(--memory-v2-line);border-radius:0;background:transparent
}
.memory-v2-shell .memory-intro-strip article:last-child{border-right:0}
.memory-v2-shell .memory-intro-strip article>span{
  width:30px;height:30px;display:grid;place-items:center;border:1px solid #caaa6e;border-radius:50%;
  color:#936a24;font:720 9px/1 var(--sans)
}
.memory-v2-shell .memory-intro-strip strong{color:var(--memory-v2-ink);font:650 13px/1.2 var(--sans)}
.memory-v2-shell .memory-intro-strip small{color:var(--memory-v2-muted);font:450 10px/1.45 var(--sans)}
.memory-v2-shell .memory-progress{
  max-width:1280px;margin:14px auto 0;padding:6px;gap:6px;border:1px solid var(--memory-v2-line);border-radius:999px;
  background:rgba(255,253,249,.78);box-shadow:none
}
.memory-v2-shell .memory-progress button{
  min-height:44px;border:0!important;border-radius:999px!important;background:transparent!important;color:#83796b!important;
  font:620 10px/1 var(--sans)!important
}
.memory-v2-shell .memory-progress button span{color:#a27b38}
.memory-v2-shell .memory-progress button.active{background:#211c17!important;color:#fff!important;box-shadow:0 8px 20px rgba(37,29,20,.16)!important}
.memory-v2-shell .memory-progress button.active span{color:#e4c478}
.memory-v2-shell .memory-studio{
  max-width:1280px;margin:14px auto 0;overflow:hidden;border:1px solid var(--memory-v2-line);border-radius:30px;
  background:rgba(255,253,249,.9);box-shadow:0 28px 80px rgba(54,41,24,.07)
}
.memory-v2-shell .memory-start-layout{grid-template-columns:minmax(0,60%) minmax(320px,40%);gap:0;background:transparent}
.memory-v2-shell .memory-brief{padding:clamp(28px,3.7vw,52px);background:#fffdf9}
.memory-v2-shell .memory-brief>header{max-width:640px}
.memory-v2-shell .memory-brief>header h2{margin:11px 0 10px;font-size:clamp(35px,3.7vw,52px);line-height:.98;letter-spacing:-.055em}
.memory-v2-shell .memory-brief>header p{max-width:560px;color:var(--memory-v2-muted);font-size:12px;line-height:1.65}
.memory-v2-shell .memory-input-modes{margin-top:25px;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.memory-v2-shell .memory-input-modes>span,
.memory-v2-shell .memory-input-modes>label,
.memory-v2-shell .memory-input-modes>.memory-voice-mode{
  min-height:78px;padding:14px;border:1px solid var(--memory-v2-line);border-radius:16px;background:#fbf7ef;color:var(--memory-v2-ink)
}
.memory-v2-shell .memory-input-modes>span{background:#211c17;color:#fff}
.memory-v2-shell .memory-input-modes b{font-size:10px}
.memory-v2-shell .memory-input-modes small{font-size:8px}
.memory-v2-shell .memory-story-compose{margin-top:10px}
.memory-v2-shell .memory-story-field{gap:8px}
.memory-v2-shell .memory-story-field textarea{
  min-height:150px;padding:18px;border:1px solid var(--memory-v2-line);border-radius:17px;background:#fff;
  color:var(--memory-v2-ink);font:480 14px/1.6 var(--sans);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)
}
.memory-v2-shell .memory-paste-note{font-size:7px!important;letter-spacing:.02em}
.memory-v2-shell .memory-details-heading{margin:22px 0 10px;padding-top:20px;border-top:1px solid #e6ddd0}
.memory-v2-shell .memory-brief-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.memory-v2-shell .memory-brief-grid label{font-size:8px;letter-spacing:.01em}
.memory-v2-shell .memory-brief-grid input,.memory-v2-shell .memory-brief-grid select{
  min-height:47px;margin-top:6px;border-radius:13px;font-size:11px
}
.memory-v2-shell .memory-primary-action{margin-top:20px;padding-top:18px;border-top:1px solid #e6ddd0}
.memory-v2-shell .memory-primary-action .button{min-height:49px;padding-inline:24px;border-radius:999px}
.memory-v2-shell .memory-start-editorial{
  padding:clamp(30px,4vw,56px);justify-content:center;border-left:1px solid var(--memory-v2-line);
  background:radial-gradient(circle at 78% 10%,rgba(217,185,119,.25),transparent 34%),linear-gradient(155deg,#eee2ce,#f8f2e8 68%)
}
.memory-v2-shell .memory-start-editorial h2{max-width:430px;font-size:clamp(34px,3.25vw,46px);letter-spacing:-.05em}
.memory-v2-shell .memory-start-editorial>p{max-width:430px;font-size:11px;line-height:1.7}
.memory-v2-shell .memory-editorial-note{margin-top:22px;padding:15px 17px;border:1px solid rgba(163,124,55,.25);border-radius:15px;background:rgba(255,255,255,.45);font-size:10px;line-height:1.5}
.memory-v2-shell .memory-editorial-steps{margin-top:20px;gap:0;border-top:1px solid rgba(133,103,53,.22)}
.memory-v2-shell .memory-editorial-steps article{padding:15px 0;border-bottom:1px solid rgba(133,103,53,.22)}
.memory-v2-shell .memory-interpretation{border-radius:0;background:#fffdf9}
.memory-v2-shell .memory-visual-direction{background:radial-gradient(circle at 70% 12%,rgba(232,205,148,.48),transparent 35%),linear-gradient(145deg,#eadcc5,#f5eee3)!important}
.memory-v2-shell .memory-proposal{background:#fffdf9}
.memory-v2-shell .memory-proposal>header{border-bottom-color:var(--memory-v2-line);background:#fffdf9}
.memory-v2-shell .memory-proposal-layout{background:#f3ede3!important}
.memory-v2-shell .memory-proposal-editor-v2{border-radius:24px!important}
.memory-v2-shell .memory-order-summary-v2{background:radial-gradient(circle at 85% 5%,rgba(224,191,121,.35),transparent 30%),linear-gradient(155deg,#eadcc5,#fbf8f1 66%)!important}
.memory-v2-shell .memory-hamper-review{background:#f5efe5}
.memory-v2-shell .memory-seo-editorial{margin-top:22px;border-radius:30px 30px 0 0;background:#eee6d9}
.memory-v2-shell .memory-seo-copy h2,.memory-v2-shell .memory-faq-heading h2{letter-spacing:-.05em}
.memory-v2-shell .memory-faq-list details{border-color:#d3c5b2}
.memory-v2-shell .memory-faq-list > details:last-child{border-bottom:0}
.memory-v2-shell .memory-proposal-next{background:#f5f0e7;color:var(--memory-v2-ink);font-family:var(--sans)}
.memory-v2-shell .memory-next-header{
  padding:34px 38px;display:flex;align-items:flex-end;justify-content:space-between;gap:32px;
  border-bottom:1px solid var(--memory-v2-line);background:#fffdf9
}
.memory-v2-shell .memory-next-header>div:first-child{max-width:700px}
.memory-v2-shell .memory-next-header h2{margin:9px 0 8px;font:620 clamp(32px,3.5vw,48px)/1 var(--sans);letter-spacing:-.055em}
.memory-v2-shell .memory-next-header p{max-width:620px;margin:0;color:var(--memory-v2-muted);font:450 12px/1.6 var(--sans)}
.memory-v2-shell .memory-next-total{min-width:190px;text-align:right}
.memory-v2-shell .memory-next-total small,.memory-v2-shell .memory-next-total strong,.memory-v2-shell .memory-next-total span{display:block}
.memory-v2-shell .memory-next-total small{color:#8a7d6c;font:650 8px/1 var(--sans);letter-spacing:.11em;text-transform:uppercase}
.memory-v2-shell .memory-next-total strong{margin:7px 0 4px;font:720 28px/1 var(--sans);letter-spacing:-.04em}
.memory-v2-shell .memory-next-total span{color:#887d70;font:450 8px/1.4 var(--sans)}
.memory-v2-shell .memory-next-layout{padding:16px;display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px;align-items:start}
.memory-v2-shell .memory-next-editor{min-width:0;overflow:hidden;border:1px solid var(--memory-v2-line);border-radius:24px;background:#fffdf9;box-shadow:0 18px 44px rgba(55,42,25,.045)}
.memory-v2-shell .memory-next-section{padding:26px}
.memory-v2-shell .memory-next-section+.memory-next-section{border-top:1px solid #e5dccf}
.memory-v2-shell .memory-next-section-head{margin-bottom:15px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.memory-v2-shell .memory-next-section-head>div>span{display:block;margin-bottom:5px;color:#a07732;font:750 7px/1 var(--sans);letter-spacing:.13em;text-transform:uppercase}
.memory-v2-shell .memory-next-section-head h3{margin:0;font:650 18px/1.15 var(--sans);letter-spacing:-.025em}
.memory-v2-shell .memory-next-section-head button{padding:0;border:0;background:transparent;color:#8d6727;font:650 9px/1.2 var(--sans)}
.memory-v2-shell .memory-next-section-head>small{max-width:190px;color:#8a7f72;font:500 8px/1.3 var(--sans);text-align:right}
.memory-v2-shell .memory-next-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.memory-v2-shell .memory-next-product-grid article{
  min-width:0;padding:10px;display:grid;grid-template-columns:76px minmax(0,1fr);gap:11px;position:relative;
  border:1px solid #ddd2c2;border-radius:17px;background:#fff
}
.memory-v2-shell .memory-next-product-grid article>img{width:76px;height:82px;object-fit:cover;border-radius:11px}
.memory-v2-shell .memory-next-product-copy{min-width:0;padding-right:2px}
.memory-v2-shell .memory-next-product-copy>*{display:block}
.memory-v2-shell .memory-next-product-copy>strong{margin:5px 0 3px;overflow:hidden;font:650 11px/1.25 var(--sans);text-overflow:ellipsis;white-space:nowrap}
.memory-v2-shell .memory-next-product-copy>small{overflow:hidden;color:#7c7266;font:450 8px/1.35 var(--sans);text-overflow:ellipsis;white-space:nowrap}
.memory-v2-shell .memory-next-product-copy>b{margin-top:6px;font:720 10px/1 var(--sans)}
.memory-v2-shell .memory-next-product-controls{grid-column:1/-1;padding-top:9px;display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-top:1px solid #eee6db}
.memory-v2-shell .memory-next-product-controls>button{padding:0;border:0;background:transparent;color:#8f6928;font:650 8px/1 var(--sans)}
.memory-v2-shell .memory-next-product-controls>button.quiet{color:#8d8175}
.memory-v2-shell .memory-next-stepper{width:90px;height:28px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;border:1px solid #d4c8b8;border-radius:999px}
.memory-v2-shell .memory-next-stepper button,.memory-v2-shell .memory-next-stepper span{display:grid;place-items:center;border:0;background:transparent;font:600 9px/1 var(--sans)}
.memory-v2-shell .memory-next-expand{width:100%;min-height:38px;margin-top:9px;border:1px solid #d8ccbb;border-radius:999px;background:transparent;color:#7e5c24;font:650 9px/1 var(--sans)}
.memory-v2-shell .memory-next-box-rail,.memory-v2-shell .memory-next-card-rail{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:thin}
.memory-v2-shell .memory-next-box-rail>button,.memory-v2-shell .memory-next-card-rail>button{flex:0 0 122px;width:122px;min-width:122px;padding:6px;position:relative;display:flex;flex-direction:column;align-items:stretch;border:1px solid #d9cebe;border-radius:15px;background:#fff;color:#2b261f;text-align:left;scroll-snap-align:start}
.memory-v2-shell .memory-next-box-rail>button.selected,.memory-v2-shell .memory-next-card-rail>button.selected{border-color:#a87b2c;background:#fbf2df;box-shadow:inset 0 0 0 1px #a87b2c}
.memory-v2-shell .memory-next-box-rail>button>span:first-child,.memory-v2-shell .memory-next-card-rail .occasion-card-art{width:100%;aspect-ratio:1/1;position:relative;overflow:hidden;border-radius:10px}
.memory-v2-shell .memory-next-box-rail img{width:100%;height:100%;display:block;object-fit:cover}
.memory-v2-shell .memory-next-box-rail i,.memory-v2-shell .memory-next-card-rail>button>b{width:20px;height:20px;position:absolute;top:10px;right:10px;display:grid;place-items:center;border-radius:50%;background:#211d18;color:#fff;font:700 8px/1 var(--sans);font-style:normal}
.memory-v2-shell .memory-next-box-rail>button>strong,.memory-v2-shell .memory-next-card-rail>button>strong{min-height:28px;margin:8px 3px 2px;overflow:hidden;font:650 8px/1.3 var(--sans);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.memory-v2-shell .memory-next-box-rail>button>small,.memory-v2-shell .memory-next-card-rail>button>em{margin:auto 3px 2px;color:#976e29;font:720 7px/1 var(--sans);font-style:normal}
.memory-v2-shell .memory-next-card-rail .occasion-card-art{display:grid;place-items:center}
.memory-v2-shell .memory-next-card-rail .occasion-card-art>i{font-style:normal}
.memory-v2-shell .memory-next-upload{max-width:430px;margin-top:10px;padding:12px 14px;display:block;border:1px dashed #c5a466;border-radius:14px;background:#f8f1e5;font:650 9px/1.4 var(--sans)}
.memory-v2-shell .memory-next-upload input{display:block;margin-top:8px;font-size:8px}.memory-v2-shell .memory-next-upload small{display:block;margin-top:5px;color:#84786a;font-size:7px}
.memory-v2-shell .memory-next-touch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.memory-v2-shell .memory-next-touch-grid>button{min-width:0;min-height:70px;padding:10px;display:grid;grid-template-columns:32px minmax(0,1fr) 20px;gap:9px;align-items:center;border:1px solid #d8cebf;border-radius:15px;background:#fff;color:#2b261f;text-align:left}
.memory-v2-shell .memory-next-touch-grid>button.selected{border-color:#a87b2c;background:#fbf2df;box-shadow:inset 0 0 0 1px #a87b2c}
.memory-v2-shell .memory-next-touch-grid>button>i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#211d18;color:#e2bd6c;font:600 12px/1 var(--sans);font-style:normal}
.memory-v2-shell .memory-next-touch-grid>button span{min-width:0}.memory-v2-shell .memory-next-touch-grid>button strong,.memory-v2-shell .memory-next-touch-grid>button small{display:block}
.memory-v2-shell .memory-next-touch-grid>button strong{font:650 9px/1.2 var(--sans)}.memory-v2-shell .memory-next-touch-grid>button small{margin-top:4px;color:#817569;font:450 7px/1.3 var(--sans)}
.memory-v2-shell .memory-next-touch-grid>button>b{width:20px;height:20px;display:grid;place-items:center;border:1px solid #d4c7b7;border-radius:50%;font:700 8px/1 var(--sans)}
.memory-v2-shell .memory-next-touch-grid>button.selected>b{border-color:#211d18;background:#211d18;color:#fff}
.memory-v2-shell .memory-next-message{margin-top:12px;padding:14px;display:grid;grid-template-columns:1.2fr .8fr;gap:12px;border:1px solid #ddd1bf;border-radius:16px;background:#f6efe4}
.memory-v2-shell .memory-next-message>label,.memory-v2-shell .memory-next-message>div>label{display:block;color:#4d453c;font:650 8px/1.4 var(--sans)}
.memory-v2-shell .memory-next-message textarea{width:100%;min-height:100px;margin-top:6px;padding:11px;border:1px solid #d8ccbc;border-radius:12px;background:#fff;color:#27221d;font:450 11px/1.5 var(--sans);resize:vertical}
.memory-v2-shell .memory-next-message>div{display:grid;gap:7px}.memory-v2-shell .memory-next-message>div>label{padding:9px;border:1px solid #dfd4c4;border-radius:11px;background:#fff}.memory-v2-shell .memory-next-message input[type=file]{display:block;width:100%;margin-top:6px;font-size:7px}.memory-v2-shell .memory-next-message label small{display:block;margin-top:4px;color:#867b6d;font-size:7px}
.memory-v2-shell .memory-next-message .memory-next-check{display:flex;align-items:center;gap:7px}.memory-v2-shell .memory-next-message .memory-next-check input{width:16px;height:16px}
.memory-v2-shell .memory-next-summary{position:sticky;top:82px;padding:22px;border:1px solid #d6c7b2;border-radius:24px;background:radial-gradient(circle at 82% 4%,rgba(226,190,115,.38),transparent 30%),linear-gradient(155deg,#eadcc4,#fbf8f1 66%);box-shadow:0 20px 48px rgba(55,41,23,.07)}
.memory-v2-shell .memory-next-summary-mark{display:flex;gap:11px;align-items:center}.memory-v2-shell .memory-next-summary-mark .oo-ai-mark{flex:0 0 auto}.memory-v2-shell .memory-next-summary-mark small,.memory-v2-shell .memory-next-summary-mark strong{display:block}.memory-v2-shell .memory-next-summary-mark small{color:#876e43;font:700 7px/1 var(--sans);letter-spacing:.09em;text-transform:uppercase}.memory-v2-shell .memory-next-summary-mark strong{margin-top:5px;font:650 15px/1.15 var(--sans);letter-spacing:-.02em}
.memory-v2-shell .memory-next-summary-visual{margin:18px 0;position:relative;overflow:hidden;border-radius:16px}.memory-v2-shell .memory-next-summary-visual img{width:100%;height:160px;display:block;object-fit:cover}.memory-v2-shell .memory-next-summary-visual span{position:absolute;left:10px;bottom:10px;padding:7px 9px;border-radius:999px;background:rgba(255,253,248,.9);color:#51483c;font:650 7px/1 var(--sans);backdrop-filter:blur(8px)}
.memory-v2-shell .memory-next-summary dl{margin:0}.memory-v2-shell .memory-next-summary dl>div{padding:9px 0;display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(123,96,53,.2)}.memory-v2-shell .memory-next-summary dt{color:#756b5f;font:500 8px/1.3 var(--sans)}.memory-v2-shell .memory-next-summary dd{margin:0;font:680 9px/1.3 var(--sans)}
.memory-v2-shell .memory-next-summary-total{margin:14px 0;padding:13px 14px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;border-radius:14px;background:rgba(255,255,255,.72)}.memory-v2-shell .memory-next-summary-total span{font:650 8px/1.3 var(--sans)}.memory-v2-shell .memory-next-summary-total strong{font:720 22px/1 var(--sans);letter-spacing:-.04em}
.memory-v2-shell .memory-next-summary>.button{width:100%;min-height:46px;border-radius:999px}.memory-v2-shell .memory-next-back{width:100%;margin-top:8px;padding:8px;border:0;background:transparent;color:#776b5c;font:600 8px/1 var(--sans)}
.memory-v2-shell .memory-next-header h2{font-family:var(--sans);font-size:clamp(32px,3.5vw,48px);font-weight:620;line-height:1}
.memory-v2-shell .memory-next-header p{font-family:var(--sans);font-size:12px;font-weight:450;line-height:1.6}
.memory-v2-shell .memory-next-total small{font-family:var(--sans);font-size:8px;font-weight:650;line-height:1}
.memory-v2-shell .memory-next-total strong{font-family:var(--sans);font-size:28px;font-weight:720;line-height:1}
.memory-v2-shell .memory-next-total span{font-family:var(--sans);font-size:8px;font-weight:450;line-height:1.4}
.memory-v2-shell .memory-next-section-head>div>span{font-family:var(--sans);font-size:7px;font-weight:750;line-height:1}
.memory-v2-shell .memory-next-section-head h3{font-family:var(--sans);font-size:18px;font-weight:650;line-height:1.15}
.memory-v2-shell .memory-next-section-head button{font-family:var(--sans);font-size:9px;font-weight:650;line-height:1.2}
.memory-v2-shell .memory-next-section-head>small{font-family:var(--sans);font-size:8px;font-weight:500;line-height:1.3}
.memory-v2-shell .memory-next-product-copy>strong{font-family:var(--sans);font-size:11px;font-weight:650;line-height:1.25}
.memory-v2-shell .memory-next-product-copy>small{font-family:var(--sans);font-size:8px;font-weight:450;line-height:1.35}
.memory-v2-shell .memory-next-product-copy>b{font-family:var(--sans);font-size:10px;font-weight:720;line-height:1}
.memory-v2-shell .memory-next-product-controls>button,.memory-v2-shell .memory-next-expand{font-family:var(--sans);font-size:8px;font-weight:650;line-height:1}
.memory-v2-shell .memory-next-expand{font-size:9px}
.memory-v2-shell .memory-next-stepper button,.memory-v2-shell .memory-next-stepper span{font-family:var(--sans);font-size:9px;font-weight:600;line-height:1}
.memory-v2-shell .memory-next-box-rail>button>strong,.memory-v2-shell .memory-next-card-rail>button>strong{font-family:var(--sans);font-size:8px;font-weight:650;line-height:1.3}
.memory-v2-shell .memory-next-box-rail>button>small,.memory-v2-shell .memory-next-card-rail>button>em{font-family:var(--sans);font-size:7px;font-weight:720;line-height:1}
.memory-v2-shell .memory-next-touch-grid>button strong{font-family:var(--sans);font-size:9px;font-weight:650;line-height:1.2}
.memory-v2-shell .memory-next-touch-grid>button small{font-family:var(--sans);font-size:7px;font-weight:450;line-height:1.3}
.memory-v2-shell .memory-next-message>label,.memory-v2-shell .memory-next-message>div>label{font-family:var(--sans);font-size:8px;font-weight:650;line-height:1.4}
.memory-v2-shell .memory-next-message textarea{font-family:var(--sans);font-size:11px;font-weight:450;line-height:1.5}
.memory-v2-shell .memory-next-summary-mark small{font-family:var(--sans);font-size:7px;font-weight:700;line-height:1}
.memory-v2-shell .memory-next-summary-mark strong{font-family:var(--sans);font-size:15px;font-weight:650;line-height:1.15}
.memory-v2-shell .memory-next-summary-visual span{font-family:var(--sans);font-size:7px;font-weight:650;line-height:1}
.memory-v2-shell .memory-next-summary dt{font-family:var(--sans);font-size:8px;font-weight:500;line-height:1.3}
.memory-v2-shell .memory-next-summary dd{font-family:var(--sans);font-size:9px;font-weight:680;line-height:1.3}
.memory-v2-shell .memory-next-summary-total span{font-family:var(--sans);font-size:8px;font-weight:650;line-height:1.3}
.memory-v2-shell .memory-next-summary-total strong{font-family:var(--sans);font-size:22px;font-weight:720;line-height:1}
.memory-v2-shell .memory-next-back{font-family:var(--sans);font-size:8px;font-weight:600;line-height:1}

@media(max-width:900px){
  .memory-v2-shell .memory-intro-strip,.memory-v2-shell .memory-progress,.memory-v2-shell .memory-studio{margin-inline:8px}
  .memory-v2-shell .memory-start-layout{grid-template-columns:1fr}
  .memory-v2-shell .memory-start-editorial{border-left:0;border-top:1px solid var(--memory-v2-line)}
  .memory-v2-shell .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .memory-v2-shell .memory-next-layout{grid-template-columns:1fr}
  .memory-v2-shell .memory-next-summary{position:static}
}
@media(max-width:600px){
  .memory-v2-shell .memory-page .experience-hero{margin-inline:6px;border-radius:22px}
  .memory-v2-shell .memory-intro-strip{grid-template-columns:1fr;border-radius:20px}
  .memory-v2-shell .memory-intro-strip article{min-height:70px;padding:14px 17px;border-right:0;border-bottom:1px solid var(--memory-v2-line)}
  .memory-v2-shell .memory-intro-strip article:last-child{border-bottom:0}
  .memory-v2-shell .memory-progress{padding:5px;border-radius:18px}
  .memory-v2-shell .memory-progress button{min-height:40px;padding:7px;font-size:8px!important}
  .memory-v2-shell .memory-progress button span{display:block;margin-bottom:3px}
  .memory-v2-shell .memory-studio{border-radius:22px}
  .memory-v2-shell .memory-brief,.memory-v2-shell .memory-start-editorial{padding:24px 18px}
  .memory-v2-shell .memory-brief>header h2{font-size:34px}
  .memory-v2-shell .memory-input-modes{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}
  .memory-v2-shell .memory-input-modes>span,.memory-v2-shell .memory-input-modes>label,.memory-v2-shell .memory-input-modes>.memory-voice-mode{flex:0 0 188px;scroll-snap-align:start}
  .memory-v2-shell .memory-story-field textarea{min-height:132px;font-size:13px}
  .memory-v2-shell .memory-brief-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .memory-v2-shell .memory-primary-action{display:block}
  .memory-v2-shell .memory-primary-action .button{width:100%}
  .memory-v2-shell .memory-start-editorial h2{font-size:32px}
  .memory-v2-shell .memory-seo-editorial{border-radius:22px 22px 0 0}
  .memory-v2-shell .memory-next-header{padding:24px 18px;align-items:flex-start;flex-direction:column;gap:15px}
  .memory-v2-shell .memory-next-header h2{font-size:32px}.memory-v2-shell .memory-next-total{text-align:left}
  .memory-v2-shell .memory-next-layout{padding:7px;gap:9px}
  .memory-v2-shell .memory-next-editor,.memory-v2-shell .memory-next-summary{border-radius:18px}
  .memory-v2-shell .memory-next-section{padding:19px 14px}
  .memory-v2-shell .memory-next-section-head{align-items:flex-start}
  .memory-v2-shell .memory-next-section-head h3{font-size:16px}
  .memory-v2-shell .memory-next-product-grid{grid-template-columns:1fr}
  .memory-v2-shell .memory-next-box-rail>button,.memory-v2-shell .memory-next-card-rail>button{flex-basis:112px;width:112px;min-width:112px}
  .memory-v2-shell .memory-next-touch-grid{grid-template-columns:1fr}
  .memory-v2-shell .memory-next-message{grid-template-columns:1fr}
  .memory-v2-shell .memory-next-summary{padding:18px}
}
.memory-v2-shell .memory-page {
  --memory-control-height: 48px;
  --memory-card-radius: 18px;
}

.memory-v2-shell .memory-page :is(button, input, select, textarea) {
  font-family: var(--font-geist), Arial, sans-serif;
}

.memory-v2-shell .memory-page .button {
  min-height: var(--memory-control-height);
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 610;
  letter-spacing: -.01em;
}

.memory-v2-shell .memory-page .eyebrow {
  font-size: 10px;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: .16em;
}

.memory-v2-shell .memory-intro-strip article {
  min-height: 104px;
  padding: 23px 25px;
}

.memory-v2-shell .memory-intro-strip article > span {
  width: 34px;
  height: 34px;
  font-size: 10px;
  font-weight: 680;
}

.memory-v2-shell .memory-intro-strip strong {
  font-size: 15px;
  font-weight: 550;
  line-height: 1.25;
}

.memory-v2-shell .memory-intro-strip small {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 430;
  line-height: 1.5;
}

.memory-v2-shell .memory-progress button {
  min-height: 48px;
  padding-inline: 16px;
  font-size: 12px !important;
  font-weight: 590 !important;
  letter-spacing: -.005em;
}

.memory-v2-shell .memory-progress button span {
  margin-right: 7px;
  font-size: 9px;
  font-weight: 700;
}

.memory-v2-shell .memory-brief > header h2 {
  font-size: clamp(37px, 3.55vw, 50px);
  font-weight: 520;
  line-height: 1.02;
}

.memory-v2-shell .memory-brief > header p,
.memory-v2-shell .memory-start-editorial > p {
  font-size: 14px;
  font-weight: 430;
  line-height: 1.65;
}

.memory-v2-shell .memory-input-modes > span,
.memory-v2-shell .memory-input-modes > label,
.memory-v2-shell .memory-input-modes > .memory-voice-mode {
  min-height: 104px;
  padding: 16px;
  border-radius: var(--memory-card-radius);
  box-shadow: 0 8px 22px rgba(50, 38, 22, .035);
}

.memory-v2-shell .memory-input-modes b,
.memory-v2-shell .memory-input-modes > .memory-voice-mode .voice-input-control {
  font-size: 14px;
  font-weight: 610;
  line-height: 1.25;
}

.memory-v2-shell .memory-input-modes small {
  font-size: 11px;
  font-weight: 430;
  line-height: 1.45;
}

.memory-v2-shell .memory-story-field > span {
  font-size: 13px;
  font-weight: 610;
}

.memory-v2-shell .memory-story-field textarea {
  min-height: 168px;
  padding: 17px 18px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 430;
  line-height: 1.55;
}

.memory-v2-shell .memory-story-field textarea:focus-visible,
.memory-v2-shell .memory-brief-grid :is(input, select):focus-visible,
.memory-v2-shell .memory-next-message textarea:focus-visible {
  outline: 0;
  border-color: #af8950;
  box-shadow: 0 0 0 3px rgba(168, 124, 45, .12);
}

.memory-v2-shell .memory-paste-note {
  font-size: 11px !important;
  font-weight: 430;
  line-height: 1.4;
}

.memory-v2-shell .memory-file-chips span {
  padding: 8px 11px;
  font-size: 11px;
  font-weight: 500;
}

.memory-v2-shell .memory-details-heading span {
  font-size: 17px;
  font-weight: 610;
}

.memory-v2-shell .memory-details-heading small {
  font-size: 12px;
  font-weight: 430;
  line-height: 1.45;
}

.memory-v2-shell .memory-brief-grid label {
  font-size: 12px;
  font-weight: 590;
  line-height: 1.35;
}

.memory-v2-shell .memory-brief-grid :is(input, select) {
  min-height: var(--memory-control-height);
  padding-inline: 13px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 440;
}

.memory-v2-shell .memory-start-editorial h2 {
  font-size: clamp(32px, 3.05vw, 42px);
  font-weight: 520;
  line-height: 1.04;
}

.memory-v2-shell .memory-editorial-note {
  padding: 17px 18px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.55;
}

.memory-v2-shell .memory-editorial-steps b {
  font-size: 10px;
  font-weight: 690;
}

.memory-v2-shell .memory-editorial-steps strong {
  font-size: 14px;
  font-weight: 600;
}

.memory-v2-shell .memory-editorial-steps small {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 430;
  line-height: 1.45;
}

.memory-v2-shell .memory-interpretation h2 {
  font-size: clamp(34px, 3.2vw, 45px);
  font-weight: 520;
}

.memory-v2-shell .memory-interpretation-copy > p,
.memory-v2-shell .memory-interpretation-title p,
.memory-v2-shell .memory-visual-direction > div:first-child > p {
  font-size: 14px;
  font-weight: 430;
  line-height: 1.65;
}

.memory-v2-shell .memory-signal-grid span {
  min-height: 76px;
  padding: 14px;
  border-radius: 15px;
}

.memory-v2-shell .memory-signal-grid small {
  font-size: 9px;
  font-weight: 680;
}

.memory-v2-shell .memory-signal-grid strong {
  font-size: 14px;
  font-weight: 590;
}

.memory-v2-shell .memory-visual-direction blockquote {
  font-size: 14px;
  font-weight: 450;
  line-height: 1.6;
}

.memory-v2-shell .memory-visual-direction blockquote small {
  font-size: 9px;
  font-weight: 700;
}

.memory-v2-shell .memory-next-header p {
  font-size: 14px;
  font-weight: 430;
  line-height: 1.6;
}

.memory-v2-shell .memory-next-total small,
.memory-v2-shell .memory-next-total span {
  font-size: 10px;
}

.memory-v2-shell .memory-next-total small { font-weight: 680; }
.memory-v2-shell .memory-next-total span { font-weight: 430; }

.memory-v2-shell .memory-next-section {
  padding: 28px;
}

.memory-v2-shell .memory-next-section-head > div > span {
  font-size: 9px;
  font-weight: 720;
}

.memory-v2-shell .memory-next-section-head h3 {
  font-size: 21px;
  font-weight: 610;
}

.memory-v2-shell .memory-next-section-head button,
.memory-v2-shell .memory-next-section-head > small {
  font-size: 11px;
  font-weight: 520;
  line-height: 1.4;
}

.memory-v2-shell .memory-next-section-head button {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #d8ccbb;
  border-radius: 999px;
  background: #fff;
  font-weight: 590;
}

.memory-v2-shell .memory-next-product-grid article {
  padding: 12px;
  grid-template-columns: 88px minmax(0,1fr);
  gap: 13px;
  border-radius: var(--memory-card-radius);
}

.memory-v2-shell .memory-next-product-grid article > img {
  width: 88px;
  height: 94px;
  border-radius: 12px;
}

.memory-v2-shell .memory-next-product-copy > strong {
  margin: 7px 0 4px;
  font-size: 14px;
  font-weight: 610;
}

.memory-v2-shell .memory-next-product-copy > small {
  font-size: 11px;
  font-weight: 430;
  line-height: 1.4;
}

.memory-v2-shell .memory-next-product-copy > b {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 650;
}

.memory-v2-shell .memory-match {
  font-size: 9px;
  font-weight: 720;
}

.memory-v2-shell .memory-next-product-controls > button,
.memory-v2-shell .memory-next-expand {
  font-size: 11px;
  font-weight: 590;
}

.memory-v2-shell .memory-next-product-controls > button {
  min-height: 32px;
  padding-inline: 7px;
}

.memory-v2-shell .memory-next-stepper {
  width: 108px;
  height: 36px;
}

.memory-v2-shell .memory-next-stepper button,
.memory-v2-shell .memory-next-stepper span {
  font-size: 12px;
  font-weight: 570;
}

.memory-v2-shell .memory-next-expand {
  min-height: 43px;
}

.memory-v2-shell .memory-next-box-rail > button,
.memory-v2-shell .memory-next-card-rail > button {
  flex-basis: 142px;
  width: 142px;
  min-width: 142px;
  padding: 8px;
  border-radius: 17px;
}

.memory-v2-shell .memory-next-box-rail > button > strong,
.memory-v2-shell .memory-next-card-rail > button > strong {
  min-height: 34px;
  font-size: 12px;
  font-weight: 590;
  line-height: 1.35;
}

.memory-v2-shell .memory-next-box-rail > button > small,
.memory-v2-shell .memory-next-card-rail > button > em {
  font-size: 10px;
  font-weight: 640;
}

.memory-v2-shell .memory-next-upload {
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 590;
}

.memory-v2-shell .memory-next-upload input,
.memory-v2-shell .memory-next-upload small {
  font-size: 11px;
  font-weight: 430;
}

.memory-v2-shell .memory-next-touch-grid > button {
  min-height: 86px;
  padding: 13px;
  grid-template-columns: 38px minmax(0,1fr) 24px;
  border-radius: 17px;
}

.memory-v2-shell .memory-next-touch-grid > button > i {
  width: 38px;
  height: 38px;
}

.memory-v2-shell .memory-next-touch-grid > button strong {
  font-size: 13px;
  font-weight: 600;
}

.memory-v2-shell .memory-next-touch-grid > button small {
  font-size: 10px;
  font-weight: 430;
  line-height: 1.4;
}

.memory-v2-shell .memory-next-touch-grid > button > b {
  width: 24px;
  height: 24px;
  font-size: 10px;
}

.memory-v2-shell .memory-next-message {
  padding: 17px;
  border-radius: var(--memory-card-radius);
}

.memory-v2-shell .memory-next-message > label,
.memory-v2-shell .memory-next-message > div > label {
  font-size: 12px;
  font-weight: 590;
}

.memory-v2-shell .memory-next-message textarea {
  min-height: 116px;
  padding: 13px;
  font-size: 14px;
  font-weight: 430;
}

.memory-v2-shell .memory-next-message input[type=file],
.memory-v2-shell .memory-next-message label small {
  font-size: 10px;
}

.memory-v2-shell .memory-next-summary-mark small,
.memory-v2-shell .memory-next-summary-visual span {
  font-size: 9px;
  font-weight: 660;
}

.memory-v2-shell .memory-next-summary-mark strong {
  font-size: 18px;
  font-weight: 610;
}

.memory-v2-shell .memory-next-summary dt,
.memory-v2-shell .memory-next-summary dd {
  font-size: 11px;
  line-height: 1.4;
}

.memory-v2-shell .memory-next-summary dt { font-weight: 430; }
.memory-v2-shell .memory-next-summary dd { font-weight: 620; }

.memory-v2-shell .memory-next-summary-total span {
  font-size: 11px;
  font-weight: 590;
}

.memory-v2-shell .memory-next-summary-total strong {
  font-size: 25px;
  font-weight: 670;
}

.memory-v2-shell .memory-next-back {
  min-height: 38px;
  font-size: 11px;
  font-weight: 560;
}

.memory-v2-shell .memory-review-details > p {
  font-size: 14px;
  font-weight: 430;
  line-height: 1.6;
}

.memory-v2-shell .memory-review-list span,
.memory-v2-shell .memory-review-list strong {
  font-size: 12px;
  line-height: 1.4;
}

.memory-v2-shell .memory-review-list span { font-weight: 430; }
.memory-v2-shell .memory-review-list strong { font-weight: 610; }

.memory-v2-shell .memory-seo-copy p {
  font-size: 14px;
  font-weight: 430;
  line-height: 1.72;
}

.memory-v2-shell .memory-seo-paths a small {
  font-size: 11px;
  font-weight: 430;
}

.memory-v2-shell .memory-seo-paths a strong {
  font-size: 14px;
  font-weight: 600;
}

.memory-v2-shell .memory-faq summary {
  font-size: 15px;
  font-weight: 590;
  line-height: 1.4;
}

.memory-v2-shell .memory-faq details p {
  font-size: 13px;
  font-weight: 430;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .memory-v2-shell .memory-next-product-grid { grid-template-columns: 1fr 1fr; }
  .memory-v2-shell .memory-next-touch-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-page { --memory-control-height: 46px; }
  .memory-v2-shell .memory-page .experience-hero .button { width: 100%; }
  .memory-v2-shell .memory-intro-strip article { min-height: 82px; padding: 16px 17px; }
  .memory-v2-shell .memory-intro-strip strong { font-size: 14px; }
  .memory-v2-shell .memory-intro-strip small { font-size: 11px; }
  .memory-v2-shell .memory-progress button { min-height: 44px; padding: 7px 5px; font-size: 10px !important; line-height: 1.25 !important; }
  .memory-v2-shell .memory-progress button span { display: block; margin: 0 0 3px; font-size: 8px; }
  .memory-v2-shell .memory-brief,
  .memory-v2-shell .memory-start-editorial { padding: 27px 18px; }
  .memory-v2-shell .memory-brief > header h2 { font-size: 32px; }
  .memory-v2-shell .memory-brief > header p,
  .memory-v2-shell .memory-start-editorial > p { font-size: 13px; }
  .memory-v2-shell .memory-input-modes > span,
  .memory-v2-shell .memory-input-modes > label,
  .memory-v2-shell .memory-input-modes > .memory-voice-mode { flex-basis: 205px; min-height: 108px; }
  .memory-v2-shell .memory-story-field textarea { min-height: 148px; font-size: 16px; }
  .memory-v2-shell .memory-details-heading { gap: 6px; }
  .memory-v2-shell .memory-details-heading span { font-size: 16px; }
  .memory-v2-shell .memory-details-heading small { font-size: 11px; }
  .memory-v2-shell .memory-brief-grid { grid-template-columns: 1fr !important; }
  .memory-v2-shell .memory-brief-grid label { font-size: 12px; }
  .memory-v2-shell .memory-brief-grid :is(input, select) { font-size: 16px; }
  .memory-v2-shell .memory-start-editorial h2 { font-size: 29px; }
  .memory-v2-shell .memory-editorial-note { font-size: 12px; }
  .memory-v2-shell .memory-editorial-steps strong { font-size: 13px; }
  .memory-v2-shell .memory-editorial-steps small { font-size: 11px; }
  .memory-v2-shell .memory-interpretation-copy,
  .memory-v2-shell .memory-interpretation aside { padding: 27px 18px; }
  .memory-v2-shell .memory-interpretation h2 { font-size: 31px; }
  .memory-v2-shell .memory-interpretation-copy > p,
  .memory-v2-shell .memory-interpretation-title p,
  .memory-v2-shell .memory-visual-direction > div:first-child > p { font-size: 13px; }
  .memory-v2-shell .memory-signal-grid { grid-template-columns: 1fr; }
  .memory-v2-shell .memory-stage-actions { grid-template-columns: 1fr; }
  .memory-v2-shell .memory-next-header { padding: 27px 18px; }
  .memory-v2-shell .memory-next-header h2 { font-size: 31px; }
  .memory-v2-shell .memory-next-header p { font-size: 13px; }
  .memory-v2-shell .memory-next-section { padding: 22px 16px; }
  .memory-v2-shell .memory-next-section-head { align-items: flex-start; }
  .memory-v2-shell .memory-next-section-head h3 { font-size: 18px; }
  .memory-v2-shell .memory-next-section-head button { min-height: 34px; font-size: 10px; }
  .memory-v2-shell .memory-next-section-head > small { font-size: 10px; }
  .memory-v2-shell .memory-next-product-grid { grid-template-columns: 1fr; }
  .memory-v2-shell .memory-next-product-grid article { grid-template-columns: 82px minmax(0,1fr); }
  .memory-v2-shell .memory-next-product-grid article > img { width: 82px; height: 88px; }
  .memory-v2-shell .memory-next-product-copy > strong { font-size: 13px; }
  .memory-v2-shell .memory-next-product-copy > small { font-size: 10.5px; }
  .memory-v2-shell .memory-next-box-rail > button,
  .memory-v2-shell .memory-next-card-rail > button { flex-basis: 128px; width: 128px; min-width: 128px; }
  .memory-v2-shell .memory-next-touch-grid { grid-template-columns: 1fr; }
  .memory-v2-shell .memory-next-message { grid-template-columns: 1fr; }
  .memory-v2-shell .memory-next-message textarea { font-size: 16px; }
  .memory-v2-shell .memory-next-summary { padding: 20px; }
  .memory-v2-shell .memory-review-details { padding: 27px 18px; }
  .memory-v2-shell .memory-review-details > p { font-size: 13px; }
  .memory-v2-shell .memory-review-list span,
  .memory-v2-shell .memory-review-list strong { font-size: 11px; }
  .memory-v2-shell .memory-seo-copy p { font-size: 13px; }
  .memory-v2-shell .memory-faq summary { font-size: 14px; }
  .memory-v2-shell .memory-faq details p { font-size: 12.5px; }
}
.memory-v2-shell .memory-seo-editorial {
  width: min(1280px, calc(100% - 32px));
  margin-top: 40px;
  padding: 0 12px 66px;
  border-radius: 0;
  background: #f4f1e9;
}

.memory-page .memory-seo-overview {
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, .52fr);
  gap: clamp(38px, 5vw, 66px);
  align-items: start;
}

.memory-page .memory-seo-copy {
  max-width: 790px;
}

.memory-page .memory-seo-copy h2,
.memory-page .memory-faq-heading h2 {
  margin-top: 14px;
  color: var(--memory-ink);
  font-family: var(--sans);
  font-size: 38.5px;
  font-weight: 480;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.memory-page .memory-seo-copy h2 {
  max-width: 700px;
  margin-bottom: 22px;
}

.memory-page .memory-seo-copy p {
  max-width: 770px;
  margin-bottom: 13px;
  color: #67675f;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.68;
  text-align: left;
}

.memory-page .memory-seo-paths {
  max-width: 340px;
  gap: 8px;
  align-self: start;
  border-top: 0;
}

.memory-page .memory-seo-paths-label {
  padding: 0 2px 5px;
  font-size: 8px;
  font-weight: 700;
}

.memory-page .memory-seo-paths a {
  min-height: 82px;
  padding: 15px 16px;
  border: 1px solid #d9cfb9;
  border-radius: 15px;
  background: rgba(255, 255, 255, .58);
}

.memory-page .memory-seo-paths a:hover {
  padding-left: 16px;
  border-color: #b7924c;
  background: rgba(255, 255, 255, .82);
}

.memory-page .memory-seo-paths a small {
  font-size: 9px;
  font-weight: 400;
}

.memory-page .memory-seo-paths a strong {
  font-size: 12.5px;
  font-weight: 570;
}

.memory-page .memory-seo-paths a svg {
  width: 15px;
  height: 15px;
  padding: 6px;
  box-sizing: content-box;
  border: 1px solid #d9cfb9;
  border-radius: 50%;
  background: #fffdf8;
}

.memory-page .memory-seo-editorial .memory-faq {
  margin-top: 48px;
  padding-top: 32px;
  grid-template-columns: minmax(330px, .52fr) minmax(0, 1.48fr);
  gap: clamp(38px, 5vw, 66px);
}

.memory-page .memory-faq-heading h2 {
  max-width: 380px;
  margin-bottom: 0;
}

.memory-page .memory-faq-list {
  border-top: 0;
}

.memory-page .memory-faq-list summary {
  min-height: 64px;
  padding: 14px 4px;
  color: #2b2a25;
  font-size: 13.5px;
  font-weight: 560;
}

.memory-page .memory-faq-list summary span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid #d9cfb9;
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
  color: #a77e2d;
  font-size: 16px;
  font-weight: 400;
}

.memory-page .memory-faq-list details[open] {
  margin-inline: -12px;
  padding-inline: 12px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .44);
}

.memory-page .memory-faq-list p {
  margin: -2px 44px 18px 4px;
  color: #6f6d64;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .memory-page .memory-seo-overview,
  .memory-page .memory-seo-editorial .memory-faq {
    grid-template-columns: 1fr;
  }

  .memory-page .memory-seo-paths,
  .memory-page .memory-faq-heading h2 {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-seo-editorial {
    width: calc(100% - 20px);
    margin-top: 34px;
    padding: 0 4px 52px;
  }

  .memory-page .memory-seo-copy h2,
  .memory-page .memory-faq-heading h2 {
    font-size: 26px;
    font-weight: 470;
    line-height: 1.06;
  }

  .memory-page .memory-seo-copy p {
    font-size: 12.5px;
    line-height: 1.64;
  }

  .memory-page .memory-seo-paths {
    grid-template-columns: 1fr 1fr;
    gap: 7px;
  }

  .memory-page .memory-seo-paths-label {
    grid-column: 1 / -1;
  }

  .memory-page .memory-seo-paths a {
    min-height: 78px;
    padding: 13px;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .memory-page .memory-seo-paths a:hover {
    padding-left: 13px;
  }

  .memory-page .memory-seo-paths a > i {
    display: none;
  }

  .memory-page .memory-seo-paths a small {
    font-size: 8px;
  }

  .memory-page .memory-seo-paths a strong {
    font-size: 11px;
  }

  .memory-page .memory-seo-paths a svg {
    width: 13px;
    height: 13px;
    padding: 5px;
  }

  .memory-page .memory-seo-editorial .memory-faq {
    margin-top: 36px;
    padding-top: 24px;
    gap: 10px;
  }

  .memory-page .memory-faq-list summary {
    min-height: 58px;
    padding: 13px 2px;
    font-size: 12px;
  }

  .memory-page .memory-faq-list summary span {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }

  .memory-page .memory-faq-list details[open] {
    margin-inline: -8px;
    padding-inline: 8px;
  }

  .memory-page .memory-faq-list p {
    margin: -1px 34px 16px 2px;
    font-size: 11.5px;
  }
}
.memory-v2-shell {
  overflow-x: clip;
  background: #f4f1e9;
}

.memory-v2-shell .memory-seo-editorial {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
  background: transparent;
}

.memory-v2-shell .memory-seo-overview,
.memory-v2-shell .memory-seo-editorial .memory-faq {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
  box-sizing: border-box;
  padding-inline: 12px;
}

.memory-v2-shell .memory-seo-editorial .memory-faq {
  min-height: 0;
}

.site-shell:has(> .memory-v2-shell) > .footer {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-seo-editorial {
    width: 100%;
    padding-inline: 0;
  }

  .memory-v2-shell .memory-seo-overview,
  .memory-v2-shell .memory-seo-editorial .memory-faq {
    width: calc(100% - 20px);
    padding-inline: 4px;
  }

  .site-shell:has(> .memory-v2-shell) > .footer {
    border-radius: 22px 22px 0 0;
  }
}
.memory-v2-shell .memory-details-card .memory-brief-grid > label,
.memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child {
  color: #5f574c !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: -.005em !important;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label > :is(input, select) {
  box-sizing: border-box;
  font-size: 16px !important;
  font-weight: 470 !important;
  line-height: 1.35 !important;
}
.memory-v2-shell .memory-start-layout {
  grid-template-columns: minmax(0, 61%) minmax(340px, 39%);
  align-items: stretch;
  background: #fffdfa;
}

.memory-v2-shell .memory-brief {
  padding: clamp(30px, 3.2vw, 48px);
  background: #fffdfa;
}

.memory-v2-shell .memory-brief > header {
  max-width: 700px;
}

.memory-v2-shell .memory-brief > header h2 {
  margin: 10px 0;
  font-size: clamp(31px, 2.65vw, 39px);
  font-weight: 480;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.memory-v2-shell .memory-brief > header p,
.memory-v2-shell .memory-start-editorial > p {
  color: #70675b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}

.memory-v2-shell .memory-input-modes {
  gap: 10px;
  margin-top: 22px;
}

.memory-v2-shell .memory-input-modes > span,
.memory-v2-shell .memory-input-modes > .memory-voice-mode {
  min-height: 88px;
  padding: 15px 16px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(66, 48, 25, .035);
}

.memory-v2-shell .memory-page .memory-start-layout .memory-input-modes b,
.memory-v2-shell .memory-page .memory-start-layout .memory-input-modes > .memory-voice-mode .voice-input-control {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.memory-v2-shell .memory-page .memory-start-layout .memory-input-modes small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.memory-v2-shell .memory-page .memory-start-editorial > p {
  font-size: 12px;
  font-weight: 400;
}

.memory-v2-shell .memory-voice-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.memory-v2-shell .memory-voice-title .voice-input-control {
  flex: 0 0 auto;
}

.memory-v2-shell .memory-story-field > span {
  font-size: 14px;
  font-weight: 590;
}

.memory-v2-shell .memory-story-field textarea {
  min-height: 145px;
  padding: 16px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.memory-v2-shell .memory-paste-note {
  font-size: 11px !important;
  font-weight: 400 !important;
}

.memory-v2-shell .memory-details-heading {
  margin: 24px 0 11px;
  padding-top: 20px;
}

.memory-v2-shell .memory-details-heading span {
  font-size: 15px;
  font-weight: 600;
}

.memory-v2-shell .memory-details-heading small {
  font-size: 11.5px;
  font-weight: 400;
}

.memory-v2-shell .memory-brief-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 10px;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label,
.memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child {
  grid-column: auto !important;
  min-width: 0;
  font-size: 12px;
  font-weight: 520;
  letter-spacing: 0;
}

.memory-v2-shell .memory-brief-grid :is(input, select) {
  width: 100%;
  min-height: 50px;
  margin-top: 7px;
  padding-inline: 12px;
  border-radius: 13px;
  font-size: 13px !important;
  font-weight: 430;
}

.memory-v2-shell .memory-primary-action {
  margin-top: 19px;
  padding-top: 18px;
}

.memory-v2-shell .memory-primary-action .button {
  min-height: 48px;
  font-size: 13px;
  font-weight: 620;
}

.memory-v2-shell .memory-start-editorial {
  justify-content: center;
  padding: clamp(34px, 3.5vw, 54px);
  border-left: 1px solid #ded1bd;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .42), transparent 46%),
    linear-gradient(160deg, #f1e7d7 0%, #f8f3e9 56%, #eee3d2 100%);
  box-shadow: inset 14px 0 34px rgba(65, 47, 24, .035);
}

.memory-v2-shell .memory-start-editorial h2 {
  max-width: 500px;
  margin: 16px 0 14px;
  font-size: clamp(31px, 2.65vw, 39px);
  font-weight: 480;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.memory-v2-shell .memory-start-editorial > p {
  max-width: 510px;
}

.memory-v2-shell .memory-editorial-note {
  padding: 17px 18px;
  border-radius: 16px;
  background: rgba(255, 253, 249, .7);
  font-size: 13px;
  font-weight: 440;
  line-height: 1.5;
}

.memory-v2-shell .memory-editorial-steps article strong {
  font-size: 14px;
  font-weight: 580;
}

.memory-v2-shell .memory-editorial-steps article small {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.45;
}

.memory-v2-shell .memory-editorial-steps article > b {
  font-size: 10px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .memory-v2-shell .memory-start-layout {
    grid-template-columns: 1fr;
  }

  .memory-v2-shell .memory-start-editorial {
    border-top: 1px solid #ded1bd;
    border-left: 0;
    box-shadow: inset 0 14px 34px rgba(65, 47, 24, .035);
  }
}

@media (max-width: 760px) {
  .memory-v2-shell .memory-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .memory-v2-shell .memory-brief-grid label:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 520px) {
  .memory-v2-shell .memory-brief,
  .memory-v2-shell .memory-start-editorial {
    padding: 24px 18px;
  }

  .memory-v2-shell .memory-brief > header h2 {
    font-size: 29px;
  }

  .memory-v2-shell .memory-start-editorial h2 {
    font-size: 29px;
  }

  .memory-v2-shell .memory-brief > header p,
  .memory-v2-shell .memory-start-editorial > p {
    font-size: 13px;
  }

  .memory-v2-shell .memory-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .memory-v2-shell .memory-brief-grid > label:nth-child(n + 3) {
    grid-column: 1 / -1 !important;
  }

  .memory-v2-shell .memory-brief-grid label:last-child {
    grid-column: auto !important;
  }
}
.memory-v2-shell .memory-details-card {
  margin: 26px 0 0;
  overflow: hidden;
  border: 1px solid #ded3c2;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(250, 246, 238, .94), rgba(255, 253, 249, .98));
  box-shadow: 0 12px 30px rgba(59, 43, 24, .035);
}

.memory-v2-shell .memory-details-heading {
  display: grid;
  grid-template-columns: minmax(180px, .45fr) minmax(0, 1fr);
  align-items: end;
  gap: 20px;
  margin: 0;
  padding: 11px 18px 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.memory-v2-shell .memory-details-heading span {
  color: #1d1914;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.012em;
}

.memory-v2-shell .memory-details-heading small {
  justify-self: end;
  max-width: 520px;
  color: #766d61;
  font-size: 12.5px;
  font-weight: 420;
  line-height: 1.5;
  text-align: right;
}

.memory-v2-shell .memory-brief-grid {
  grid-template-columns: 1.05fr 1.05fr 1.12fr 1.05fr .88fr !important;
  gap: 12px;
  margin: 0;
  padding: 4px 18px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label,
.memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child {
  display: grid;
  grid-column: auto !important;
  grid-template-rows: auto 42px;
  gap: 8px;
  min-width: 0;
  color: #5f574c;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.005em;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label > :is(input, select) {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #d8ccb9;
  border-radius: 15px;
  outline: 0;
  background-color: rgba(255, 255, 255, .82);
  color: #231f1a;
  font-family: inherit;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.35;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label > .angroos-select {
  width: 100%;
  min-width: 0;
  height: 42px;
  min-height: 42px;
  margin: 0;
}

.memory-v2-shell .memory-details-card .memory-brief-grid > label > .angroos-select > .angroos-select-trigger {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  min-height: 42px;
  margin: 0;
  padding-block: 0;
  border-radius: 15px;
}

.memory-v2-shell .memory-brief-grid :is(input, select):hover {
  border-color: #c8b896;
  background-color: #fff;
}

.memory-v2-shell .memory-brief-grid :is(input, select):focus {
  border-color: #a87724;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(168, 119, 36, .11);
}

.memory-v2-shell .memory-details-card .memory-brief-grid input::placeholder {
  color: #9b9388;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 1;
}
.memory-v2-shell .memory-page .memory-start-layout .memory-brief > header h2 {
  font-size: clamp(31px, 2.65vw, 39px);
  font-weight: 480;
  line-height: 1.04;
  letter-spacing: -.04em;
}

@media (max-width: 920px) {
  .memory-v2-shell .memory-details-card {
    margin-top: 24px;
  }

  .memory-v2-shell .memory-details-heading {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .memory-v2-shell .memory-details-heading small {
    justify-self: start;
    text-align: left;
  }

  .memory-v2-shell .memory-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .memory-v2-shell .memory-brief-grid label:last-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 520px) {
  .memory-v2-shell .memory-page .memory-start-layout .memory-brief > header h2 {
    font-size: 27px;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial h2 {
    font-size: 27px;
    font-weight: 480;
    line-height: 1.04;
  }

  .memory-v2-shell .memory-details-card {
    margin-top: 22px;
    border-radius: 16px;
  }

  .memory-v2-shell .memory-details-heading {
    margin-top: 0;
    padding: 11px 14px 6px;
    border-radius: 0;
  }

  .memory-v2-shell .memory-details-heading span {
    font-size: 15px;
  }

  .memory-v2-shell .memory-details-heading small {
    font-size: 12px;
  }

  .memory-v2-shell .memory-brief-grid {
    grid-template-columns: 1fr !important;
    gap: 11px;
    padding: 4px 14px 12px;
    border-radius: 0;
  }

  .memory-v2-shell .memory-brief-grid label:last-child {
    grid-column: auto !important;
  }

  .memory-v2-shell .memory-details-card .memory-brief-grid > label,
  .memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child {
    grid-template-rows: auto 42px;
    font-size: 13px !important;
    font-weight: 600;
  }

  .memory-v2-shell .memory-details-card .memory-brief-grid > label > :is(input, select) {
    min-height: 42px;
    height: 42px;
    font-size: 13px !important;
  }

  .memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child > input {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .memory-v2-shell .memory-intro-strip,
  .memory-v2-shell .memory-progress,
  .memory-v2-shell .memory-studio {
    width: calc(100% - 12px);
    max-width: none;
    margin-right: 6px;
    margin-left: 6px;
  }

  .memory-v2-shell .memory-seo-overview,
  .memory-v2-shell .memory-seo-editorial .memory-faq {
    width: calc(100% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    padding-right: 0;
    padding-left: 0;
  }

  .memory-v2-shell .memory-progress {
    border-radius: 30px;
  }

  .memory-v2-shell .memory-details-card .memory-brief-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .memory-v2-shell .memory-details-card .memory-brief-grid > label:nth-child(n + 3),
  .memory-v2-shell .memory-details-card .memory-brief-grid > label:last-child {
    grid-column: 1 / -1 !important;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-input-modes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    overflow: visible;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-input-modes > span,
  .memory-v2-shell .memory-page .memory-start-layout .memory-input-modes > label,
  .memory-v2-shell .memory-page .memory-start-layout .memory-input-modes > .memory-voice-mode {
    width: 100%;
    min-height: 92px;
    padding: 15px 18px;
    flex: none;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    border-radius: 22px;
    text-align: left;
  }

  .memory-v2-shell .memory-voice-title {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    align-items: center;
    gap: 12px;
  }

  .memory-v2-shell .memory-voice-title > b {
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
  }

  .memory-v2-shell .memory-voice-title .voice-input-control {
    width: 36px !important;
    min-width: 36px;
    min-height: 36px !important;
    padding: 0 !important;
    grid-column: 2;
    grid-row: 1;
  }

  .memory-v2-shell .memory-voice-title .voice-input-button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
.memory-v2-shell .memory-mode-switch {
  margin: 22px 0 9px;
  padding: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  border: 1px solid #d8ccb9;
  border-radius: 999px;
  background: #f2ece1;
}

.memory-v2-shell .memory-mode-switch button {
  min-width: 0;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6f675b;
  font: 620 11px/1 var(--sans);
  cursor: pointer;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.memory-v2-shell .memory-mode-switch button.active {
  background: #211c17;
  color: #fff;
  box-shadow: 0 7px 18px rgba(40, 31, 21, .14);
}

.memory-v2-shell .memory-mode-panel {
  padding: 13px;
  border: 1px solid #ddd1bf;
  border-radius: 20px;
  background: rgba(255, 253, 249, .92);
}

.memory-v2-shell .memory-mode-panel .memory-story-field {
  gap: 6px;
}

.memory-v2-shell .memory-mode-panel .memory-story-field textarea {
  min-height: 118px;
  padding: 13px 15px;
  border-radius: 15px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.55;
}

.memory-v2-shell .memory-mode-speak-head {
  margin: 0 2px 10px;
  padding: 1px 1px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #e4dbcd;
}

.memory-v2-shell .memory-mode-speak-head > div {
  min-width: 0;
}

.memory-v2-shell .memory-mode-speak-head b,
.memory-v2-shell .memory-mode-speak-head small {
  display: block;
}

.memory-v2-shell .memory-mode-speak-head b {
  font-size: 12px;
  font-weight: 620;
}

.memory-v2-shell .memory-mode-speak-head small {
  margin-top: 3px;
  color: #81786c;
  font-size: 9px;
  line-height: 1.4;
}

.memory-v2-shell .memory-mode-speak-head .voice-input-button {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.memory-v2-shell .memory-mode-upload {
  min-height: 118px;
  padding: 17px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-content: center;
  align-items: center;
  column-gap: 12px;
  border: 1px dashed #c7ad7c;
  border-radius: 15px;
  background: #fbf7ef;
  cursor: pointer;
}

.memory-v2-shell .memory-mode-upload > span {
  width: 36px;
  height: 36px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  border: 1px solid #d4c4a7;
  border-radius: 50%;
  color: #8d6727;
  font-size: 18px;
}

.memory-v2-shell .memory-mode-upload b {
  font-size: 12px;
  font-weight: 620;
}

.memory-v2-shell .memory-mode-upload small {
  margin-top: 3px;
  color: #81786c;
  font-size: 9px;
  line-height: 1.4;
}

.memory-v2-shell .memory-mode-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-mode-switch {
    margin-top: 18px;
  }

  .memory-v2-shell .memory-mode-switch button {
    min-height: 38px;
    padding-inline: 8px;
    font-size: 10px;
  }

  .memory-v2-shell .memory-mode-panel {
    padding: 10px;
    border-radius: 18px;
  }

  .memory-v2-shell .memory-mode-panel .memory-story-field textarea,
  .memory-v2-shell .memory-mode-upload {
    min-height: 108px;
  }
}
.memory-brief-grid .angroos-select-trigger, .memory-brief-grid .angroos-select-menu > button { font-size: 13px; font-weight: 500; }
.memory-page .memory-start-layout .memory-brief-grid .angroos-select-trigger, .memory-page .memory-start-layout .memory-brief-grid .angroos-select-menu > button { font-size: 10px; }

.memory-v2-shell .memory-details-card .angroos-select-trigger:focus-visible {
  border-color: #b98b36;
  outline: 2px solid rgba(185, 139, 54, .28);
  outline-offset: 2px;
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial {
    width: auto;
    margin: 10px;
    padding: 25px 17px 17px;
    border: 1px solid #ddcfb9;
    border-radius: 24px;
    background: linear-gradient(155deg, #f8f2e8, #eee2d1);
    box-shadow: 0 12px 34px rgba(55, 40, 22, .06);
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial h2 {
    max-width: 100%;
    margin: 13px 0 11px;
    font-size: 25px;
    line-height: 1.04;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial > p {
    font-size: 12px;
    line-height: 1.55;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-note {
    margin-top: 17px;
    padding: 13px 14px;
    border: 0;
    border-radius: 15px;
    background: rgba(255, 253, 249, .76);
    font-size: 11px;
    line-height: 1.5;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps {
    margin-top: 13px;
    display: grid;
    gap: 7px;
    border: 0;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article {
    min-height: 72px;
    padding: 12px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    column-gap: 11px;
    border: 1px solid rgba(205, 188, 159, .72);
    border-radius: 15px;
    background: rgba(255, 253, 249, .56);
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article > b {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #efe1c6;
    color: #8f6726;
    font-size: 9px;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article > div {
    min-width: 0;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article strong,
  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article small {
    display: block;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article strong {
    font-size: 12px;
    font-weight: 620;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article small {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions {
    width: max-content;
    min-height: 34px;
    display: flex;
  }

  .memory-v2-shell .memory-page .memory-hero-full-bleed .experience-hero-actions .button {
    width: auto !important;
    min-width: 0;
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 9px;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .memory-v2-shell .memory-page .memory-progress {
    padding: 4px;
    gap: 3px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .memory-v2-shell .memory-page .memory-progress button {
    min-height: 34px;
    padding: 5px 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .memory-v2-shell .memory-page .memory-progress button > span {
    order: 1;
    display: inline;
    margin: 0;
    flex-shrink: 0;
  }
  .memory-v2-shell .memory-page .memory-intro-strip {
    padding: 0 6px 3px 0;
    display: flex;
    gap: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    scrollbar-width: none;
  }

  .memory-v2-shell .memory-page .memory-intro-strip::-webkit-scrollbar {
    display: none;
  }

  .memory-v2-shell .memory-page .memory-intro-strip article {
    min-width: 0;
    min-height: 66px;
    box-sizing: border-box;
    padding: 11px;
    flex: 0 0 calc((100% - 9px) / 1.5);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 9px;
    border: 1px solid #ddcfb9 !important;
    border-radius: 22px;
    background: rgba(255, 253, 249, .92);
    box-shadow: 0 10px 28px rgba(53, 40, 23, .05);
    text-align: left;
    scroll-snap-align: start;
  }

  .memory-v2-shell .memory-page .memory-intro-strip article > span {
    width: 30px;
    height: 30px;
    margin: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f4ead7;
    font-size: 10px;
  }

  .memory-v2-shell .memory-page .memory-intro-strip article > div {
    min-width: 0;
  }

  .memory-v2-shell .memory-page .memory-intro-strip strong,
  .memory-v2-shell .memory-page .memory-intro-strip small {
    display: block;
  }

  .memory-v2-shell .memory-page .memory-intro-strip strong {
    font-size: 12px;
    font-weight: 520;
    line-height: 1.25;
  }

  .memory-v2-shell .memory-page .memory-intro-strip small {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.memory-page .experience-hero.memory-hero-full-bleed .experience-hero-copy h1,
.memory-page h2 {
  max-width:none !important;
  margin-inline:0 !important;
  display:-webkit-box !important;
  overflow:hidden !important;
  font-family:var(--font-geist),Arial,sans-serif !important;
  font-size:clamp(27px,2.25vw,34px) !important;
  font-weight:480 !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
  white-space:normal !important;
  text-wrap:balance;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
}

@media (max-width:720px) {
  .memory-page .experience-hero.memory-hero-full-bleed .experience-hero-copy h1,
  .memory-page h2 {
    font-size:25px !important;
    font-weight:480 !important;
  }
}
.memory-v2-shell .memory-mode-switch {
  width:min(100%,285px);
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:20px 0 12px;
  padding:3px;
}

.memory-v2-shell .memory-mode-switch button {
  min-height:34px;
  padding-inline:9px;
  font-size:9px;
  font-weight:680;
}

.memory-v2-shell .memory-mode-panel {
  height:155px;
  min-height:155px;
  box-sizing:border-box;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}

.memory-v2-shell .memory-story-compose {
  height:100%;
  display:block;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
}

.memory-v2-shell .memory-mode-panel .memory-story-field {
  position:relative;
  height:100%;
  gap:8px;
  padding:0;
}

.memory-v2-shell .memory-mode-panel .memory-story-field textarea {
  flex:1 1 auto;
  min-height:116px;
  padding:15px 58px 34px 16px;
  border:1px solid #d5c7b2;
  border-radius:16px;
  background:#fffdf9;
  box-shadow:0 8px 24px rgba(54,40,21,.035);
}

.memory-v2-shell .memory-mode-panel .memory-mode-upload {
  height:100%;
  min-height:0;
  box-sizing:border-box;
}

.memory-v2-shell .memory-mode-panel .memory-story-field > .voice-input-control {
  position:absolute;
  right:11px;
  bottom:9px;
  z-index:2;
}

.memory-v2-shell .memory-mode-panel .memory-story-field > .voice-input-control .voice-input-button {
  width:36px;
  height:36px;
  min-height:36px;
  border-radius:50%;
}

.memory-v2-shell .memory-mode-panel .memory-paste-note {
  right:58px;
  bottom:13px;
  left:16px;
  overflow:hidden;
  color:#8b8174;
  font-size:9px !important;
  line-height:1.25;
  text-align:left;
  text-overflow:ellipsis;
  white-space:nowrap;
}

@media (max-width:600px) {
  .memory-v2-shell .memory-mode-switch {
    width:min(100%,255px);
    margin-top:17px;
  }

  .memory-v2-shell .memory-mode-switch button {
    min-height:34px;
    padding-inline:8px;
    font-size:9px;
    font-weight:680;
  }

  .memory-v2-shell .memory-mode-panel {
    padding:0;
  }
}
.memory-v2-shell .memory-details-card .memory-brief-grid > label > input,
.memory-v2-shell .memory-details-card .memory-brief-grid > label > select,
.memory-v2-shell .memory-details-card .memory-brief-grid .angroos-select-trigger,
.memory-v2-shell .memory-details-card .memory-brief-grid .angroos-select-menu > button {
  font-family:var(--font-geist),Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  letter-spacing:0 !important;
}

.memory-v2-shell .memory-details-card .memory-brief-grid input::placeholder {
  font-family:var(--font-geist),Arial,sans-serif !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1.3 !important;
  letter-spacing:0 !important;
}
.memory-v2-shell .memory-mode-switch button {
  font-size:13px !important;
  font-weight:680 !important;
}

.memory-v2-shell .memory-primary-action {
  margin-top:14px !important;
  padding-top:0 !important;
  border-top:0 !important;
}
.memory-v2-shell .memory-start-editorial {
  position:relative;
  isolation:isolate;
  justify-content:center;
  overflow:hidden;
  padding:clamp(34px,3.6vw,54px);
  background:
    radial-gradient(circle at 88% 9%,rgba(203,159,79,.22),transparent 28%),
    radial-gradient(circle at 8% 92%,rgba(255,255,255,.72),transparent 32%),
    linear-gradient(150deg,#f3eadc 0%,#faf6ef 56%,#eee1cc 100%);
  box-shadow:inset 12px 0 36px rgba(68,49,22,.035);
}

.memory-v2-shell .memory-start-editorial::before {
  content:"";
  position:absolute;
  z-index:-1;
  top:34px;
  right:38px;
  width:88px;
  height:88px;
  border:1px solid rgba(153,111,42,.2);
  border-radius:50%;
  box-shadow:
    24px 22px 0 -12px rgba(255,253,249,.55),
    -18px 48px 0 -26px rgba(167,119,39,.18);
}

.memory-v2-shell .memory-start-editorial > .eyebrow {
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,253,249,.64);
  color:#8d6729;
}

.memory-v2-shell .memory-start-editorial h2 {
  max-width:460px;
  margin:18px 0 13px;
  font-family:var(--font-geist),Arial,sans-serif !important;
  font-size:clamp(27px,2.25vw,34px) !important;
  font-weight:480 !important;
  line-height:1.02 !important;
  letter-spacing:-.045em !important;
}

.memory-v2-shell .memory-start-editorial > p {
  max-width:475px;
  color:#71685c;
  font-size:12px;
  line-height:1.62;
}

.memory-v2-shell .memory-editorial-note {
  position:relative;
  margin-top:22px;
  padding:3px 0 3px 18px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#51483d;
  font-size:12px;
  font-weight:520;
  line-height:1.48;
}

.memory-v2-shell .memory-editorial-note::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:3px;
  border-radius:99px;
  background:linear-gradient(#b8832d,#e0c58f);
}

.memory-v2-shell .memory-editorial-steps {
  position:relative;
  margin-top:26px;
  display:grid;
  gap:17px;
  border:0;
}

.memory-v2-shell .memory-editorial-steps::before {
  content:"";
  position:absolute;
  top:16px;
  bottom:16px;
  left:15px;
  width:1px;
  background:linear-gradient(rgba(166,119,39,.5),rgba(166,119,39,.1));
}

.memory-v2-shell .memory-editorial-steps article,
.memory-v2-shell .memory-editorial-steps article:last-child {
  position:relative;
  z-index:1;
  min-height:48px;
  padding:0;
  display:grid;
  grid-template-columns:32px 1fr;
  gap:13px;
  align-items:start;
  border:0 !important;
}

.memory-v2-shell .memory-editorial-steps article > b {
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(161,113,34,.34);
  border-radius:50%;
  background:#fbf5ea;
  color:#9a6c25;
  font-size:9px;
  box-shadow:0 6px 15px rgba(79,56,22,.06);
}

.memory-v2-shell .memory-editorial-steps article strong {
  padding-top:1px;
  font-size:13px;
  font-weight:620;
}

.memory-v2-shell .memory-editorial-steps article small {
  margin-top:4px;
  color:#7d7366;
  font-size:10.5px;
  line-height:1.4;
}

@media (max-width:520px) {
  .memory-v2-shell .memory-start-editorial h2 {
    font-size:25px !important;
  }

  .memory-v2-shell .memory-start-editorial::before {
    top:22px;
    right:18px;
    width:64px;
    height:64px;
  }
}

@media (max-width:600px) {
  .memory-v2-shell .memory-mode-switch button {
    font-size:11px !important;
    font-weight:500 !important;
    min-height:28px;
    padding-block:4px;
    line-height:1.25;
  }
  .memory-v2-shell .memory-mode-switch {
    padding:3px;
  }
  body#angroos-site #memory-studio .memory-start-layout .memory-primary-action > button.button {
    min-height:42.2px !important;
    font-size:11px !important;
  }
  .memory-v2-shell .memory-details-card .memory-brief-grid > label {
    grid-template-rows:auto 38px;
  }
  .memory-v2-shell .memory-details-card .memory-brief-grid > label > :is(input, select, .angroos-select),
  .memory-v2-shell .memory-details-card .memory-brief-grid > label > .angroos-select > .angroos-select-trigger {
    min-height:38px;
    height:38px;
    padding-block:0;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial {
    width:100%;
    margin:0;
    padding:24px 22px 20px;
    justify-content:flex-start;
    align-content:start;
    gap:0;
    border:0;
    border-radius:0 0 22px 22px;
    background:
      radial-gradient(circle at 100% 0,rgba(198,153,75,.14),transparent 34%),
      linear-gradient(155deg,#fffdfa 0%,#f8f4ec 58%,#f3ecdf 100%);
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.9),
      0 18px 42px rgba(65,48,24,.07);
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial::before {
    display:none;
    top:20px;
    right:15px;
    width:52px;
    height:52px;
    opacity:.58;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial > .eyebrow {
    padding:0;
    background:transparent;
    font-size:9px;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial h2 {
    max-width:330px;
    margin:0 0 10px;
    padding-left:0;
    border-left:0;
    font-size:24px !important;
    font-weight:500;
    line-height:1.18;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial > p {
    max-width:100%;
    margin:0;
    font-size:14px;
    line-height:1.65;
    color:#55534d;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-note {
    margin-top:14px;
    padding:3px 0 3px 14px;
    border:0;
    border-radius:0;
    background:transparent;
    font-size:13px;
    font-weight:500;
    line-height:1.5;
    box-shadow:none;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-note::before {
    display:block;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps {
    margin-top:12px;
    gap:0;
    border:0;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps::before {
    display:block;
    top:22px;
    bottom:22px;
    left:18px;
    background:linear-gradient(rgba(174,126,48,.45),rgba(174,126,48,.08));
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article,
  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article:last-child {
    min-height:56px;
    padding:5px 0;
    grid-template-columns:36px minmax(0,1fr);
    align-items:center;
    column-gap:14px;
    border:0 !important;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article > div {
    min-height:36px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:2px;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article > b {
    width:36px;
    height:36px;
    border:1px solid rgba(161,113,34,.22);
    background:#f7eedf;
    font-size:11px;
    box-shadow:0 0 0 5px rgba(250,247,240,.92);
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article strong {
    padding-top:0;
    font-size:12px;
    font-weight:600;
    line-height:1.25;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-editorial-steps article small {
    margin-top:0;
    font-size:11.5px;
    line-height:1.4;
  }

  .memory-v2-shell .memory-page .memory-start-layout .memory-brief > header > p,
  .memory-v2-shell .memory-page .memory-start-layout .memory-start-editorial > p,
  .memory-v2-shell .memory-page .memory-seo-copy > p,
  .memory-v2-shell .memory-page textarea#memory-story {
    font-size:11.5px !important;
  }

  .memory-v2-shell .memory-page .memory-progress {
    margin-top:10px !important;
    margin-bottom:0;
  }

  .memory-v2-shell .memory-page .memory-studio {
    margin-top:10px !important;
  }

  .memory-v2-shell .memory-page .memory-intro-strip {
    margin-top:10px !important;
  }
}
