html,body,#hera-root{width:100%;height:100%;margin:0;overflow:hidden;background:transparent}
:root{
  --hera-ink:#17120d;--hera-muted:#746a60;--hera-gold:#aa6900;--hera-gold-2:#d5a24d;--hera-gold-deep:#5e3300;
  --hera-cream:#fffaf4;--hera-panel:#fffdf9;--hera-line:rgba(130,87,27,.13);--hera-soft:#f6eee4;
  --hera-shadow:0 22px 56px rgba(68,42,12,.10);--hera-shadow-lg:0 34px 90px rgba(49,30,8,.22);
  --hera-spring:cubic-bezier(.2,.84,.25,1);--hera-serif:Georgia,"Times New Roman",serif;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
button,input,textarea,select{font:inherit}
button{cursor:pointer;color:inherit}
svg{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hera-body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;color:var(--hera-ink);overscroll-behavior:none}
.launcher{position:fixed;inset:0;width:72px;height:72px;border:0;background:transparent;padding:0;border-radius:50%;display:grid;place-items:center;cursor:pointer;transition:transform .28s var(--hera-spring),filter .2s ease}
.launcher:hover{transform:translateY(-2px) scale(1.02)}.launcher:active{transform:scale(.94)}
.launcher img{width:68px;height:68px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 16px 28px rgba(50,27,0,.34))}.launcher i{position:absolute;right:5px;bottom:6px;width:16px;height:16px;background:#20c75a;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.14)}
.hera-shell{position:fixed;inset:0;overflow:hidden;color:var(--hera-ink);background:linear-gradient(180deg,#fffdf9 0%,#fff9f2 58%,#f9f1e8 100%);border:1px solid rgba(255,255,255,.84);box-shadow:var(--hera-shadow-lg);isolation:isolate}
.hera-shell:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(560px 300px at 10% -8%,rgba(255,255,255,.96),transparent 72%),radial-gradient(480px 280px at 96% 4%,rgba(226,186,112,.16),transparent 72%)}
.hera-shell.compact{border-radius:30px}.hera-shell.full{border-radius:22px}
.hera-view{height:100%;display:flex;flex-direction:column;opacity:0;transform:translateY(3px);transition:opacity .18s ease,transform .25s var(--hera-spring)}.hera-view.is-ready{opacity:1;transform:none}
.hera-header{position:relative;z-index:30;height:78px;flex:0 0 78px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--hera-line);background:rgba(255,252,247,.88);backdrop-filter:blur(24px) saturate(155%);-webkit-backdrop-filter:blur(24px) saturate(155%)}
.hera-header.with-back{grid-template-columns:auto auto minmax(0,1fr) auto auto}.brand-logo{width:48px;height:48px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 8px 18px rgba(77,42,2,.18))}.hera-title{min-width:0}.hera-title b{display:block;font:700 19px/1.1 var(--hera-serif);letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hera-title span{display:flex;align-items:center;gap:7px;margin-top:4px;color:var(--hera-muted);font-size:11.5px;white-space:nowrap}.online{width:9px;height:9px;border-radius:50%;background:#1bc65a;box-shadow:0 0 0 4px rgba(27,198,90,.10)}
.icon-btn{width:42px;height:42px;border:1px solid rgba(128,89,39,.09);border-radius:14px;background:rgba(255,255,255,.82);display:grid;place-items:center;box-shadow:0 9px 24px rgba(49,30,8,.08);transition:transform .22s var(--hera-spring),background .2s ease,box-shadow .2s ease}.icon-btn:hover{background:#fff;box-shadow:0 12px 30px rgba(49,30,8,.12)}.icon-btn:active{transform:scale(.9)}.icon-btn svg{width:21px;height:21px}.nav-back{margin-right:-3px}
.hera-main{position:relative;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:20px 18px 34px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hera-main::-webkit-scrollbar,.product-row::-webkit-scrollbar,.thread-tabs::-webkit-scrollbar,.search-tabs::-webkit-scrollbar{display:none}
.premium-panel,.panel-card{background:rgba(255,253,249,.92);border:1px solid rgba(145,96,31,.12);box-shadow:0 14px 38px rgba(57,36,10,.07);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.eyebrow,.section-label{font-size:11px;font-weight:800;letter-spacing:.19em;text-transform:uppercase;color:var(--hera-gold)}.section-label{margin:20px 3px 10px;color:#17120d;letter-spacing:.14em}
.gold-btn,.ghost-btn,.new-chat-btn{border-radius:14px;min-height:46px;padding:11px 16px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .22s var(--hera-spring),filter .18s ease,box-shadow .2s ease}.gold-btn{border:1px solid rgba(255,255,255,.28);color:#fff;background:linear-gradient(135deg,#4b2802 0%,#9d5f00 52%,#ca8b20 100%);box-shadow:0 13px 28px rgba(128,73,0,.22)}.ghost-btn{border:1px solid var(--hera-line);background:#fff;color:var(--hera-ink)}.gold-btn:active,.ghost-btn:active,.new-chat-btn:active,.pressable:active{transform:scale(.965)}.gold-btn:disabled,.ghost-btn:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.gold-btn svg{width:18px;height:18px}.text-link{border:0;background:transparent;color:var(--hera-gold);font-weight:750;padding:14px}
/* Home */
.home-screen{padding-top:16px}.home-hero{border-radius:24px;padding:22px 20px;text-align:center}.home-hero h1{margin:7px auto 9px;max-width:620px;font:700 clamp(34px,6.6vw,52px)/1.02 var(--hera-serif);letter-spacing:-.045em}.home-hero p{margin:0 auto;max-width:570px;color:var(--hera-muted);font-size:14px;line-height:1.5}.inline-ask{height:58px;margin:18px auto 0;max-width:720px;display:flex;align-items:center;gap:4px;padding:5px 6px 5px 17px;border-radius:20px;background:#fff;border:1px solid rgba(136,91,30,.10);box-shadow:0 12px 28px rgba(57,35,8,.08)}.inline-ask input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:14px;color:var(--hera-ink)}.inline-ask input::placeholder{color:#91867b}.input-btn,.home-send{width:42px;height:42px;border:0;border-radius:13px;display:grid;place-items:center}.input-btn{background:transparent;color:var(--hera-gold)}.input-btn svg{width:22px;height:22px}.home-send{color:#fff;background:radial-gradient(circle at 30% 18%,#e5b95d 0,#a26300 42%,#4f2900 76%,#2b1600 100%);box-shadow:0 8px 18px rgba(111,62,0,.23)}.home-send svg{width:20px;height:20px;stroke:#fff}
.help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.help-card{min-width:0;min-height:86px;border:1px solid rgba(142,95,32,.11);border-radius:17px;background:rgba(255,255,255,.84);box-shadow:0 8px 24px rgba(57,35,8,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:8px 5px;color:var(--hera-gold);font-size:11px;font-weight:750;transition:transform .22s var(--hera-spring),box-shadow .2s ease,background .2s ease}.help-card:hover{background:#fff;box-shadow:0 13px 28px rgba(57,35,8,.09);transform:translateY(-1px)}.help-card svg{width:27px;height:27px}.help-card span{line-height:1.1;text-align:center}
.wedding-card{width:100%;min-width:0;margin:12px 0 0;padding:8px;border:1px solid rgba(143,96,34,.10);border-radius:20px;background:linear-gradient(100deg,#f4e7dc,#f7ede3 58%,#f1dfcf);box-shadow:0 12px 30px rgba(57,35,8,.07);display:grid;grid-template-columns:78px minmax(0,1fr);grid-template-areas:"image copy" "image cta";gap:4px 11px;align-items:center;text-align:left;overflow:hidden;transition:transform .23s var(--hera-spring),box-shadow .2s ease}.wedding-card img{grid-area:image;width:78px;height:82px;border-radius:14px;object-fit:cover}.wedding-copy{grid-area:copy;min-width:0;align-self:end}.wedding-copy strong{display:block;font:700 17px/1.12 var(--hera-serif);letter-spacing:-.02em}.wedding-copy>span{display:block;margin-top:3px;color:var(--hera-muted);font-size:10.5px;line-height:1.3}.wedding-cta{grid-area:cta;justify-self:start;align-self:start;display:inline-flex;align-items:center;gap:3px;color:var(--hera-gold);font-size:11px;font-weight:800}.wedding-cta svg{width:14px;height:14px}.home-footnote{display:flex;align-items:flex-start;gap:10px;margin:16px 3px 0;padding:10px 2px;color:var(--hera-muted);font-size:11px;line-height:1.45}.home-footnote span{color:var(--hera-gold);font-size:20px}.home-footnote p{margin:2px 0 0}
/* Identity */
.identity-screen{display:grid;place-items:center;padding-bottom:24px}.identity-card{width:min(560px,100%);border-radius:28px;padding:28px}.identity-mark{width:68px;height:68px;border-radius:22px;background:#fff;display:grid;place-items:center;box-shadow:0 12px 28px rgba(62,37,7,.08);margin-bottom:18px}.identity-mark img{width:58px;height:58px}.identity-card h1{margin:8px 0 10px;font:700 36px/1.04 var(--hera-serif);letter-spacing:-.04em}.identity-card>p{margin:0;color:var(--hera-muted);line-height:1.55}.identity-card form{display:grid;gap:14px;margin-top:22px}.identity-card label{display:grid;gap:7px}.identity-card label>span{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:750}.identity-card label em,.identity-card label strong{font-style:normal;font-size:10px;color:var(--hera-muted)}.identity-card label strong{color:var(--hera-gold)}.identity-card input,.booking-form input,.booking-form textarea{width:100%;border:1px solid rgba(130,87,27,.16);border-radius:15px;background:#fff;padding:13px 14px;color:var(--hera-ink);outline:0;transition:border-color .2s ease,box-shadow .2s ease}.identity-card input:focus,.booking-form input:focus,.booking-form textarea:focus{border-color:rgba(170,105,0,.58);box-shadow:0 0 0 4px rgba(170,105,0,.08)}.privacy-note{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:13px;background:#faf4ec;color:var(--hera-muted);font-size:11px;line-height:1.4}.privacy-note svg{width:17px;height:17px;flex:0 0 auto;color:var(--hera-gold)}.primary-cta{width:100%}
/* Chat */
.chat-area{padding-top:14px}.back-menu{border:0;background:transparent;padding:3px 0 8px;color:var(--hera-gold);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.message-flow{display:flex;flex-direction:column;gap:13px;padding-bottom:8px}.msg{display:flex;gap:8px;align-items:flex-end}.msg.customer{justify-content:flex-end}.mini-logo{width:32px;height:32px;border-radius:50%;object-fit:contain;flex:0 0 auto;margin-bottom:2px}.message-stack{display:flex;flex-direction:column;gap:8px;max-width:min(78%,650px)}.customer .message-stack{align-items:flex-end}.bubble{width:max-content;max-width:100%;padding:13px 15px;border-radius:19px 19px 19px 6px;background:#fff;border:1px solid rgba(139,94,34,.09);box-shadow:0 9px 23px rgba(55,34,8,.06);font-size:13.5px;line-height:1.48;overflow-wrap:anywhere}.bubble small{display:block;margin-top:7px;color:#8d8174;font-size:9.5px;font-weight:650}.customer .bubble{background:linear-gradient(135deg,#5e3508,#2d1600 72%,#130800);color:#fff;border-color:transparent;border-radius:19px 19px 6px 19px;box-shadow:0 12px 28px rgba(62,33,1,.16)}.customer .bubble small{color:rgba(255,255,255,.68);text-align:right}.message-suggestions,.quick-row{display:flex;flex-wrap:wrap;gap:7px}.message-suggestions button,.quick-row button,.message-action{min-height:38px;border:1px solid rgba(145,96,31,.13);border-radius:13px;background:#fff;padding:8px 12px;color:var(--hera-gold);font-size:11px;font-weight:750;box-shadow:0 6px 16px rgba(54,33,7,.05);transition:transform .2s var(--hera-spring),background .2s ease}.message-suggestions button:active,.quick-row button:active,.message-action:active{transform:scale(.96)}.message-action{display:inline-flex;align-items:center;gap:4px;width:max-content}.message-action svg{width:14px;height:14px}.routine-card{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(139,94,34,.10);border-radius:19px;background:#fff;overflow:hidden;box-shadow:0 10px 26px rgba(55,34,8,.05)}.routine-step{position:relative;min-height:125px;padding:16px 9px 12px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;border-right:1px solid var(--hera-line)}.routine-step:last-of-type{border-right:0}.routine-step>b{position:absolute;left:8px;top:8px;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#f6ecdd;color:var(--hera-gold);font-size:9px}.routine-step svg{width:29px;height:29px;margin-top:8px;color:var(--hera-gold)}.routine-step strong{font-size:11px}.routine-step span{color:var(--hera-muted);font-size:9px;line-height:1.3}.routine-card>p{grid-column:1/-1;margin:0;padding:10px 13px;border-top:1px solid var(--hera-line);color:var(--hera-muted);font-size:10px;line-height:1.4}.chat-section-title,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:9px 0 7px;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.chat-section-title button,.section-heading button{border:0;background:transparent;color:var(--hera-gold);font-weight:750;text-transform:none;letter-spacing:0}.section-heading small{color:var(--hera-muted);font-weight:650;letter-spacing:0;text-transform:none}
.input-bar{position:absolute;z-index:35;left:0;right:0;bottom:0;display:grid;grid-template-columns:44px minmax(0,1fr) 52px;gap:8px;align-items:center;padding:9px 12px max(10px,env(safe-area-inset-bottom));background:rgba(255,250,244,.92);border-top:1px solid var(--hera-line);backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%);box-shadow:0 -12px 34px rgba(50,31,8,.07)}.composer-btn{width:44px;height:44px;border-radius:13px;box-shadow:none}.composer-field{height:48px;display:grid;grid-template-columns:minmax(0,1fr) 40px;align-items:center;border:1px solid rgba(130,87,27,.14);border-radius:16px;background:#fff;box-shadow:0 7px 19px rgba(50,31,8,.05)}.composer-field input{min-width:0;width:100%;border:0;outline:0;background:transparent;padding:0 6px 0 14px;color:var(--hera-ink);font-size:12px}.composer-field input::placeholder{color:#9a8f84}.voice-inline{width:38px;height:38px;border:0;background:transparent;color:var(--hera-gold);display:grid;place-items:center}.voice-inline svg{width:20px;height:20px}.send-btn{width:52px;height:52px;min-height:52px;padding:0;border-radius:16px}.send-btn svg{width:22px;height:22px}.recording{color:#b31616!important;animation:pulse 1s ease infinite}
/* Products / search */
.search-screen{padding-bottom:156px}.search-bar,.thread-search{height:52px;border:1px solid rgba(136,91,30,.13);border-radius:16px;background:#fff;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 8px 0 14px;box-shadow:0 8px 23px rgba(55,34,8,.05)}.search-bar>svg,.thread-search>svg{width:20px;height:20px;color:#6e645b}.search-bar input,.thread-search input{min-width:0;border:0;outline:0;background:transparent;color:var(--hera-ink);font-size:13px}.search-bar button,.thread-search button{border:0;border-radius:11px;background:#f5eadc;color:var(--hera-gold);padding:8px 11px;font-size:11px;font-weight:750}.search-tabs,.thread-tabs{display:flex;overflow:auto;gap:4px;margin:12px 0 9px;padding:3px;border-radius:14px;background:rgba(245,237,228,.72)}.search-tabs button,.thread-tabs button{flex:0 0 auto;border:0;border-radius:11px;background:transparent;padding:8px 13px;font-size:10.5px;font-weight:700;color:#685f56}.search-tabs button.active,.thread-tabs button.active{background:#fff;color:var(--hera-gold);box-shadow:0 5px 14px rgba(55,34,8,.06)}.search-caption{margin:10px 2px 16px;color:var(--hera-muted);font-size:11px}.product-row{display:grid;grid-auto-flow:column;grid-auto-columns:145px;gap:9px;overflow:auto;padding:2px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.product-card{position:relative;scroll-snap-align:start;min-width:0;border:1px solid rgba(137,92,32,.11);border-radius:17px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(55,34,8,.05);padding:8px 8px 10px}.product-image{height:116px;border-radius:13px;background:linear-gradient(145deg,#fffaf5,#f9f3ec);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-copy{padding:8px 1px 1px}.product-copy b{display:block;min-height:34px;font-size:11px;line-height:1.25}.product-copy span{display:block;margin-top:5px;font-size:11px;font-weight:800}.product-add{position:absolute;right:8px;bottom:7px;width:31px;height:31px;border:1px solid rgba(149,98,31,.14);border-radius:10px;background:#fff;color:var(--hera-gold);display:grid;place-items:center}.product-add svg{width:16px;height:16px}.search-products{grid-auto-columns:minmax(145px,1fr)}.suggestion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.suggestion-grid button{min-width:0;border:1px solid rgba(139,94,34,.11);border-radius:13px;background:#fff;padding:10px 11px;display:flex;align-items:center;justify-content:space-between;gap:5px;text-align:left;color:var(--hera-gold);font-size:10.5px;font-weight:700}.suggestion-grid svg{width:14px;height:14px;flex:0 0 auto}.compact-thread-list{display:grid;gap:6px}.compact-thread-list button{border:0;border-bottom:1px solid var(--hera-line);background:transparent;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:10px 3px;text-align:left}.compact-thread-list button>span:first-child{width:32px;height:32px;border-radius:10px;background:#f8eee0;color:var(--hera-gold);display:grid;place-items:center}.compact-thread-list svg{width:17px;height:17px}.compact-thread-list b,.compact-thread-list small{display:block}.compact-thread-list b{font-size:11px}.compact-thread-list small{margin-top:2px;color:var(--hera-muted);font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Booking */
.booking-screen{padding-bottom:30px}.booking-stepper{display:grid;grid-template-columns:repeat(5,1fr);position:relative;margin:0 0 21px}.booking-stepper:before{content:"";position:absolute;left:10%;right:10%;top:14px;height:1px;background:#e4d9cb}.booking-step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.booking-step i{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #ded2c4;font-style:normal;font-size:10px;font-weight:750}.booking-step span{font-size:8.5px;color:#6f665d;white-space:nowrap}.booking-step.active i,.booking-step.done i{background:linear-gradient(135deg,#915400,#c98413);border-color:transparent;color:#fff}.booking-step.active span{color:var(--hera-gold);font-weight:800}.booking-title h1{margin:0;font:700 31px/1.05 var(--hera-serif);letter-spacing:-.035em}.booking-title p{margin:7px 0 17px;color:var(--hera-muted);font-size:12px}.service-list{display:grid;gap:9px}.service-card{width:100%;border:1px solid rgba(137,92,32,.12);border-radius:18px;background:#fff;display:grid;grid-template-columns:86px minmax(0,1fr) 28px;gap:11px;align-items:center;padding:7px;text-align:left;box-shadow:0 7px 20px rgba(55,34,8,.045);transition:transform .22s var(--hera-spring),border-color .2s ease,box-shadow .2s ease}.service-card:active{transform:scale(.98)}.service-card.selected{border-color:rgba(170,105,0,.65);box-shadow:0 0 0 2px rgba(170,105,0,.08),0 10px 24px rgba(75,44,5,.07)}.service-card img{width:86px;height:86px;border-radius:14px;object-fit:cover}.service-copy{min-width:0}.service-copy strong{display:block;font:700 17px/1.12 var(--hera-serif)}.service-copy>span{display:block;margin-top:4px;color:var(--hera-muted);font-size:10px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-copy small{display:block;margin-top:6px;font-size:10px;font-weight:750}.service-check{width:26px;height:26px;border:1px solid #d8cbbb;border-radius:50%;display:grid;place-items:center;font-style:normal;color:#fff}.selected .service-check{background:var(--hera-gold);border-color:var(--hera-gold)}.booking-note{display:flex;align-items:flex-start;gap:9px;margin:12px 0;padding:11px 12px;border-radius:14px;background:#fbf2e7;color:#715f4a;font-size:10px;line-height:1.4}.booking-note svg{width:17px;height:17px;flex:0 0 auto;color:var(--hera-gold)}.booking-continue{width:100%}.calendar-card{border:1px solid rgba(137,92,32,.12);border-radius:19px;background:#fff;padding:13px;box-shadow:0 8px 22px rgba(55,34,8,.045)}.calendar-head{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;margin-bottom:11px}.calendar-head strong{text-align:center;font-size:13px}.calendar-head button{width:34px;height:34px;border:0;border-radius:10px;background:#faf4ec;display:grid;place-items:center}.calendar-head button:disabled{opacity:.35}.calendar-head svg{width:17px;height:17px}.calendar-week,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.calendar-week{margin-bottom:4px}.calendar-week span{text-align:center;color:#8c8175;font-size:8.5px}.calendar-day,.calendar-empty{aspect-ratio:1;border:0;border-radius:10px;background:transparent;display:grid;place-items:center;font-size:10px}.calendar-day:hover{background:#faf3e9}.calendar-day.selected{background:linear-gradient(135deg,#9b5d00,#c98213);color:#fff;box-shadow:0 8px 18px rgba(133,77,0,.22)}.calendar-day:disabled{opacity:.26}.slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.slot{min-height:43px;border:1px solid rgba(137,92,32,.13);border-radius:12px;background:#fff;font-size:10.5px;font-weight:700}.slot.selected{background:linear-gradient(135deg,#9b5d00,#c98213);color:#fff;border-color:transparent}.select-date-hint,.no-slots{padding:14px 4px;color:var(--hera-muted);font-size:11px}.booking-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px;margin-top:12px}.booking-actions .gold-btn,.booking-actions .ghost-btn{width:100%}.booking-form{display:grid;gap:12px;border-radius:20px;padding:16px}.booking-form label{display:grid;gap:6px}.booking-form label>span{font-size:10.5px;font-weight:750}.booking-form textarea{min-height:90px;resize:vertical}.upload-reference{height:48px;border:1px dashed rgba(170,105,0,.35);border-radius:14px;background:#fffaf4;color:var(--hera-gold);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:750;font-size:11px}.upload-reference svg{width:19px;height:19px}.review-service{border-radius:18px;padding:9px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:11px;align-items:center}.review-service img{width:72px;height:72px;border-radius:13px;object-fit:cover}.review-service strong,.review-service span{display:block}.review-service strong{font:700 17px/1.1 var(--hera-serif)}.review-service span{margin-top:5px;color:var(--hera-muted);font-size:10px}.review-service button,.review-list button{border:1px solid var(--hera-line);border-radius:10px;background:#fff;padding:7px 9px;color:var(--hera-gold);font-size:9.5px;font-weight:700}.review-list{margin-top:9px;border-radius:18px;padding:4px 13px}.review-list>div{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:9px;align-items:center;padding:11px 0;border-bottom:1px solid var(--hera-line)}.review-list>div:last-child{border-bottom:0}.review-list>div>svg{width:20px;height:20px;color:var(--hera-gold)}.review-list small,.review-list b{display:block}.review-list small{font-size:9px;color:var(--hera-muted)}.review-list b{margin-top:2px;font-size:11px}.confirmation-screen{text-align:center}.confirmation-hero{padding:10px 10px 18px}.confirm-mark{width:74px;height:74px;border-radius:50%;margin:0 auto 13px;display:grid;place-items:center;background:linear-gradient(135deg,#8d5200,#d18c18);color:#fff;font-size:34px;box-shadow:0 18px 38px rgba(132,75,0,.22)}.confirmation-hero h1{margin:0;font:700 32px/1.05 var(--hera-serif)}.confirmation-hero p{margin:8px auto 0;max-width:440px;color:var(--hera-muted);font-size:11px;line-height:1.5}.confirmation-card{border-radius:20px;padding:15px;text-align:left}.confirmation-card h2{margin:0 0 9px;font:700 19px/1.1 var(--hera-serif)}.confirmation-card>div{padding:9px 0;border-bottom:1px solid var(--hera-line)}.confirmation-card small,.confirmation-card b{display:block}.confirmation-card small{font-size:9px;color:var(--hera-muted)}.confirmation-card b{margin-top:2px;font-size:11px}.confirmation-card footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;font-size:10px}.confirmation-card footer strong{font-size:11px;color:var(--hera-gold)}
/* Threads */
.list-screen{padding-bottom:96px}.screen-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.screen-heading p{margin:5px 0 0;color:var(--hera-muted);font-size:10.5px}.new-chat-btn{border:1px solid var(--hera-line);background:#fff;color:var(--hera-gold);min-height:38px;padding:8px 11px;font-size:10px}.thread-search{margin-top:13px}.thread-tabs{margin:10px 0}.thread-list{display:grid;gap:7px}.thread-card{width:100%;border:1px solid rgba(137,92,32,.10);border-radius:16px;background:#fff;padding:10px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;box-shadow:0 6px 18px rgba(55,34,8,.04);transition:transform .2s var(--hera-spring),box-shadow .2s ease}.thread-card:active{transform:scale(.98)}.thread-thumb{width:42px;height:42px;border-radius:50%;background:#f7ecdd;color:var(--hera-gold);display:grid;place-items:center}.thread-thumb svg{width:20px;height:20px}.thread-copy{min-width:0}.thread-copy strong,.thread-copy small{display:block}.thread-copy strong{font:700 13px/1.15 var(--hera-serif);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-copy small{margin-top:4px;color:var(--hera-muted);font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-side{display:grid;justify-items:end;gap:6px;color:#8a7d70}.thread-side time{font-size:8.5px}.thread-side svg{width:17px;height:17px}.privacy-strip{display:flex;align-items:center;gap:7px;margin-top:10px;padding:8px 10px;border-radius:11px;background:#fbf2e7;color:#796957;font-size:9px}.privacy-strip svg{width:15px;height:15px;color:var(--hera-gold)}
/* Account */
.account-screen{padding-bottom:96px}.account-label{margin:2px 0 5px}.screen-subtitle{margin:0 0 13px;color:var(--hera-muted);font-size:10.5px}.account-hero{border-radius:21px;padding:14px;display:grid;grid-template-columns:58px minmax(0,1fr) 20px;gap:10px;align-items:center}.account-hero>svg{width:18px;height:18px;color:var(--hera-gold)}.account-avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f4dfc7,#fff7ee);color:var(--hera-gold);font:700 25px/1 var(--hera-serif)}.account-name{min-width:0}.account-name h1{margin:0;font:700 23px/1 var(--hera-serif)}.account-name p{margin:4px 0 5px;color:var(--hera-muted);font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-name>span{display:inline-flex;padding:4px 7px;border-radius:999px;background:#fbefdf;color:var(--hera-gold);font-size:8px;font-weight:800}.account-stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);margin-top:7px;padding-top:11px;border-top:1px solid var(--hera-line)}.account-stats span{text-align:center;font-size:8.5px;color:var(--hera-muted);border-right:1px solid var(--hera-line)}.account-stats span:last-child{border-right:0}.account-stats strong{display:block;color:var(--hera-ink);font-size:15px}.account-menu{margin-top:10px;border-radius:20px;padding:3px 13px}.account-menu button{width:100%;border:0;border-bottom:1px solid var(--hera-line);background:transparent;display:grid;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:11px 0;text-align:left}.account-menu button:last-child{border-bottom:0}.menu-icon{width:34px;height:34px;border-radius:11px;background:#fff8ef;color:var(--hera-gold);display:grid;place-items:center}.menu-icon svg{width:18px;height:18px}.account-menu button>span:nth-child(2){min-width:0}.account-menu strong,.account-menu small{display:block}.account-menu strong{font-size:11px}.account-menu small{margin-top:2px;color:var(--hera-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu button>svg{width:17px;height:17px;color:var(--hera-gold)}
/* Existing booking list / utility */
.booking-list{display:grid;gap:9px}.booking-list article{border:1px solid rgba(137,92,32,.11);border-radius:18px;background:#fff;padding:9px;display:grid;grid-template-columns:86px minmax(0,1fr);gap:11px;box-shadow:0 8px 22px rgba(55,34,8,.045)}.booking-list article>img{width:86px;height:92px;border-radius:13px;object-fit:cover}.booking-list h2{margin:5px 0 4px;font:700 17px/1.1 var(--hera-serif)}.booking-list p,.booking-list small{margin:0;color:var(--hera-muted);font-size:9.5px}.status-pill{display:inline-flex;padding:4px 7px;border-radius:999px;background:#e8f6ec;color:#237241;font-size:8px;font-weight:800;text-transform:capitalize}.status-pill.slot_held,.status-pill.submitted,.status-pill.payment_pending,.status-pill.pending{background:#fff0dc;color:#9b5a00}.handoff-screen .panel-card,.premium-empty,.loading-panel{border-radius:20px;padding:18px}.premium-empty h2,.loading-panel h2{margin:0 0 6px;font:700 22px/1.1 var(--hera-serif)}.premium-empty p,.loading-panel p{margin:0 0 12px;color:var(--hera-muted);font-size:11px;line-height:1.5}.loading-panel i{display:block;width:28px;height:28px;margin-bottom:10px;border:3px solid #eadcc9;border-top-color:var(--hera-gold);border-radius:50%;animation:spin .8s linear infinite}.hera-toast{position:fixed;z-index:999;left:50%;bottom:84px;transform:translateX(-50%);max-width:min(360px,calc(100% - 28px));padding:10px 14px;border-radius:13px;background:rgba(23,17,10,.94);color:#fff;font-size:11px;box-shadow:0 14px 35px rgba(0,0,0,.24);animation:toastIn .25s var(--hera-spring)}
/* Bottom nav */
.bottom-nav{position:absolute;z-index:34;left:0;right:0;bottom:0;height:74px;padding:7px 10px max(7px,env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:3px;background:rgba(255,252,247,.94);border-top:1px solid var(--hera-line);backdrop-filter:blur(22px) saturate(155%);-webkit-backdrop-filter:blur(22px) saturate(155%)}.bottom-nav button{border:0;border-radius:12px;background:transparent;color:#6f655b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:8px;font-weight:650;transition:transform .2s var(--hera-spring),background .2s ease,color .2s ease}.bottom-nav button svg{width:19px;height:19px}.bottom-nav button.active{background:#fbefdf;color:var(--hera-gold);font-weight:800}.bottom-nav button:active{transform:scale(.92)}
.hera-shell.full .input-bar{bottom:74px}.hera-shell.full .chat-area,.hera-shell.full .search-screen{padding-bottom:150px}.hera-shell.full .home-screen,.hera-shell.full .account-screen,.hera-shell.full .list-screen{padding-bottom:96px}
/* Compact tuning */
.hera-shell.compact .hera-header{height:66px;flex-basis:66px;padding:9px 11px;gap:7px}.hera-shell.compact .brand-logo{width:42px;height:42px}.hera-shell.compact .hera-title b{font-size:16px}.hera-shell.compact .hera-title span{font-size:9.5px;margin-top:3px}.hera-shell.compact .icon-btn{width:36px;height:36px;border-radius:12px}.hera-shell.compact .icon-btn svg{width:18px;height:18px}.hera-shell.compact .hera-main{padding:13px 12px 24px}.hera-shell.compact .home-hero{padding:16px 13px;border-radius:20px}.hera-shell.compact .home-hero h1{font-size:31px;margin:5px auto 7px}.hera-shell.compact .home-hero p{font-size:11px;line-height:1.35}.hera-shell.compact .inline-ask{height:48px;margin-top:12px;padding-left:13px;border-radius:16px}.hera-shell.compact .inline-ask input{font-size:11px}.hera-shell.compact .input-btn,.hera-shell.compact .home-send{width:36px;height:36px;border-radius:11px}.hera-shell.compact .section-label{margin:13px 1px 8px;font-size:9px}.hera-shell.compact .help-grid{gap:6px}.hera-shell.compact .help-card{min-height:65px;border-radius:14px;font-size:9px;gap:4px}.hera-shell.compact .help-card svg{width:22px;height:22px}.hera-shell.compact .wedding-card{margin-top:8px;grid-template-columns:64px minmax(0,1fr);padding:6px;border-radius:16px;gap:3px 9px}.hera-shell.compact .wedding-card img{width:64px;height:67px;border-radius:11px}.hera-shell.compact .wedding-copy strong{font-size:14px}.hera-shell.compact .wedding-copy>span{font-size:8.5px}.hera-shell.compact .wedding-cta{font-size:9px}.hera-shell.compact .home-footnote{display:none}.hera-shell.compact .input-bar{grid-template-columns:38px minmax(0,1fr) 46px;padding:7px 8px 8px}.hera-shell.compact .composer-btn{width:38px;height:38px}.hera-shell.compact .composer-field{height:42px;border-radius:14px}.hera-shell.compact .composer-field input{font-size:10.5px;padding-left:11px}.hera-shell.compact .voice-inline{width:34px;height:34px}.hera-shell.compact .send-btn{width:46px;height:46px;min-height:46px;border-radius:14px}.hera-shell.compact .chat-area{padding-bottom:78px}.hera-shell.compact .message-stack{max-width:84%}.hera-shell.compact .bubble{padding:10px 12px;font-size:11.5px;border-radius:16px 16px 16px 5px}.hera-shell.compact .customer .bubble{border-radius:16px 16px 5px 16px}.hera-shell.compact .mini-logo{width:27px;height:27px}.hera-shell.compact .quick-row button{padding:7px 9px;min-height:34px;font-size:9.5px}.hera-shell.compact .product-row{grid-auto-columns:124px}.hera-shell.compact .product-image{height:90px}.hera-shell.compact .product-copy b{font-size:9.5px}.hera-shell.compact .product-copy span{font-size:9.5px}.hera-shell.compact .routine-step{min-height:108px;padding:14px 6px 10px}.hera-shell.compact .routine-step svg{width:24px;height:24px}.hera-shell.compact .routine-step strong{font-size:9px}.hera-shell.compact .routine-step span{font-size:7.5px}.hera-shell.compact .bottom-nav{display:none}
/* Desktop full */
@media(min-width:768px){
  .hera-shell.full .hera-header{height:84px;flex-basis:84px;padding:13px 22px}.hera-shell.full .brand-logo{width:54px;height:54px}.hera-shell.full .hera-title b{font-size:21px}.hera-shell.full .hera-main{padding-left:28px;padding-right:28px}.hera-shell.full .home-screen{max-width:900px;width:100%;margin:0 auto}.hera-shell.full .home-hero{padding:28px}.hera-shell.full .help-grid{gap:12px}.hera-shell.full .help-card{min-height:98px;font-size:13px}.hera-shell.full .help-card svg{width:31px;height:31px}.hera-shell.full .wedding-card{grid-template-columns:132px minmax(0,1fr) auto;grid-template-areas:"image copy cta";gap:18px;padding:10px}.hera-shell.full .wedding-card img{width:132px;height:105px}.hera-shell.full .wedding-copy strong{font-size:21px}.hera-shell.full .wedding-copy>span{font-size:12px}.hera-shell.full .wedding-cta{justify-self:end;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#4b2802,#9d5f00);color:#fff;font-size:11px}.hera-shell.full .chat-area{padding-left:max(36px,8vw);padding-right:max(36px,8vw)}.hera-shell.full .message-stack{max-width:min(70%,700px)}.hera-shell.full .bubble{font-size:14px;padding:14px 17px}.hera-shell.full .product-row{grid-auto-columns:170px}.hera-shell.full .search-screen,.hera-shell.full .threads-screen,.hera-shell.full .account-screen,.hera-shell.full .booking-screen{max-width:860px;width:100%;margin:0 auto}.hera-shell.full .service-card{grid-template-columns:112px minmax(0,1fr) 34px;padding:9px}.hera-shell.full .service-card img{width:112px;height:102px}.hera-shell.full .service-copy strong{font-size:20px}.hera-shell.full .service-copy>span{font-size:11px}.hera-shell.full .calendar-card{padding:18px}.hera-shell.full .calendar-day{font-size:12px}.hera-shell.full .booking-title h1{font-size:38px}.hera-shell.full .booking-step span{font-size:10px}.hera-shell.full .thread-card{padding:13px}.hera-shell.full .thread-copy strong{font-size:15px}.hera-shell.full .account-hero{padding:18px}.bottom-nav{max-width:680px;left:50%;right:auto;width:min(680px,100%);transform:translateX(-50%);border-left:1px solid var(--hera-line);border-right:1px solid var(--hera-line);border-radius:18px 18px 0 0}
}
/* Mobile full */
@media(max-width:767px){
  .hera-shell.full{border-radius:0}.hera-shell.full .hera-header{padding-top:max(10px,env(safe-area-inset-top));height:calc(72px + env(safe-area-inset-top));flex-basis:calc(72px + env(safe-area-inset-top));align-items:end;padding-bottom:10px}.hera-shell.full .hera-main{padding-left:17px;padding-right:17px}.hera-shell.full .home-hero{margin-top:2px}.hera-shell.full .home-hero h1{font-size:38px}.hera-shell.full .help-grid{grid-template-columns:repeat(4,1fr)}.hera-shell.full .help-card{min-height:82px}.hera-shell.full .wedding-card{grid-template-columns:92px minmax(0,1fr);grid-template-areas:"image copy" "image cta"}.hera-shell.full .wedding-card img{width:92px;height:96px}.hera-shell.full .wedding-copy strong{font-size:18px}.hera-shell.full .booking-stepper{margin-top:5px}.hera-shell.full .booking-title h1{font-size:32px}.hera-shell.full .service-card{grid-template-columns:92px minmax(0,1fr) 28px}.hera-shell.full .service-card img{width:92px;height:94px}.hera-shell.full .identity-card{padding:22px 18px}.hera-shell.full .identity-card h1{font-size:31px}.hera-shell.full .routine-card{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:390px){.hera-title b{font-size:17px}.brand-logo{width:44px;height:44px}.hera-header{padding-left:12px;padding-right:12px}.hera-shell.full .hera-main{padding-left:14px;padding-right:14px}.home-hero h1{font-size:35px}.help-card{min-height:76px}.help-card svg{width:24px;height:24px}.suggestion-grid{grid-template-columns:1fr}.slot-grid{grid-template-columns:repeat(3,1fr)}.booking-step span{font-size:7.8px}.message-stack{max-width:84%}}
@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.45}}@keyframes toastIn{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* 2026-08 launcher/logo cleanup: clip source artwork to its circular coin so opaque square pixels never show. */
.brand-logo,.mini-logo,.identity-mark img,.launcher img{clip-path:circle(49% at 50% 50%);-webkit-clip-path:circle(49% at 50% 50%);background:transparent!important;}
.launcher{background:transparent!important;box-shadow:none!important;}

/* Phase 1.1 mobile/keyboard stability pass — 2026-08-16 */
:root{--hera-vvh:100dvh;--hera-keyboard:0px}
html,body,#hera-root{max-width:100%;overflow:hidden}
.hera-shell,.hera-view,.hera-main,.home-screen,.chat-area,.search-screen,.threads-screen,.account-screen,.booking-screen{min-width:0;max-width:100%;overflow-x:hidden}
.hera-main{width:100%;contain:layout paint style}
.hera-header>*{min-width:0}
.brand-logo,.mini-logo,.identity-mark img{mix-blend-mode:multiply;filter:none;box-shadow:none;background:transparent;clip-path:circle(47% at 50% 50%);-webkit-clip-path:circle(47% at 50% 50%)}
.help-grid,.suggestion-grid,.slot-grid,.service-list,.thread-list,.account-menu,.product-row,.routine-card{max-width:100%}
.input-bar{width:100%;max-width:100%;min-width:0}
.input-bar>*{min-width:0}
.composer-field{min-width:0;max-width:100%}
.composer-field input{font-size:16px!important;line-height:1.2;touch-action:manipulation}
.message-flow,.msg,.message-stack,.bubble{min-width:0}
.message-stack{max-width:min(82%,680px)}
.customer .message-stack{max-width:min(78%,640px)}
.product-row{overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding-bottom:3px}
.product-card{scroll-snap-align:start}
.thread-card,.service-card,.account-hero,.account-menu,.premium-panel{min-width:0;max-width:100%}
.hera-shell.keyboard-open .hera-header{box-shadow:0 7px 24px rgba(45,28,8,.05)}
.hera-shell.keyboard-open .bottom-nav{display:none!important}
.hera-shell.keyboard-open.full .input-bar{bottom:0}
.hera-shell.keyboard-open.full .chat-area,.hera-shell.keyboard-open.full .search-screen{padding-bottom:92px}
.hera-shell.keyboard-open .hera-main{scroll-padding-bottom:100px}

@media(max-width:767px){
  .hera-shell{height:var(--hera-vvh);max-height:var(--hera-vvh)}
  .hera-shell.full .hera-main{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right));padding-bottom:calc(92px + env(safe-area-inset-bottom))}
  .hera-shell.compact .hera-main{padding-left:11px;padding-right:11px}
  .hera-shell.full .hera-header{grid-template-columns:auto auto minmax(0,1fr) auto auto;gap:7px;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}
  .hera-shell.full .hera-title b{font-size:clamp(15px,4.4vw,19px)}
  .hera-shell.full .hera-title span{font-size:10px;gap:5px}
  .hera-shell.full .brand-logo{width:46px;height:46px}
  .hera-shell.full .icon-btn{width:40px;height:40px;min-width:40px}
  .hera-shell.full .home-hero{padding:20px 14px}
  .hera-shell.full .home-hero h1{font-size:clamp(32px,9vw,40px);max-width:100%}
  .hera-shell.full .home-hero p{font-size:13px}
  .hera-shell.full .help-grid{gap:7px}
  .hera-shell.full .help-card{min-width:0;min-height:78px;padding:8px 3px;font-size:9px}
  .hera-shell.full .wedding-card{grid-template-columns:84px minmax(0,1fr);gap:4px 10px}
  .hera-shell.full .wedding-card img{width:84px;height:90px}
  .hera-shell.full .wedding-copy strong{font-size:16px}
  .hera-shell.full .wedding-copy>span{font-size:10px;line-height:1.25}
  .hera-shell.full .wedding-cta{font-size:10px}
  .hera-shell.full .message-stack{max-width:84%}
  .hera-shell.full .customer .message-stack{max-width:82%}
  .hera-shell.full .bubble{font-size:14px;line-height:1.45}
  .hera-shell.full .product-row{grid-auto-columns:min(43vw,154px)}
  .hera-shell.full .routine-card{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hera-shell.full .routine-step{border-bottom:1px solid var(--hera-line)}
  .hera-shell.full .routine-step:nth-child(2n){border-right:0}
  .hera-shell.full .thread-card{grid-template-columns:42px minmax(0,1fr) auto}
  .hera-shell.full .service-card{grid-template-columns:min(26vw,92px) minmax(0,1fr) 28px}
  .hera-shell.full .calendar-card,.hera-shell.full .review-card,.hera-shell.full .identity-card{max-width:100%}
  .bottom-nav{height:calc(70px + env(safe-area-inset-bottom));padding-bottom:max(7px,env(safe-area-inset-bottom))}
  .hera-shell.full .input-bar{bottom:calc(70px + env(safe-area-inset-bottom));grid-template-columns:42px minmax(0,1fr) 48px;padding:7px 9px}
  .hera-shell.full .composer-btn{width:42px;height:42px}
  .hera-shell.full .send-btn{width:48px;height:48px;min-height:48px}
  .hera-shell.full .composer-field{height:46px}
}

@media(max-width:430px){
  .hera-shell.full .help-card{font-size:8.5px}
  .hera-shell.full .home-hero h1{font-size:34px}
  .hera-shell.full .wedding-card{grid-template-columns:76px minmax(0,1fr)}
  .hera-shell.full .wedding-card img{width:76px;height:82px}
  .hera-shell.full .product-row{grid-auto-columns:142px}
  .hera-shell.full .message-stack,.hera-shell.full .customer .message-stack{max-width:86%}
}

/* Phase 1.2 — mobile keyboard + premium navigation stability */
:root{--hera-vvh:100dvh;--hera-vvtop:0px}
.hera-shell{width:100%;max-width:100%;transform:none!important}
.hera-shell.full{height:100%;max-height:100%}
.hera-shell.keyboard-open{
  height:var(--hera-vvh)!important;
  max-height:var(--hera-vvh)!important;
  top:var(--hera-vvtop)!important;
  bottom:auto!important;
}
.hera-shell.keyboard-open .hera-view{height:100%}
.hera-shell.keyboard-open .hera-header{flex:0 0 auto}
.hera-shell.keyboard-open .hera-main{min-height:0;overscroll-behavior:contain;scroll-padding-bottom:92px}
.hera-shell.keyboard-open .input-bar{position:absolute!important;left:0!important;right:0!important;bottom:0!important;transform:none!important}
.hera-shell.keyboard-open .bottom-nav{display:none!important}
.hera-shell.keyboard-open .chat-area{padding-bottom:86px!important}
.hera-shell.keyboard-open .home-screen{padding-bottom:86px!important}

/* Wedding feature should visually occupy its intended area on every device. */
.wedding-card{min-height:118px;padding:10px 12px;grid-template-columns:94px minmax(0,1fr);gap:6px 14px;border-radius:22px}
.wedding-card img{width:94px;height:96px;border-radius:16px}
.wedding-copy strong{font-size:19px;line-height:1.1}
.wedding-copy>span{font-size:11.5px;line-height:1.4;margin-top:5px}
.wedding-cta{margin-top:1px;font-size:12px;gap:5px}
.hera-shell.compact .wedding-card{min-height:104px;grid-template-columns:80px minmax(0,1fr);padding:8px 9px;gap:5px 11px;border-radius:18px}
.hera-shell.compact .wedding-card img{width:80px;height:86px;border-radius:13px}
.hera-shell.compact .wedding-copy strong{font-size:15.5px}
.hera-shell.compact .wedding-copy>span{font-size:9.5px;line-height:1.35}
.hera-shell.compact .wedding-cta{font-size:10px}
.hera-shell.full .wedding-card{min-height:142px;padding:12px 14px;grid-template-columns:126px minmax(0,1fr) auto;grid-template-areas:"image copy cta";gap:16px;border-radius:24px}
.hera-shell.full .wedding-card img{width:126px;height:116px;border-radius:18px}
.hera-shell.full .wedding-copy{align-self:center}
.hera-shell.full .wedding-copy strong{font-size:23px}
.hera-shell.full .wedding-copy>span{font-size:13px;max-width:430px}
.hera-shell.full .wedding-cta{align-self:center;justify-self:end;min-height:44px;padding:0 17px;border-radius:14px;font-size:12px}

/* Richer floating navigation — closer to the H2 website mobile footer visual weight. */
.bottom-nav{
  left:12px;right:12px;bottom:max(8px,env(safe-area-inset-bottom));
  width:auto;max-width:760px;height:72px;
  padding:6px;gap:4px;border:1px solid rgba(137,91,27,.12);border-radius:22px;
  background:rgba(255,253,249,.91);
  box-shadow:0 16px 42px rgba(58,34,6,.13),inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter:blur(24px) saturate(170%);-webkit-backdrop-filter:blur(24px) saturate(170%);
  transform:none;
}
.bottom-nav button{border-radius:17px;gap:4px;font-size:9px;font-weight:700;letter-spacing:.01em;color:#6f655b;position:relative;overflow:hidden}
.bottom-nav button svg{width:22px;height:22px;stroke-width:1.75}
.bottom-nav button.active{background:linear-gradient(145deg,#fff4df,#f3dfbd);color:#9b5c00;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 8px 18px rgba(120,73,5,.10)}
.bottom-nav button.active:after{content:"";position:absolute;left:22%;right:22%;bottom:3px;height:2px;border-radius:999px;background:linear-gradient(90deg,#bc790c,#e4b85d)}
.hera-shell.full .input-bar{bottom:90px}
.hera-shell.full .chat-area,.hera-shell.full .search-screen{padding-bottom:178px}
.hera-shell.full .home-screen,.hera-shell.full .account-screen,.hera-shell.full .list-screen{padding-bottom:112px}

/* Better composer ergonomics and visible typing state. */
.input-bar{gap:9px;padding:9px 12px max(10px,env(safe-area-inset-bottom));background:rgba(255,252,247,.96)}
.composer-field{height:50px;border-radius:18px;border-color:rgba(129,86,26,.15)}
.composer-field:focus-within{border-color:rgba(177,113,12,.42);box-shadow:0 0 0 3px rgba(211,160,72,.11),0 10px 25px rgba(50,31,8,.07)}
.composer-field input{font-size:16px!important;padding-left:15px;caret-color:#b56d00}
.send-btn{border-radius:17px}

@media(max-width:767px){
  .hera-shell.full .hera-main{padding-left:14px;padding-right:14px}
  .hera-shell.full .home-screen{padding-top:12px}
  .hera-shell.full .home-hero{padding:18px 14px;border-radius:22px}
  .hera-shell.full .home-hero h1{font-size:clamp(32px,10.2vw,42px);line-height:.98}
  .hera-shell.full .home-hero p{font-size:13px;line-height:1.42}
  .hera-shell.full .wedding-card{min-height:132px;grid-template-columns:104px minmax(0,1fr);grid-template-areas:"image copy" "image cta";gap:6px 12px;padding:10px}
  .hera-shell.full .wedding-card img{width:104px;height:110px}
  .hera-shell.full .wedding-copy{align-self:end}
  .hera-shell.full .wedding-copy strong{font-size:19px}
  .hera-shell.full .wedding-copy>span{font-size:11px}
  .hera-shell.full .wedding-cta{align-self:start;justify-self:start;min-height:0;padding:0;background:transparent;color:var(--hera-gold);font-size:11px}
  .bottom-nav{left:10px;right:10px;bottom:max(6px,env(safe-area-inset-bottom));height:70px;border-radius:21px;padding:5px}
  .bottom-nav button{border-radius:16px;font-size:8.5px}
  .bottom-nav button svg{width:21px;height:21px}
  .hera-shell.full .input-bar{bottom:86px}
}
@media(max-width:390px){
  .hera-shell.full .wedding-card{grid-template-columns:94px minmax(0,1fr);min-height:122px}
  .hera-shell.full .wedding-card img{width:94px;height:100px}
  .hera-shell.full .wedding-copy strong{font-size:17px}
  .hera-shell.full .wedding-copy>span{font-size:10px}
  .bottom-nav{left:7px;right:7px}
}


/* Phase 1.3 — structural mobile keyboard + website-nav rebuild */
:root{--hera-visible-h:100dvh}

/* Wedding feature: intentionally substantial, no undersized card / dead zone. */
.wedding-card{
  min-height:150px!important;
  grid-template-columns:132px minmax(0,1fr)!important;
  grid-template-areas:"image copy" "image cta"!important;
  padding:12px!important;
  gap:8px 16px!important;
  border-radius:24px!important;
  align-items:stretch!important;
}
.wedding-card img{
  width:132px!important;height:126px!important;
  align-self:stretch!important;object-fit:cover!important;border-radius:18px!important;
}
.wedding-copy{align-self:end!important}
.wedding-copy strong{font-size:22px!important;line-height:1.08!important;letter-spacing:-.025em!important}
.wedding-copy>span{font-size:13px!important;line-height:1.38!important;margin-top:6px!important}
.wedding-cta{
  align-self:start!important;justify-self:start!important;
  min-height:38px!important;padding:0 14px!important;border-radius:12px!important;
  background:linear-gradient(135deg,#2e1700,#a66906)!important;color:#fff!important;
  font-size:12px!important;font-weight:750!important;
}
.hera-shell.compact .wedding-card{min-height:132px!important;grid-template-columns:108px minmax(0,1fr)!important;padding:10px!important;gap:6px 12px!important}
.hera-shell.compact .wedding-card img{width:108px!important;height:110px!important}
.hera-shell.compact .wedding-copy strong{font-size:18px!important}
.hera-shell.compact .wedding-copy>span{font-size:10.5px!important}
.hera-shell.compact .wedding-cta{min-height:30px!important;padding:0 10px!important;font-size:10px!important}
.hera-shell.full .wedding-card{min-height:176px!important;grid-template-columns:154px minmax(0,1fr) auto!important;grid-template-areas:"image copy cta"!important;padding:14px!important;gap:18px!important}
.hera-shell.full .wedding-card img{width:154px!important;height:148px!important}
.hera-shell.full .wedding-copy{align-self:center!important}
.hera-shell.full .wedding-copy strong{font-size:27px!important}
.hera-shell.full .wedding-copy>span{font-size:14px!important;max-width:460px!important}
.hera-shell.full .wedding-cta{align-self:center!important;justify-self:end!important;min-height:46px!important;padding:0 18px!important;font-size:13px!important}

/* Website-like bottom nav: white rail + full gold active cell, not floating glass. */
.bottom-nav{
  position:absolute!important;left:0!important;right:0!important;bottom:0!important;
  width:100%!important;max-width:none!important;height:82px!important;
  padding:0!important;gap:0!important;border:0!important;border-top:1px solid rgba(95,70,34,.10)!important;
  border-radius:0!important;background:rgba(255,255,255,.985)!important;
  box-shadow:0 -8px 24px rgba(48,35,17,.06)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
  transform:none!important;grid-template-columns:repeat(5,1fr)!important;
}
.bottom-nav button{
  border-radius:0!important;gap:6px!important;font-size:9px!important;font-weight:760!important;
  letter-spacing:.08em!important;text-transform:uppercase!important;color:#6d6963!important;
  background:transparent!important;box-shadow:none!important;
}
.bottom-nav button svg{width:25px!important;height:25px!important;stroke-width:1.8!important}
.bottom-nav button.active{
  color:#18130d!important;background:linear-gradient(135deg,#d7b56f,#bb8734)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.42)!important;
}
.bottom-nav button.active:after{display:none!important}
.hera-shell.full .input-bar{bottom:82px!important}
.hera-shell.full .chat-area,.hera-shell.full .search-screen{padding-bottom:168px!important}
.hera-shell.full .home-screen,.hera-shell.full .account-screen,.hera-shell.full .list-screen{padding-bottom:104px!important}

/* Keyboard mode: Hera itself becomes the visible viewport; no competing sheet. */
.hera-shell.keyboard-open{
  position:fixed!important;inset:0 auto auto 0!important;
  width:100%!important;height:var(--hera-visible-h)!important;max-height:var(--hera-visible-h)!important;
  border-radius:0!important;overflow:hidden!important;background:#fffaf4!important;
}
.hera-shell.keyboard-open .hera-view{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}
.hera-shell.keyboard-open .hera-header{flex:0 0 auto!important}
.hera-shell.keyboard-open .hera-main{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}
.hera-shell.keyboard-open .bottom-nav{display:none!important}
.hera-shell.keyboard-open .input-bar{
  position:absolute!important;left:0!important;right:0!important;bottom:0!important;z-index:80!important;
  padding-bottom:max(9px,env(safe-area-inset-bottom))!important;background:#fffaf4!important;
}
.hera-shell.keyboard-open .chat-area{padding-bottom:86px!important}
.hera-shell.keyboard-open .message-flow{padding-bottom:10px!important}
.hera-shell.keyboard-open .composer-field input{font-size:16px!important}

/* If user focuses the home question field, remove decorative sections while typing. */
.hera-shell.keyboard-open .home-screen{padding-bottom:18px!important;display:block!important}
.hera-shell.keyboard-open .home-screen>.section-label,
.hera-shell.keyboard-open .home-screen>.help-grid,
.hera-shell.keyboard-open .home-screen>.wedding-card,
.hera-shell.keyboard-open .home-screen>.home-footnote{display:none!important}
.hera-shell.keyboard-open .home-hero{margin:10px 0!important;padding:18px 15px!important}
.hera-shell.keyboard-open .home-hero h1{font-size:clamp(30px,9vw,40px)!important}
.hera-shell.keyboard-open .inline-ask{position:sticky!important;bottom:8px!important;z-index:6!important}

@media(max-width:767px){
  .hera-shell.full .wedding-card{min-height:164px!important;grid-template-columns:126px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;padding:12px!important;gap:8px 14px!important}
  .hera-shell.full .wedding-card img{width:126px!important;height:138px!important}
  .hera-shell.full .wedding-copy{align-self:end!important}
  .hera-shell.full .wedding-copy strong{font-size:22px!important}
  .hera-shell.full .wedding-copy>span{font-size:12px!important}
  .hera-shell.full .wedding-cta{align-self:start!important;justify-self:start!important;min-height:36px!important;padding:0 13px!important;font-size:11px!important}
  .bottom-nav{height:78px!important}
  .bottom-nav button{font-size:8.5px!important;letter-spacing:.055em!important}
  .bottom-nav button svg{width:23px!important;height:23px!important}
  .hera-shell.full .input-bar{bottom:78px!important}
  .hera-shell.full .home-screen{padding-bottom:98px!important}
}
@media(max-width:390px){
  .hera-shell.full .wedding-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:152px!important}
  .hera-shell.full .wedding-card img{width:112px!important;height:126px!important}
  .hera-shell.full .wedding-copy strong{font-size:20px!important}
}

/* Phase 1.4 — H2 flagship navigation + premium chat surface */
:root{--hera-nav-h:82px;--hera-composer-h:74px}

/* Exact H2 website footer hierarchy: Home · Search · BOOK NOW · Chats · Account */
.bottom-nav.website-nav{
  left:0!important;right:0!important;bottom:0!important;height:var(--hera-nav-h)!important;
  padding:0!important;gap:0!important;border-radius:0!important;background:#fff!important;
  border-top:1px solid rgba(54,42,30,.10)!important;box-shadow:0 -10px 34px rgba(32,22,10,.06)!important;
  grid-template-columns:repeat(5,1fr)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
.bottom-nav.website-nav button{
  min-width:0!important;height:100%!important;border-radius:0!important;background:#fff!important;color:#68635d!important;
  gap:6px!important;font-size:9px!important;font-weight:760!important;letter-spacing:.105em!important;text-transform:uppercase!important;
  box-shadow:none!important;transition:background .22s ease,color .22s ease,transform .16s ease!important;
}
.bottom-nav.website-nav button svg{width:25px!important;height:25px!important;stroke-width:1.65!important}
.bottom-nav.website-nav button.active:not(.book-now){color:#16120e!important;background:#fff!important}
.bottom-nav.website-nav button.active:not(.book-now) svg{color:#a76500!important}
.bottom-nav.website-nav button.book-now{
  color:#18130d!important;background:linear-gradient(145deg,#d9bd7d 0%,#cba65b 50%,#bb9144 100%)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.55)!important;font-weight:840!important;
}
.bottom-nav.website-nav button.book-now svg{color:#17120d!important;width:27px!important;height:27px!important}
.bottom-nav.website-nav button:active{transform:scale(.95)!important}
.hera-shell.full .hera-main{padding-bottom:calc(var(--hera-nav-h) + 22px)!important}
.hera-shell.full .input-bar{bottom:var(--hera-nav-h)!important}
.hera-shell.keyboard-open .bottom-nav{display:none!important}
.hera-shell.keyboard-open .input-bar{bottom:0!important}

/* Native-chat inspired composer: multiline, calm, always attached to conversation */
.input-bar.premium-composer{
  min-height:var(--hera-composer-h);height:auto;padding:9px 12px max(9px,env(safe-area-inset-bottom));
  grid-template-columns:44px minmax(0,1fr) 50px;gap:8px;background:rgba(255,252,248,.985);
  border-top:1px solid rgba(119,83,39,.12);box-shadow:0 -10px 30px rgba(39,25,9,.055);
}
.premium-composer .composer-field{
  min-height:50px;height:auto;max-height:124px;grid-template-columns:minmax(0,1fr) 40px;border-radius:23px;
  background:#fff;border:1px solid rgba(118,81,33,.15);box-shadow:0 5px 18px rgba(47,30,8,.05);align-items:end;
}
.premium-composer .composer-field:focus-within{border-color:#c99843;box-shadow:0 0 0 3px rgba(201,152,67,.12),0 8px 22px rgba(47,30,8,.06)}
.premium-composer textarea[name="message"]{
  width:100%;min-width:0;min-height:48px;max-height:116px;padding:14px 5px 12px 16px;border:0;outline:0;resize:none;overflow-y:auto;
  background:transparent;color:#18130f;font:400 16px/1.35 -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;
  caret-color:#b26d00;scrollbar-width:none;
}
.premium-composer textarea[name="message"]::-webkit-scrollbar{display:none}
.premium-composer textarea::placeholder{color:#999087}
.premium-composer .voice-inline{align-self:end;margin-bottom:5px}.premium-composer .send-btn{align-self:end;width:50px;height:50px;min-height:50px;border-radius:18px}
.premium-composer .composer-btn{align-self:end;width:44px;height:44px;border-radius:15px;background:#fff}

/* Conversation itself should feel like a private concierge app, not generic chat bubbles */
.chat-area{background:linear-gradient(180deg,#fffaf4 0%,#fffdf9 46%,#faf3ea 100%);padding-left:16px!important;padding-right:16px!important}
.message-flow{max-width:860px;margin:0 auto;padding-bottom:16px}
.msg{margin:13px 0!important}.msg .bubble{border-radius:22px!important;padding:14px 16px 11px!important;box-shadow:0 8px 24px rgba(40,26,9,.055)!important}
.msg.bot .bubble{background:#fff!important;border:1px solid rgba(130,89,36,.10)!important}.msg.customer .bubble{background:linear-gradient(145deg,#4b2702,#6d3a00 58%,#4b2702)!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important}
.msg .bubble-body{font-size:15.5px!important;line-height:1.48!important;letter-spacing:-.01em}.msg .bubble small{margin-top:8px!important;font-size:10px!important;opacity:.66!important;font-weight:650!important}
.mini-logo{filter:drop-shadow(0 5px 12px rgba(97,55,0,.18))}
.quick-row{gap:8px!important;margin-top:12px!important}.quick-row button{min-height:44px!important;padding:10px 14px!important;border-radius:15px!important;background:#fff!important;border:1px solid rgba(133,91,35,.13)!important;box-shadow:0 7px 20px rgba(48,30,8,.045)!important;font-size:12px!important}

/* Premium conversations hub */
.threads-screen{padding-top:18px!important;background:linear-gradient(180deg,#fffaf4,#fffdf9 42%,#faf3ea)}
.threads-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px}
.threads-hero h1{margin:4px 0 4px;font:700 34px/1.02 var(--hera-serif);letter-spacing:-.04em}.threads-hero p{margin:0;color:var(--hera-muted);font-size:13px}
.threads-hero .new-chat-btn{min-height:48px;padding:0 15px;border:1px solid rgba(135,91,32,.14);background:#fff;color:#9d6108;box-shadow:0 9px 24px rgba(52,33,10,.07)}.threads-hero .new-chat-btn svg{width:19px;height:19px}
.thread-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 14px}.thread-summary>div{padding:12px;border-radius:17px;background:rgba(255,255,255,.86);border:1px solid rgba(133,89,31,.10);box-shadow:0 7px 22px rgba(55,35,10,.04)}.thread-summary strong{display:block;font-size:16px;color:#21170d}.thread-summary span{display:block;margin-top:3px;color:#82786e;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}
.premium-thread-search{height:56px!important;border-radius:19px!important;padding:5px 6px 5px 16px!important;background:#fff!important;box-shadow:0 10px 28px rgba(51,32,9,.055)!important}.premium-thread-search input{font-size:14px!important}.premium-thread-search button{height:44px!important;border-radius:14px!important;padding:0 16px!important;background:#f3e6d5!important;color:#9b6108!important}
.premium-tabs{margin:12px 0 14px!important;padding:4px!important;border-radius:17px!important;background:#f4ece3!important;border:1px solid rgba(131,88,33,.07)!important}.premium-tabs button{min-height:40px!important;border-radius:13px!important;padding:0 14px!important;font-size:11px!important;font-weight:740!important}.premium-tabs button.active{background:#fff!important;color:#a56706!important;box-shadow:0 5px 14px rgba(51,31,7,.06)!important}
.premium-thread-list{display:grid!important;gap:10px!important}.premium-thread-card{min-height:92px!important;padding:12px!important;border-radius:21px!important;background:#fff!important;border:1px solid rgba(136,92,35,.10)!important;box-shadow:0 11px 30px rgba(47,29,7,.055)!important;grid-template-columns:54px minmax(0,1fr) auto!important}.premium-thread-card:active{transform:scale(.985)}
.premium-thread-card .thread-thumb{width:54px!important;height:54px!important;border-radius:18px!important;background:linear-gradient(145deg,#fff7eb,#f1ddbf)!important;color:#a56606!important}.premium-thread-card .thread-copy{gap:5px!important}.thread-topline{display:flex;align-items:center;gap:8px;min-width:0}.thread-topline strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:700 17px/1.15 var(--hera-serif)!important}.thread-topline em{font-style:normal;flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#f7efe4;color:#9d6510;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.premium-thread-card .thread-copy small{font-size:11px!important;line-height:1.35!important;color:#7b7168!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-thread-card .thread-side{align-self:stretch!important;justify-content:space-between!important}.premium-thread-card .thread-side svg{width:17px!important;height:17px!important;color:#b87918!important}.premium-privacy{margin-top:14px!important;border-radius:16px!important;padding:12px 14px!important;background:#f8f0e6!important}

/* Keep title elegant on narrow phones */
@media(max-width:767px){
  .hera-header{padding-left:12px!important;padding-right:12px!important;gap:7px!important}.hera-header.with-back{grid-template-columns:auto auto minmax(0,1fr) auto auto!important}
  .brand-logo{width:43px!important;height:43px!important}.hera-title b{font-size:17px!important}.hera-title span{font-size:10.5px!important}
  .bottom-nav.website-nav{height:78px!important;--hera-nav-h:78px}.bottom-nav.website-nav button{font-size:8.2px!important;letter-spacing:.08em!important}.bottom-nav.website-nav button svg{width:23px!important;height:23px!important}
  .threads-hero h1{font-size:30px}.threads-hero .new-chat-btn span{display:none}.threads-hero .new-chat-btn{width:48px;padding:0!important}
  .thread-summary>div{padding:10px 8px}.thread-summary strong{font-size:14px}.thread-summary span{font-size:7.5px}
  .premium-thread-card{grid-template-columns:48px minmax(0,1fr) auto!important;min-height:86px!important}.premium-thread-card .thread-thumb{width:48px!important;height:48px!important;border-radius:16px!important}.thread-topline strong{font-size:15px!important}.thread-topline em{font-size:7px}
  .msg .bubble-body{font-size:15px!important}.input-bar.premium-composer{padding-left:8px;padding-right:8px;grid-template-columns:42px minmax(0,1fr) 48px}.premium-composer .send-btn{width:48px;height:48px;min-height:48px}.premium-composer .composer-btn{width:42px;height:42px}
}
@media(max-width:390px){
  .bottom-nav.website-nav button{font-size:7.4px!important;letter-spacing:.055em!important}.bottom-nav.website-nav button svg{width:22px!important;height:22px!important}
  .premium-tabs{overflow-x:auto!important;display:flex!important}.premium-tabs button{flex:0 0 auto!important}
}

/* Keyboard mode: chat content + composer become the single interactive surface. */
.hera-shell.keyboard-open{height:var(--hera-visible-h,100dvh)!important;max-height:var(--hera-visible-h,100dvh)!important;bottom:auto!important;top:0!important}
.hera-shell.keyboard-open .hera-header{height:62px!important;flex-basis:62px!important}
.hera-shell.keyboard-open .chat-area{padding-top:8px!important;padding-bottom:calc(var(--hera-composer-h) + 8px)!important}
.hera-shell.keyboard-open .input-bar.premium-composer{position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:90!important}
.hera-shell.keyboard-open .bottom-nav{display:none!important}

/* ================================================================
   PHASE 1.5 — MOBILE FULL-SCREEN / REFERENCE LAYOUT PASS
   Mobile Hera is an app surface, not a compact web widget.
   ================================================================ */

@media (max-width:767px){
  :root{--hera-nav-h:68px;--hera-header-h:70px}
  html,body,#hera-root{width:100%;max-width:100%;overflow-x:hidden}
  .hera-shell.full{width:100%;height:100dvh;max-width:none;border-radius:0;overflow:hidden;background:#fffaf4}
  .hera-view{overflow:hidden}

  /* Stable mobile header: no resize control in full-screen. */
  .hera-header.mobile-full{height:70px!important;flex-basis:70px!important;padding:9px 12px!important;gap:9px!important;grid-template-columns:auto minmax(0,1fr) auto!important}
  .hera-header.with-back.mobile-full{grid-template-columns:auto auto minmax(0,1fr) auto!important}
  .hera-header.mobile-full .brand-logo{width:45px!important;height:45px!important}
  .hera-header.mobile-full .hera-title b{font-size:17px!important;line-height:1.08!important}
  .hera-header.mobile-full .hera-title span{font-size:10.5px!important;margin-top:3px!important}
  .hera-header.mobile-full .icon-btn{width:43px!important;height:43px!important;border-radius:14px!important}
  .hera-header.mobile-full .nav-back{margin-right:0!important}

  /* H2 website-style footer: shorter rail, strong fixed centre CTA. */
  .bottom-nav.website-nav{
    height:calc(68px + env(safe-area-inset-bottom))!important;min-height:68px!important;
    padding:0 0 env(safe-area-inset-bottom)!important;border-radius:0!important;
    border-top:1px solid rgba(96,72,45,.12)!important;background:#fff!important;
    box-shadow:0 -8px 26px rgba(47,31,13,.035)!important;
    grid-template-columns:repeat(5,1fr)!important;overflow:hidden!important;
  }
  .bottom-nav.website-nav button{
    min-width:0!important;height:68px!important;padding:7px 2px 5px!important;gap:4px!important;
    font-size:8.5px!important;line-height:1!important;letter-spacing:.09em!important;font-weight:760!important;
    color:#6e6962!important;background:#fff!important;border-radius:0!important;
  }
  .bottom-nav.website-nav button svg{width:24px!important;height:24px!important;stroke-width:1.65!important}
  .bottom-nav.website-nav button.book-now{
    height:68px!important;background:linear-gradient(145deg,#dbbd78 0%,#cda85d 52%,#bd954a 100%)!important;
    color:#17130e!important;box-shadow:inset 0 1px rgba(255,255,255,.48)!important;
  }
  .bottom-nav.website-nav button.book-now svg{width:25px!important;height:25px!important}
  .bottom-nav.website-nav button.active:not(.book-now){background:#fff!important;color:#2d2924!important}
  .bottom-nav.website-nav button.active:not(.book-now) svg{color:#a86606!important}

  /* Every scrolling screen clears the footer; nothing can disappear under it. */
  .hera-shell.full .hera-main{padding-bottom:calc(68px + env(safe-area-inset-bottom) + 18px)!important;scroll-padding-bottom:calc(68px + env(safe-area-inset-bottom) + 24px)!important}
  .hera-shell.full .input-bar{bottom:calc(68px + env(safe-area-inset-bottom))!important}

  /* Home tuned as a complete mobile app screen. */
  .home-screen{padding:12px 14px calc(68px + env(safe-area-inset-bottom) + 18px)!important;overflow-y:auto!important}
  .home-hero{padding:18px 16px 17px!important;border-radius:24px!important}
  .home-hero .eyebrow{font-size:10px!important;letter-spacing:.16em!important}
  .home-hero h1{font-size:clamp(34px,10vw,43px)!important;line-height:.98!important;margin:8px auto 8px!important;max-width:360px!important}
  .home-hero p{font-size:12.5px!important;line-height:1.42!important;max-width:330px!important}
  .inline-ask{height:54px!important;margin-top:14px!important;border-radius:19px!important;padding-left:15px!important}
  .section-label{margin:16px 2px 9px!important;font-size:10px!important;letter-spacing:.16em!important}

  /* Popular Help: icon-led Figma-style tiles, label secondary. */
  .help-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}
  .help-card{
    min-width:0!important;height:86px!important;padding:10px 4px 8px!important;border-radius:18px!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:7px!important;
    background:linear-gradient(180deg,#fff 0%,#fffdf9 100%)!important;border:1px solid rgba(145,101,46,.11)!important;
    box-shadow:0 9px 22px rgba(49,31,9,.045)!important;
  }
  .help-card svg{width:31px!important;height:31px!important;stroke-width:1.35!important;color:#ad6b03!important;filter:drop-shadow(0 5px 8px rgba(167,99,0,.08))}
  .help-card span{font-size:9px!important;line-height:1.08!important;font-weight:720!important;color:#3a3026!important;text-align:center!important}
  .help-card:active{transform:scale(.965)!important}

  /* Bridal feature is a real feature block, not a tiny card. */
  .wedding-card{
    min-height:122px!important;margin:14px 0 4px!important;padding:0!important;border-radius:22px!important;
    grid-template-columns:120px minmax(0,1fr)!important;grid-template-rows:1fr auto!important;
    grid-template-areas:"image copy" "image cta"!important;gap:0 14px!important;
    background:linear-gradient(105deg,#f2dfce 0%,#f8ece2 62%,#f1dfcf 100%)!important;
    border:1px solid rgba(149,98,35,.13)!important;overflow:hidden!important;
  }
  .wedding-card img{width:120px!important;height:122px!important;border-radius:0!important;object-fit:cover!important;object-position:center 25%!important}
  .wedding-copy{padding:17px 12px 2px 0!important;align-self:center!important}
  .wedding-copy strong{font-size:19px!important;line-height:1.02!important;letter-spacing:-.025em!important}
  .wedding-copy>span{font-size:10.5px!important;line-height:1.35!important;margin-top:5px!important;max-width:190px!important}
  .wedding-cta{padding:0 12px 15px 0!important;font-size:11px!important;align-self:end!important}
  .home-footnote{display:none!important}

  /* Account follows the richer reference card hierarchy. */
  .account-screen{padding:14px 14px calc(68px + env(safe-area-inset-bottom) + 18px)!important}
  .account-label{margin-top:0!important}.screen-subtitle{font-size:11px!important;margin-bottom:12px!important}
  .account-hero{border-radius:22px!important;padding:15px!important;display:grid!important;grid-template-columns:62px minmax(0,1fr) 24px!important;gap:10px!important}
  .account-avatar{width:62px!important;height:62px!important;font-size:26px!important}
  .account-name h1{font-size:22px!important}.account-name p{font-size:10.5px!important}.account-name span{font-size:9px!important}
  .account-stats{grid-column:1/-1!important;margin-top:11px!important;padding-top:12px!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important}
  .account-stats span{font-size:9px!important}.account-stats strong{font-size:18px!important}
  .account-menu{border-radius:21px!important;margin-top:12px!important;padding:0 12px!important}
  .account-menu button{min-height:62px!important;padding:8px 0!important}.account-menu .menu-icon{width:38px!important;height:38px!important}.account-menu strong{font-size:14px!important}.account-menu small{font-size:9.5px!important}

  /* Conversation hub has denser premium hierarchy on phones. */
  .threads-screen{padding:14px 14px calc(68px + env(safe-area-inset-bottom) + 18px)!important}
  .threads-hero{align-items:center!important;margin-bottom:12px!important}.threads-hero h1{font-size:29px!important}.threads-hero p{font-size:11px!important}
  .threads-hero .new-chat-btn{width:auto!important;min-width:46px!important;height:44px!important;padding:0 11px!important;border-radius:15px!important}
  .thread-summary{gap:6px!important;margin-bottom:10px!important}.thread-summary>div{border-radius:14px!important;padding:9px 7px!important}
  .premium-thread-search{height:50px!important;border-radius:17px!important}.premium-tabs{margin:9px 0 11px!important}
  .premium-thread-card{min-height:80px!important;border-radius:18px!important;padding:10px!important}

  /* Booking/list/service cards cannot be hidden by the fixed nav. */
  .booking-screen,.list-screen{scroll-padding-bottom:calc(68px + env(safe-area-inset-bottom) + 28px)!important}
  .booking-actions{margin-bottom:10px!important}
}

/* Desktop/full-screen layouts remain spacious and reference-like rather than
   stretched mobile cards. */
@media (min-width:1024px){
  .hera-shell.full .home-screen,.hera-shell.full .account-screen,.hera-shell.full .threads-screen,.hera-shell.full .booking-screen{max-width:980px;margin:0 auto;width:100%}
  .hera-shell.full .home-hero{padding:28px 34px}.hera-shell.full .help-grid{gap:14px}
  .hera-shell.full .help-card{min-height:112px}.hera-shell.full .help-card svg{width:38px;height:38px}.hera-shell.full .help-card span{font-size:12px}
  .hera-shell.full .wedding-card{min-height:160px;grid-template-columns:220px minmax(0,1fr);padding:0}.hera-shell.full .wedding-card img{width:220px;height:160px;border-radius:0}.hera-shell.full .wedding-copy{padding-right:20px}.hera-shell.full .wedding-copy strong{font-size:26px}.hera-shell.full .wedding-copy>span{font-size:13px}.hera-shell.full .wedding-cta{font-size:13px;padding-bottom:22px}
}


/* ================================================================
   Phase 1.6 — unified premium mobile/desktop product system
   ================================================================ */
@media (max-width:767px){
  :root{--hera-nav-h:64px;--hera-header-h:72px}
  .hera-header.mobile-full,
  .hera-header.with-back.mobile-full{
    height:72px!important;min-height:72px!important;grid-template-columns:46px minmax(0,1fr) 44px 44px!important;
    padding:10px 12px!important;gap:7px!important;align-items:center!important
  }
  .hera-header.with-back.mobile-full{grid-template-columns:42px 44px minmax(0,1fr) 42px 42px!important}
  .hera-header.mobile-full .brand-logo{width:44px!important;height:44px!important}
  .hera-header.mobile-full .hera-title{min-width:0!important;overflow:hidden!important}
  .hera-header.mobile-full .hera-title b{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:16px!important}
  .hera-header.mobile-full .hera-title span{white-space:nowrap!important;font-size:10px!important}
  .hera-header.mobile-full .icon-btn{width:42px!important;height:42px!important;border-radius:14px!important;padding:10px!important}
  .hera-header.mobile-full .resize-btn{grid-column:auto!important;margin:0!important;justify-self:center!important}

  .bottom-nav.website-nav{height:calc(64px + env(safe-area-inset-bottom))!important;min-height:64px!important}
  .bottom-nav.website-nav button{height:64px!important;padding:7px 2px 5px!important;font-size:8px!important;letter-spacing:.085em!important}
  .bottom-nav.website-nav button svg{width:22px!important;height:22px!important}
  .bottom-nav.website-nav button.book-now{height:64px!important}
  .bottom-nav.website-nav button.book-now svg{width:24px!important;height:24px!important}
  .hera-shell.full .hera-main{padding-bottom:calc(64px + env(safe-area-inset-bottom) + 20px)!important;scroll-padding-bottom:calc(64px + env(safe-area-inset-bottom) + 30px)!important}
  .hera-shell.full .input-bar{bottom:calc(64px + env(safe-area-inset-bottom))!important}

  .home-screen{padding:12px 14px calc(64px + env(safe-area-inset-bottom) + 22px)!important}
  .home-hero{padding:16px 15px!important;border-radius:22px!important}
  .home-hero h1{font-size:clamp(31px,8.8vw,39px)!important;line-height:1!important;margin:7px auto!important}
  .home-hero p{font-size:11.5px!important;line-height:1.36!important}
  .inline-ask{height:50px!important;margin-top:12px!important}
  .section-label{margin:14px 2px 8px!important}

  /* Popular Help is now icon-led, tactile and visually layered. */
  .help-grid{gap:8px!important}
  .help-card{height:82px!important;border-radius:18px!important;padding:8px 3px 7px!important;gap:5px!important;position:relative!important;overflow:hidden!important;background:linear-gradient(145deg,#fff 0%,#fffaf2 100%)!important}
  .help-card:before{content:"";position:absolute;width:48px;height:48px;border-radius:50%;background:radial-gradient(circle,rgba(210,164,87,.16),rgba(210,164,87,0) 68%);top:5px;left:50%;transform:translateX(-50%)}
  .help-card svg{position:relative;width:34px!important;height:34px!important;stroke-width:1.25!important}
  .help-card span{font-size:8.5px!important;line-height:1.08!important;font-weight:680!important;letter-spacing:.005em!important;max-width:90%!important}

  /* Wedding feature must finish before fixed navigation begins. */
  .wedding-card{min-height:132px!important;margin:12px 0 16px!important;grid-template-columns:128px minmax(0,1fr)!important;grid-template-rows:1fr auto!important;border-radius:22px!important}
  .wedding-card img{width:128px!important;height:132px!important;object-position:center 20%!important}
  .wedding-copy{padding:17px 12px 0 0!important}
  .wedding-copy strong{font-size:20px!important;line-height:1.02!important}
  .wedding-copy>span{font-size:10.5px!important;max-width:205px!important}
  .wedding-cta{padding:0 12px 16px 0!important;font-size:11px!important}

  /* Unified screen framing. */
  .threads-screen,.search-screen,.suggestions-screen,.account-screen{padding:15px 14px calc(64px + env(safe-area-inset-bottom) + 22px)!important}
  .threads-hero,.suggestions-hero{margin-bottom:12px!important}
  .threads-hero h1,.suggestions-hero h1{font-size:29px!important;line-height:1!important;letter-spacing:-.035em!important}
  .threads-hero p,.suggestions-hero p,.screen-subtitle,.search-caption{font-size:11px!important;line-height:1.4!important}
  .thread-summary{grid-template-columns:repeat(3,1fr)!important;gap:7px!important}.thread-summary>div{min-width:0!important}
  .premium-tabs,.search-tabs{height:48px!important;border-radius:16px!important;padding:4px!important;overflow-x:auto!important;scrollbar-width:none!important}.premium-tabs::-webkit-scrollbar,.search-tabs::-webkit-scrollbar{display:none!important}
  .premium-tabs button,.search-tabs button{min-width:max-content!important;padding:0 14px!important;font-size:10px!important}
  .premium-thread-card{min-height:86px!important;padding:11px!important}.thread-copy strong{font-size:14px!important}.thread-copy small{font-size:10px!important;line-height:1.35!important}

  /* Suggestions: real destination, same visual language as Chats/Search/Account. */
  .suggestions-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 48px!important;align-items:center!important;padding:18px!important;border-radius:22px!important}
  .suggestions-hero h1{margin:5px 0 7px!important}.suggestion-spark{font-size:32px;color:#be8022;filter:drop-shadow(0 0 12px rgba(222,175,84,.45))}
  .concierge-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:12px 0}
  .concierge-card{min-width:0;border:1px solid rgba(121,83,35,.12);background:#fff;border-radius:20px;padding:13px 10px;text-align:left;display:grid;grid-template-columns:42px minmax(0,1fr) 16px;gap:9px;align-items:start;box-shadow:0 10px 24px rgba(65,43,15,.045)}
  .concierge-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#fff4de,#f8ead4);color:#ab6800}.concierge-icon svg{width:25px;height:25px}
  .concierge-card strong{display:block;font-size:12px;line-height:1.1;color:#241b13;margin:2px 0 4px}.concierge-card small{display:block;font-size:8.8px;line-height:1.3;color:#7b7167}.concierge-card>svg{width:15px;height:15px;color:#ad6b03;margin-top:12px}
  .suggestion-quick{padding:14px!important;border-radius:20px!important}.suggestion-chips{display:flex;flex-wrap:wrap;gap:7px}.suggestion-chips button{border:1px solid rgba(137,91,28,.12);background:#fff;border-radius:999px;padding:9px 11px;font-size:9.5px;color:#985d00}

  /* Account gets the same density and richer grouped hierarchy. */
  .account-hero{box-shadow:0 14px 30px rgba(65,43,15,.055)!important}.account-menu{box-shadow:0 12px 28px rgba(65,43,15,.04)!important}
  .account-menu button{min-height:59px!important}.account-menu .menu-icon{background:linear-gradient(145deg,#fff7e8,#faedd8)!important;border-radius:13px!important;color:#a86500!important}.account-menu .menu-icon svg{width:22px!important;height:22px!important}.account-menu strong{font-size:13.5px!important}.account-menu small{font-size:9px!important;line-height:1.25!important}

  /* Compact remains available, but default opening is full. */
  .hera-shell.compact{max-height:min(680px,calc(100dvh - 108px))!important}
}

@media (max-width:390px){
  .hera-header.mobile-full,.hera-header.with-back.mobile-full{padding-left:8px!important;padding-right:8px!important;gap:5px!important}
  .hera-header.with-back.mobile-full{grid-template-columns:40px 40px minmax(0,1fr) 40px 40px!important}
  .hera-header.mobile-full .icon-btn{width:40px!important;height:40px!important}
  .hera-header.mobile-full .brand-logo{width:40px!important;height:40px!important}
  .hera-header.mobile-full .hera-title b{font-size:14.5px!important}
  .help-card{height:78px!important}.help-card svg{width:31px!important;height:31px!important}.help-card span{font-size:8px!important}
  .wedding-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:126px!important}.wedding-card img{width:112px!important;height:126px!important}.wedding-copy strong{font-size:18px!important}
  .concierge-grid{grid-template-columns:1fr!important}
}

@media (min-width:768px){
  .suggestions-screen{max-width:980px;margin:0 auto;width:100%;padding:28px 32px 118px}.suggestions-hero{display:flex;justify-content:space-between;align-items:center;padding:30px;border-radius:28px}.suggestions-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:40px;margin:8px 0}.suggestion-spark{font-size:54px;color:#b87915}.concierge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.concierge-card{border:1px solid rgba(121,83,35,.12);background:#fff;border-radius:24px;padding:20px;text-align:left;display:grid;grid-template-columns:50px minmax(0,1fr) 18px;gap:12px;box-shadow:0 14px 32px rgba(65,43,15,.05)}.concierge-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#fbefd9;color:#a86500}.concierge-icon svg{width:28px;height:28px}.concierge-card strong{display:block;font-size:16px}.concierge-card small{display:block;font-size:11px;color:#746a60;margin-top:6px;line-height:1.4}.suggestion-quick{padding:20px}.suggestion-chips{display:flex;flex-wrap:wrap;gap:10px}.suggestion-chips button{border:1px solid rgba(137,91,28,.12);background:#fff;border-radius:999px;padding:11px 14px;color:#985d00}
}

/* =====================================================================
   Phase 1.7 — true compact composition + H2 footer/home rebuild
   This block intentionally overrides earlier iterative mobile rules.
   ===================================================================== */
@media (max-width:767px){
  :root{--hera-nav-h:58px;--hera-header-h:70px}

  /* Header: stable four/five-slot geometry in every route/mode. */
  .hera-header.mobile-full{height:70px!important;min-height:70px!important;flex-basis:70px!important;grid-template-columns:46px minmax(0,1fr) 42px 42px!important;padding:9px 12px!important;gap:7px!important}
  .hera-header.with-back.mobile-full{grid-template-columns:40px 44px minmax(0,1fr) 40px 40px!important}
  .hera-header.mobile-full .brand-logo{width:44px!important;height:44px!important}
  .hera-header.mobile-full .icon-btn{width:40px!important;height:40px!important;border-radius:13px!important}
  .hera-header.mobile-full .resize-btn{position:static!important;transform:none!important;margin:0!important;justify-self:center!important}

  /* Exact H2-style bottom rail proportions: flush white strip, 5 equal cells,
     fixed gold BOOK NOW centre block. */
  .bottom-nav.website-nav{left:0!important;right:0!important;bottom:0!important;height:calc(58px + env(safe-area-inset-bottom))!important;min-height:58px!important;padding:0 0 env(safe-area-inset-bottom)!important;gap:0!important;border-radius:0!important;background:#fff!important;border-top:1px solid rgba(56,47,37,.08)!important;box-shadow:0 -5px 18px rgba(47,35,20,.045)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  .bottom-nav.website-nav button{height:58px!important;min-height:58px!important;border-radius:0!important;padding:6px 1px 4px!important;gap:2px!important;background:#fff!important;color:#6f6a64!important;font-size:7.5px!important;font-weight:760!important;letter-spacing:.12em!important;text-transform:uppercase!important}
  .bottom-nav.website-nav button svg{width:21px!important;height:21px!important;stroke-width:1.65!important}
  .bottom-nav.website-nav button.book-now{height:58px!important;min-height:58px!important;background:linear-gradient(180deg,#dab96f 0%,#cda654 100%)!important;color:#18130d!important}
  .bottom-nav.website-nav button.book-now svg{width:22px!important;height:22px!important;color:#18130d!important}
  .bottom-nav.website-nav button.active:not(.book-now){background:#fff!important;color:#2b261f!important}
  .bottom-nav.website-nav button.active:not(.book-now) svg{color:#a96700!important}

  /* Full-screen Home is vertically composed to fit a real phone viewport,
     rather than letting the footer cover the wedding feature. */
  .hera-shell.full .home-screen{padding:10px 14px calc(58px + env(safe-area-inset-bottom) + 16px)!important;scroll-padding-bottom:calc(58px + env(safe-area-inset-bottom) + 22px)!important}
  .hera-shell.full .home-hero{padding:13px 14px 14px!important;border-radius:21px!important}
  .hera-shell.full .home-hero .eyebrow{font-size:9px!important;letter-spacing:.17em!important}
  .hera-shell.full .home-hero h1{font-size:clamp(31px,8.4vw,37px)!important;line-height:.98!important;margin:5px auto 7px!important;max-width:350px!important}
  .hera-shell.full .home-hero p{font-size:10.7px!important;line-height:1.35!important;max-width:330px!important}
  .hera-shell.full .inline-ask{height:48px!important;margin-top:11px!important;padding:4px 5px 4px 14px!important;border-radius:17px!important}
  .hera-shell.full .inline-ask input{font-size:12px!important}
  .hera-shell.full .input-btn,.hera-shell.full .home-send{width:38px!important;height:38px!important;border-radius:12px!important}
  .hera-shell.full .section-label{margin:12px 2px 7px!important;font-size:9px!important;letter-spacing:.16em!important}

  /* New Popular Help visual hierarchy: larger crafted icon medallion,
     compact label, richer card surface. */
  .hera-shell.full .help-grid{gap:7px!important}
  .help-card{height:72px!important;min-height:72px!important;border-radius:17px!important;padding:7px 3px 6px!important;gap:4px!important;background:linear-gradient(155deg,#fff 0%,#fffdf8 62%,#faf2e8 100%)!important;border:1px solid rgba(152,105,43,.12)!important;box-shadow:0 7px 18px rgba(61,40,12,.055),inset 0 1px 0 rgba(255,255,255,.95)!important}
  .help-card:before{display:none!important}
  .help-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:14px;background:radial-gradient(circle at 30% 24%,#fff 0%,#fff8eb 55%,#f6e6cc 100%);box-shadow:inset 0 0 0 1px rgba(171,110,24,.075),0 5px 11px rgba(77,47,8,.055);color:#aa6800;flex:0 0 auto}
  .help-icon svg{width:26px!important;height:26px!important;stroke-width:1.35!important}
  .help-label{font-size:8.2px!important;line-height:1.05!important;font-weight:720!important;letter-spacing:.01em!important;color:#40352b!important;max-width:94%!important;text-align:center!important}

  /* Wedding card is now a compact feature banner that remains wholly above nav. */
  .hera-shell.full .wedding-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;grid-template-rows:1fr auto!important;min-height:116px!important;height:116px!important;margin:10px 0 12px!important;padding:0!important;border-radius:20px!important;overflow:hidden!important;scroll-margin-bottom:calc(58px + env(safe-area-inset-bottom) + 12px)!important}
  .hera-shell.full .wedding-card img{width:112px!important;height:116px!important;border-radius:0!important;object-position:center 18%!important}
  .hera-shell.full .wedding-copy{padding:13px 11px 0 13px!important;align-self:end!important}
  .hera-shell.full .wedding-copy strong{font-size:18px!important;line-height:1.02!important;letter-spacing:-.025em!important}
  .hera-shell.full .wedding-copy>span{font-size:9.4px!important;line-height:1.28!important;margin-top:4px!important;max-width:190px!important}
  .hera-shell.full .wedding-cta{padding:0 10px 12px 13px!important;font-size:9.5px!important;line-height:1!important;align-self:start!important}
  .hera-shell.full .home-footnote{display:none!important}

  /* True compact composition — not a miniaturized full-screen page. */
  .hera-shell.compact{border-radius:27px!important}
  .hera-shell.compact .hera-header{height:62px!important;min-height:62px!important;flex-basis:62px!important;padding:8px 10px!important;grid-template-columns:40px minmax(0,1fr) 36px 36px!important;gap:6px!important}
  .hera-shell.compact .hera-header.with-back{grid-template-columns:35px 38px minmax(0,1fr) 35px 35px!important}
  .hera-shell.compact .brand-logo{width:40px!important;height:40px!important}
  .hera-shell.compact .hera-title b{font-size:15px!important}.hera-shell.compact .hera-title span{font-size:9px!important;margin-top:2px!important}
  .hera-shell.compact .icon-btn{width:35px!important;height:35px!important;border-radius:11px!important;padding:8px!important}
  .hera-shell.compact .hera-main.home-screen{padding:10px 11px 14px!important;overflow:auto!important}
  .hera-shell.compact .home-hero{padding:12px 11px 13px!important;border-radius:18px!important}
  .hera-shell.compact .home-hero .eyebrow{font-size:8px!important}
  .hera-shell.compact .home-hero h1{font-size:27px!important;line-height:1!important;margin:4px auto 6px!important;max-width:310px!important}
  .hera-shell.compact .home-hero p{font-size:9.7px!important;line-height:1.28!important;max-width:300px!important}
  .hera-shell.compact .inline-ask{height:43px!important;margin-top:10px!important;border-radius:15px!important;padding:4px 5px 4px 12px!important}
  .hera-shell.compact .inline-ask input{font-size:10.5px!important}
  .hera-shell.compact .input-btn,.hera-shell.compact .home-send{width:34px!important;height:34px!important;border-radius:10px!important}
  .hera-shell.compact .section-label{margin:10px 1px 6px!important;font-size:8px!important}
  .hera-shell.compact .help-grid{gap:6px!important}
  .hera-shell.compact .help-card{height:64px!important;min-height:64px!important;border-radius:14px!important;padding:5px 2px!important;gap:3px!important}
  .hera-shell.compact .help-icon{width:34px!important;height:34px!important;border-radius:11px!important}
  .hera-shell.compact .help-icon svg{width:23px!important;height:23px!important}
  .hera-shell.compact .help-label{font-size:7.3px!important}
  .hera-shell.compact .wedding-card{display:grid!important;grid-template-columns:90px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;grid-template-rows:1fr auto!important;height:96px!important;min-height:96px!important;margin:8px 0 0!important;padding:0!important;border-radius:16px!important;overflow:hidden!important}
  .hera-shell.compact .wedding-card img{width:90px!important;height:96px!important;border-radius:0!important;object-position:center 18%!important}
  .hera-shell.compact .wedding-copy{padding:10px 8px 0 10px!important;align-self:end!important}
  .hera-shell.compact .wedding-copy strong{font-size:15px!important;line-height:1.02!important}
  .hera-shell.compact .wedding-copy>span{font-size:8px!important;line-height:1.2!important;margin-top:3px!important}
  .hera-shell.compact .wedding-cta{font-size:8px!important;padding:0 8px 9px 10px!important}
  .hera-shell.compact .home-footnote{display:none!important}
}

@media (max-width:390px){
  .hera-shell.full .help-card{height:68px!important;min-height:68px!important}
  .hera-shell.full .help-icon{width:36px;height:36px}.hera-shell.full .help-icon svg{width:24px!important;height:24px!important}
  .hera-shell.full .wedding-card{grid-template-columns:102px minmax(0,1fr)!important;height:110px!important;min-height:110px!important}
  .hera-shell.full .wedding-card img{width:102px!important;height:110px!important}
  .hera-shell.full .wedding-copy strong{font-size:17px!important}
}

/* =====================================================================
   Phase 1.8 — REFERENCE LOCK
   Final visual override: preserve approved reference proportions instead
   of shrinking full-screen composition into compact/widget states.
   ===================================================================== */
:root{--ref-cream:#fbf7f1;--ref-card:#fffdf9;--ref-line:rgba(135,91,31,.13);--ref-gold:#b06a00;--ref-ink:#17120e;--ref-muted:#776d63}
.hera-shell{background:linear-gradient(180deg,#fffdf9 0%,#fbf6ef 100%)!important}
.hera-main{background:transparent!important}
.home-screen{overflow-y:auto!important;overscroll-behavior:contain!important}
.home-hero{background:rgba(255,253,249,.93)!important;border:1px solid var(--ref-line)!important;box-shadow:0 12px 34px rgba(64,41,10,.07)!important}
.home-hero .eyebrow{color:var(--ref-gold)!important;font-weight:750!important;letter-spacing:.16em!important}
.home-hero h1{color:var(--ref-ink)!important;font-family:Georgia,'Times New Roman',serif!important;font-weight:700!important;letter-spacing:-.04em!important}
.home-hero p{color:var(--ref-muted)!important}
.section-label{color:#1e1914!important;font-weight:800!important;letter-spacing:.13em!important;text-transform:uppercase!important}
.help-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.help-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:linear-gradient(180deg,#fff 0%,#fffdfa 100%)!important;border:1px solid var(--ref-line)!important;box-shadow:0 8px 20px rgba(65,43,13,.055)!important;color:var(--ref-ink)!important}
.help-icon{background:transparent!important;box-shadow:none!important;border-radius:0!important;color:var(--ref-gold)!important}
.help-label{color:#28211b!important;font-weight:650!important;letter-spacing:0!important;text-transform:none!important}
.wedding-card{background:linear-gradient(100deg,#f1dfce 0%,#f7ebe0 58%,#f3e2d2 100%)!important;border:1px solid rgba(141,90,26,.14)!important;box-shadow:none!important}
.wedding-copy strong{font-family:Georgia,'Times New Roman',serif!important;color:var(--ref-ink)!important;font-weight:700!important}
.wedding-copy>span{color:#6f655c!important}
.wedding-cta{background:linear-gradient(135deg,#211407,#5d3500 62%,#ad7107)!important;color:#fff!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}
.wedding-cta svg{stroke:#fff!important}

/* DESKTOP/TABLET COMPACT — match approved compact reference, not miniature UI */
@media (min-width:768px){
  .hera-shell.compact{border-radius:28px!important}
  .hera-shell.compact .hera-header{height:68px!important;min-height:68px!important;flex-basis:68px!important;padding:10px 13px!important;gap:9px!important}
  .hera-shell.compact .brand-logo{width:44px!important;height:44px!important}
  .hera-shell.compact .hera-title b{font-size:17px!important;line-height:1.05!important}.hera-shell.compact .hera-title span{font-size:10px!important;margin-top:3px!important}
  .hera-shell.compact .icon-btn{width:38px!important;height:38px!important;border-radius:12px!important}
  .hera-shell.compact .hera-main.home-screen{padding:14px 14px 20px!important}
  .hera-shell.compact .home-hero{padding:18px 16px 17px!important;border-radius:21px!important}
  .hera-shell.compact .home-hero h1{font-size:34px!important;line-height:.98!important;max-width:330px!important;margin:7px auto 9px!important}
  .hera-shell.compact .home-hero p{font-size:12px!important;line-height:1.38!important;max-width:340px!important}
  .hera-shell.compact .inline-ask{height:52px!important;margin-top:14px!important;border-radius:18px!important;padding-left:15px!important}
  .hera-shell.compact .inline-ask input{font-size:12px!important}
  .hera-shell.compact .input-btn,.hera-shell.compact .home-send{width:40px!important;height:40px!important;border-radius:12px!important}
  .hera-shell.compact .section-label{margin:14px 2px 9px!important;font-size:10px!important}
  .hera-shell.compact .help-grid{gap:8px!important}
  .hera-shell.compact .help-card{height:82px!important;min-height:82px!important;border-radius:16px!important;padding:8px 4px!important;gap:6px!important}
  .hera-shell.compact .help-icon{width:34px!important;height:34px!important}.hera-shell.compact .help-icon svg{width:30px!important;height:30px!important;stroke-width:1.45!important}
  .hera-shell.compact .help-label{font-size:10px!important;line-height:1.1!important}
  .hera-shell.compact .wedding-card{height:126px!important;min-height:126px!important;margin-top:11px!important;padding:0!important;display:grid!important;grid-template-columns:122px minmax(0,1fr)!important;grid-template-rows:1fr auto!important;grid-template-areas:'image copy' 'image cta'!important;gap:0!important;border-radius:19px!important;overflow:hidden!important}
  .hera-shell.compact .wedding-card img{width:122px!important;height:126px!important;border-radius:0!important;object-fit:cover!important;object-position:center 20%!important}
  .hera-shell.compact .wedding-copy{padding:17px 14px 0 16px!important;align-self:end!important}.hera-shell.compact .wedding-copy strong{font-size:20px!important;line-height:1.06!important}.hera-shell.compact .wedding-copy>span{font-size:10.5px!important;line-height:1.3!important;margin-top:5px!important}
  .hera-shell.compact .wedding-cta{justify-self:start!important;align-self:start!important;margin:8px 0 14px 16px!important;min-height:34px!important;padding:0 13px!important;font-size:10px!important}
}

/* DESKTOP FULL — spacious desktop reference, not stretched mobile */
@media (min-width:1024px){
  .hera-shell.full .hera-main.home-screen{padding:22px 30px 118px!important;max-width:100%!important}
  .hera-shell.full .home-hero{padding:28px 32px 26px!important;border-radius:28px!important}
  .hera-shell.full .home-hero h1{font-size:54px!important;line-height:.98!important;max-width:720px!important;margin:9px auto 13px!important}
  .hera-shell.full .home-hero p{font-size:16px!important;line-height:1.45!important;max-width:620px!important}
  .hera-shell.full .inline-ask{height:64px!important;max-width:760px!important;margin-top:22px!important;border-radius:22px!important;padding-left:20px!important}.hera-shell.full .inline-ask input{font-size:15px!important}
  .hera-shell.full .section-label{margin:24px 4px 12px!important;font-size:12px!important}
  .hera-shell.full .help-grid{gap:14px!important}.hera-shell.full .help-card{height:112px!important;min-height:112px!important;border-radius:22px!important;gap:9px!important}.hera-shell.full .help-icon{width:48px!important;height:48px!important}.hera-shell.full .help-icon svg{width:42px!important;height:42px!important;stroke-width:1.35!important}.hera-shell.full .help-label{font-size:13px!important}
  .hera-shell.full .wedding-card{height:190px!important;min-height:190px!important;margin:20px 0 0!important;padding:0!important;display:grid!important;grid-template-columns:240px minmax(0,1fr) auto!important;grid-template-areas:'image copy cta'!important;gap:0!important;border-radius:26px!important;overflow:hidden!important}
  .hera-shell.full .wedding-card img{width:240px!important;height:190px!important;border-radius:0!important;object-fit:cover!important;object-position:center 17%!important}.hera-shell.full .wedding-copy{align-self:center!important;padding:0 28px!important}.hera-shell.full .wedding-copy strong{font-size:30px!important;line-height:1.05!important}.hera-shell.full .wedding-copy>span{font-size:15px!important;line-height:1.4!important;margin-top:8px!important}.hera-shell.full .wedding-cta{align-self:center!important;justify-self:end!important;margin-right:30px!important;min-height:48px!important;padding:0 19px!important;font-size:13px!important}
}

/* MOBILE — full opens by default; compact remains a real usable composition. */
@media (max-width:767px){
  .hera-header.mobile-full,.hera-shell.compact .hera-header{background:rgba(255,252,247,.97)!important;border-bottom:1px solid rgba(125,87,37,.10)!important}
  .hera-shell.full .home-screen{padding:13px 16px calc(66px + env(safe-area-inset-bottom) + 18px)!important;scroll-padding-bottom:calc(66px + env(safe-area-inset-bottom) + 24px)!important}
  .hera-shell.full .home-hero{padding:20px 16px 19px!important;border-radius:24px!important}
  .hera-shell.full .home-hero .eyebrow{font-size:10px!important}.hera-shell.full .home-hero h1{font-size:clamp(38px,11vw,47px)!important;line-height:.96!important;max-width:360px!important;margin:8px auto 11px!important}.hera-shell.full .home-hero p{font-size:13px!important;line-height:1.4!important;max-width:340px!important}
  .hera-shell.full .inline-ask{height:58px!important;margin-top:18px!important;border-radius:20px!important;padding-left:16px!important}.hera-shell.full .inline-ask input{font-size:14px!important}.hera-shell.full .input-btn,.hera-shell.full .home-send{width:44px!important;height:44px!important;border-radius:14px!important}
  .hera-shell.full .section-label{margin:19px 2px 11px!important;font-size:11px!important}
  .hera-shell.full .help-grid{gap:10px!important}.hera-shell.full .help-card{height:94px!important;min-height:94px!important;border-radius:20px!important;padding:10px 3px!important;gap:7px!important}.hera-shell.full .help-icon{width:42px!important;height:42px!important}.hera-shell.full .help-icon svg{width:36px!important;height:36px!important;stroke-width:1.35!important}.hera-shell.full .help-label{font-size:10.5px!important;line-height:1.08!important}
  .hera-shell.full .wedding-card{height:166px!important;min-height:166px!important;margin:14px 0 12px!important;padding:0!important;display:grid!important;grid-template-columns:42% minmax(0,1fr)!important;grid-template-rows:1fr auto!important;grid-template-areas:'image copy' 'image cta'!important;gap:0!important;border-radius:23px!important;overflow:hidden!important;scroll-margin-bottom:90px!important}.hera-shell.full .wedding-card img{width:100%!important;height:166px!important;border-radius:0!important;object-fit:cover!important;object-position:center 15%!important}.hera-shell.full .wedding-copy{padding:21px 14px 0 16px!important;align-self:end!important}.hera-shell.full .wedding-copy strong{font-size:24px!important;line-height:1.02!important}.hera-shell.full .wedding-copy>span{font-size:11.5px!important;line-height:1.34!important;margin-top:7px!important}.hera-shell.full .wedding-cta{justify-self:start!important;align-self:start!important;margin:9px 0 17px 16px!important;min-height:38px!important;padding:0 14px!important;font-size:10.5px!important}
  .hera-shell.full .home-footnote{display:none!important}

  .bottom-nav.website-nav{height:calc(66px + env(safe-area-inset-bottom))!important;min-height:66px!important;padding:0 0 env(safe-area-inset-bottom)!important;box-shadow:none!important;border-top:1px solid rgba(42,34,24,.10)!important}.bottom-nav.website-nav button{height:66px!important;min-height:66px!important;padding:7px 1px 5px!important;gap:3px!important;font-size:9px!important;letter-spacing:.10em!important;font-weight:700!important}.bottom-nav.website-nav button svg{width:25px!important;height:25px!important}.bottom-nav.website-nav button.book-now{height:66px!important;min-height:66px!important;background:linear-gradient(180deg,#dabd76,#cca452)!important}

  /* Mobile compact is intentionally a comfortable sheet, not a squeezed clone. */
  .hera-shell.compact .hera-main.home-screen{padding:12px 12px 18px!important;overflow-y:auto!important}.hera-shell.compact .home-hero{padding:15px 13px 14px!important;border-radius:20px!important}.hera-shell.compact .home-hero .eyebrow{font-size:8.5px!important}.hera-shell.compact .home-hero h1{font-size:32px!important;line-height:.98!important;max-width:310px!important;margin:6px auto 8px!important}.hera-shell.compact .home-hero p{font-size:10.5px!important;line-height:1.35!important;max-width:300px!important}.hera-shell.compact .inline-ask{height:48px!important;margin-top:12px!important;border-radius:17px!important;padding-left:13px!important}.hera-shell.compact .inline-ask input{font-size:11px!important}
  .hera-shell.compact .section-label{margin:12px 1px 8px!important;font-size:9px!important}.hera-shell.compact .help-grid{gap:7px!important}.hera-shell.compact .help-card{height:72px!important;min-height:72px!important;border-radius:16px!important;gap:5px!important}.hera-shell.compact .help-icon{width:34px!important;height:34px!important}.hera-shell.compact .help-icon svg{width:29px!important;height:29px!important}.hera-shell.compact .help-label{font-size:8.5px!important}
  .hera-shell.compact .wedding-card{height:120px!important;min-height:120px!important;margin:10px 0 0!important;padding:0!important;display:grid!important;grid-template-columns:38% minmax(0,1fr)!important;grid-template-rows:1fr auto!important;grid-template-areas:'image copy' 'image cta'!important;gap:0!important;border-radius:18px!important;overflow:hidden!important}.hera-shell.compact .wedding-card img{width:100%!important;height:120px!important;border-radius:0!important;object-fit:cover!important;object-position:center 16%!important}.hera-shell.compact .wedding-copy{padding:13px 10px 0 12px!important;align-self:end!important}.hera-shell.compact .wedding-copy strong{font-size:18px!important;line-height:1.02!important}.hera-shell.compact .wedding-copy>span{font-size:9px!important;line-height:1.25!important;margin-top:4px!important}.hera-shell.compact .wedding-cta{margin:7px 0 12px 12px!important;min-height:31px!important;padding:0 11px!important;font-size:9px!important}
}

/* === PHASE 1.9 REFERENCE CONTRACT: single final layout authority === */
:root{--ref-gold:#ad6b00;--ref-ink:#18110b;--ref-cream:#fffaf4;--ref-line:#eadfd1;--ref-nav-h:68px}
.hera-shell{background:linear-gradient(180deg,#fffdf9 0%,#fff9f1 100%);border-color:rgba(218,198,172,.72)}
.hera-view{height:100%;display:flex;flex-direction:column;overflow:hidden}
.hera-header{flex:0 0 auto;min-height:72px;height:72px;padding:10px 14px;grid-template-columns:auto minmax(0,1fr) 44px 44px;column-gap:10px;background:rgba(255,252,247,.96);border-bottom:1px solid #eadfd1}
.hera-header.with-back{grid-template-columns:44px 48px minmax(0,1fr) 44px 44px}
.brand-logo{width:48px;height:48px;object-fit:cover;border-radius:50%;clip-path:circle(46% at 50% 50%)}
.hera-title{min-width:0}.hera-title b{display:block;font:700 18px/1.05 var(--hera-serif);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hera-title span{font-size:10.5px;margin-top:4px;color:#6f665d}.icon-btn{width:42px;height:42px;border-radius:13px;background:#fff;border:1px solid rgba(132,86,23,.08);box-shadow:0 5px 14px rgba(51,31,8,.05)}
.hera-main{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.home-screen{padding:18px 18px 28px}.premium-panel{background:rgba(255,253,249,.86);border:1px solid rgba(149,103,47,.11);box-shadow:0 14px 34px rgba(61,37,8,.055)}
.home-hero{padding:24px 26px 22px;border-radius:24px}.eyebrow{font-size:10px!important;letter-spacing:.19em!important;font-weight:700!important;color:var(--ref-gold)!important}.home-hero h1{font-size:34px;line-height:1.01;max-width:560px;margin:8px auto 8px}.home-hero p{font-size:12.5px;max-width:520px;line-height:1.42}
.inline-ask{height:54px;margin-top:17px;max-width:650px;border-radius:18px;padding:5px 8px 5px 16px}.inline-ask input{font-size:13px}.home-send{display:none}.input-btn{margin-left:auto}
.section-label{margin:17px 2px 10px;font-size:10px;letter-spacing:.17em}
.help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.help-card{min-height:76px;padding:10px 5px 8px;border-radius:15px;background:rgba(255,255,255,.82);border:1px solid rgba(133,92,42,.10);box-shadow:0 7px 19px rgba(54,31,5,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px}
.help-icon{width:auto!important;height:auto!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;display:grid;place-items:center}.help-icon svg{width:29px!important;height:29px!important;stroke:var(--ref-gold);stroke-width:1.45}.help-label{font-size:10px!important;font-weight:650!important;color:#26201a;line-height:1.15;text-align:center}
.wedding-card{margin-top:14px;min-height:116px;padding:0!important;border-radius:20px!important;display:grid!important;grid-template-columns:122px minmax(0,1fr) auto!important;grid-template-areas:"image copy cta"!important;gap:14px!important;align-items:center!important;background:linear-gradient(100deg,#f2e3d5,#f6e9de)!important;overflow:hidden!important}
.wedding-card img{grid-area:image;width:122px!important;height:116px!important;border-radius:0!important;object-fit:cover!important}.wedding-copy{grid-area:copy;align-self:center!important}.wedding-copy strong{font-size:19px!important;line-height:1.08!important}.wedding-copy>span{font-size:11px!important;line-height:1.35!important;margin-top:6px!important}.wedding-cta{grid-area:cta;align-self:center!important;justify-self:end!important;margin-right:16px!important;min-height:38px!important;padding:0 14px!important;border-radius:12px!important;background:#1c1209!important;color:#fff!important;font-size:10.5px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;white-space:nowrap}
.home-footnote{margin:10px 2px 0;padding:8px 2px;font-size:10.5px}
.website-nav{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:var(--ref-nav-h)!important;padding:0!important;border-radius:0!important;background:#fff!important;border-top:1px solid #e8ddcf!important;box-shadow:0 -8px 24px rgba(50,30,8,.05)!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:0!important}
.website-nav button{height:100%!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;gap:3px!important;color:#716a63!important;font-size:8.5px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.09em!important}.website-nav button svg{width:22px!important;height:22px!important;stroke-width:1.6!important}.website-nav button.book-now{background:linear-gradient(180deg,#d8b66e,#c79e4b)!important;color:#17120d!important}.website-nav button.active:not(.book-now){color:var(--ref-gold)!important}.website-nav button.active:after{display:none!important}
.hera-shell.full .home-screen,.hera-shell.full .account-screen,.hera-shell.full .list-screen{padding-bottom:calc(var(--ref-nav-h) + 24px)!important}.hera-shell.full .chat-area,.hera-shell.full .search-screen{padding-bottom:calc(var(--ref-nav-h) + 86px)!important}.hera-shell.full .input-bar{bottom:var(--ref-nav-h)!important}

/* Mobile full: the approved phone composition. */
.hera-shell.device-mobile.full{border-radius:0!important}.hera-shell.device-mobile.full .hera-header{height:76px;min-height:76px;padding:10px 14px;grid-template-columns:48px minmax(0,1fr) 42px 42px}.hera-shell.device-mobile.full .hera-header.with-back{grid-template-columns:42px 44px minmax(0,1fr) 42px 42px}.hera-shell.device-mobile.full .brand-logo{width:44px;height:44px}.hera-shell.device-mobile.full .hera-title b{font-size:17px}.hera-shell.device-mobile.full .home-screen{padding:14px 14px calc(var(--ref-nav-h) + 18px)}.hera-shell.device-mobile.full .home-hero{padding:20px 14px 18px;border-radius:21px}.hera-shell.device-mobile.full .home-hero h1{font-size:clamp(32px,9vw,39px);max-width:360px}.hera-shell.device-mobile.full .home-hero p{font-size:12.5px;max-width:340px}.hera-shell.device-mobile.full .inline-ask{height:54px;margin-top:16px}.hera-shell.device-mobile.full .help-grid{gap:8px}.hera-shell.device-mobile.full .help-card{min-height:82px;border-radius:15px;padding:8px 2px}.hera-shell.device-mobile.full .help-icon svg{width:31px!important;height:31px!important}.hera-shell.device-mobile.full .help-label{font-size:9.5px!important}.hera-shell.device-mobile.full .wedding-card{min-height:124px!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;gap:4px 12px!important;padding:0!important}.hera-shell.device-mobile.full .wedding-card img{width:112px!important;height:124px!important}.hera-shell.device-mobile.full .wedding-copy{align-self:end!important}.hera-shell.device-mobile.full .wedding-copy strong{font-size:18px!important}.hera-shell.device-mobile.full .wedding-copy>span{font-size:10.5px!important}.hera-shell.device-mobile.full .wedding-cta{align-self:start!important;justify-self:start!important;margin:2px 0 0!important;min-height:34px!important;padding:0 12px!important;font-size:10px!important}

/* Mobile compact: its own composition, not a squeezed full screen. */
.hera-shell.device-mobile.compact{border-radius:26px!important}.hera-shell.device-mobile.compact .hera-header{height:62px;min-height:62px;padding:8px 10px;grid-template-columns:40px minmax(0,1fr) 36px 36px;gap:6px}.hera-shell.device-mobile.compact .brand-logo{width:38px;height:38px}.hera-shell.device-mobile.compact .hera-title b{font-size:14px}.hera-shell.device-mobile.compact .hera-title span{font-size:8.5px;margin-top:2px}.hera-shell.device-mobile.compact .icon-btn{width:34px;height:34px;border-radius:11px}.hera-shell.device-mobile.compact .home-screen{padding:10px 10px 12px}.hera-shell.device-mobile.compact .home-hero{padding:14px 10px 13px;border-radius:18px}.hera-shell.device-mobile.compact .eyebrow{font-size:7.5px!important}.hera-shell.device-mobile.compact .home-hero h1{font-size:26px;max-width:285px;margin:6px auto}.hera-shell.device-mobile.compact .home-hero p{font-size:9.5px;max-width:280px}.hera-shell.device-mobile.compact .inline-ask{height:42px;margin-top:11px;border-radius:14px;padding-left:12px}.hera-shell.device-mobile.compact .inline-ask input{font-size:11px}.hera-shell.device-mobile.compact .input-btn{width:34px;height:34px}.hera-shell.device-mobile.compact .section-label{margin:11px 1px 7px;font-size:8px}.hera-shell.device-mobile.compact .help-grid{gap:6px}.hera-shell.device-mobile.compact .help-card{min-height:59px;border-radius:12px;gap:4px;padding:5px 2px}.hera-shell.device-mobile.compact .help-icon svg{width:22px!important;height:22px!important}.hera-shell.device-mobile.compact .help-label{font-size:7.5px!important}.hera-shell.device-mobile.compact .wedding-card{margin-top:9px;min-height:86px!important;grid-template-columns:78px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;gap:2px 9px!important;border-radius:15px!important}.hera-shell.device-mobile.compact .wedding-card img{width:78px!important;height:86px!important}.hera-shell.device-mobile.compact .wedding-copy strong{font-size:13px!important}.hera-shell.device-mobile.compact .wedding-copy>span{font-size:8px!important;margin-top:3px!important}.hera-shell.device-mobile.compact .wedding-cta{min-height:27px!important;padding:0 9px!important;font-size:8px!important;margin:0!important}.hera-shell.device-mobile.compact .home-footnote{display:none}

/* Desktop compact: deliberately compact, reference-like floating concierge. */
.hera-shell.device-desktop.compact,.hera-shell.device-tablet.compact{border-radius:26px!important}.hera-shell.device-desktop.compact .hera-header,.hera-shell.device-tablet.compact .hera-header{height:64px;min-height:64px;padding:8px 11px;grid-template-columns:42px minmax(0,1fr) 36px 36px;gap:7px}.hera-shell.device-desktop.compact .brand-logo,.hera-shell.device-tablet.compact .brand-logo{width:40px;height:40px}.hera-shell.device-desktop.compact .hera-title b,.hera-shell.device-tablet.compact .hera-title b{font-size:15px}.hera-shell.device-desktop.compact .icon-btn,.hera-shell.device-tablet.compact .icon-btn{width:34px;height:34px}.hera-shell.device-desktop.compact .home-screen,.hera-shell.device-tablet.compact .home-screen{padding:11px 11px 13px}.hera-shell.device-desktop.compact .home-hero,.hera-shell.device-tablet.compact .home-hero{padding:15px 12px 14px;border-radius:18px}.hera-shell.device-desktop.compact .home-hero h1,.hera-shell.device-tablet.compact .home-hero h1{font-size:28px;max-width:340px}.hera-shell.device-desktop.compact .home-hero p,.hera-shell.device-tablet.compact .home-hero p{font-size:10px;max-width:330px}.hera-shell.device-desktop.compact .inline-ask,.hera-shell.device-tablet.compact .inline-ask{height:44px;margin-top:12px}.hera-shell.device-desktop.compact .section-label,.hera-shell.device-tablet.compact .section-label{margin:12px 1px 7px;font-size:8px}.hera-shell.device-desktop.compact .help-grid,.hera-shell.device-tablet.compact .help-grid{gap:6px}.hera-shell.device-desktop.compact .help-card,.hera-shell.device-tablet.compact .help-card{min-height:64px;border-radius:12px;padding:6px 2px;gap:5px}.hera-shell.device-desktop.compact .help-icon svg,.hera-shell.device-tablet.compact .help-icon svg{width:23px!important;height:23px!important}.hera-shell.device-desktop.compact .help-label,.hera-shell.device-tablet.compact .help-label{font-size:8px!important}.hera-shell.device-desktop.compact .wedding-card,.hera-shell.device-tablet.compact .wedding-card{margin-top:9px;min-height:90px!important;grid-template-columns:86px minmax(0,1fr)!important;grid-template-areas:"image copy" "image cta"!important;gap:3px 10px!important;border-radius:15px!important}.hera-shell.device-desktop.compact .wedding-card img,.hera-shell.device-tablet.compact .wedding-card img{width:86px!important;height:90px!important}.hera-shell.device-desktop.compact .wedding-copy strong,.hera-shell.device-tablet.compact .wedding-copy strong{font-size:14px!important}.hera-shell.device-desktop.compact .wedding-copy>span,.hera-shell.device-tablet.compact .wedding-copy>span{font-size:8.5px!important}.hera-shell.device-desktop.compact .wedding-cta,.hera-shell.device-tablet.compact .wedding-cta{min-height:28px!important;padding:0 10px!important;font-size:8.5px!important;margin:0!important}.hera-shell.device-desktop.compact .home-footnote,.hera-shell.device-tablet.compact .home-footnote{display:none}

/* Desktop full: wide reference composition, not portrait mobile stretched. */
.hera-shell.device-desktop.full{border-radius:22px!important}.hera-shell.device-desktop.full .hera-header{height:70px;min-height:70px;padding:10px 18px}.hera-shell.device-desktop.full .home-screen{padding:20px 28px calc(var(--ref-nav-h) + 22px);max-width:960px;margin:0 auto;width:100%}.hera-shell.device-desktop.full .home-hero{padding:22px 28px 20px;border-radius:22px}.hera-shell.device-desktop.full .home-hero h1{font-size:37px;max-width:620px}.hera-shell.device-desktop.full .home-hero p{font-size:13px}.hera-shell.device-desktop.full .inline-ask{height:56px;max-width:720px}.hera-shell.device-desktop.full .help-grid{gap:12px}.hera-shell.device-desktop.full .help-card{min-height:86px;border-radius:15px}.hera-shell.device-desktop.full .help-icon svg{width:32px!important;height:32px!important}.hera-shell.device-desktop.full .help-label{font-size:10.5px!important}.hera-shell.device-desktop.full .wedding-card{min-height:128px!important;grid-template-columns:150px minmax(0,1fr) auto!important}.hera-shell.device-desktop.full .wedding-card img{width:150px!important;height:128px!important}.hera-shell.device-desktop.full .wedding-copy strong{font-size:21px!important}.hera-shell.device-desktop.full .wedding-copy>span{font-size:12px!important}.hera-shell.device-desktop.full .wedding-cta{min-height:42px!important;padding:0 18px!important;font-size:11px!important}.hera-shell.device-desktop.full .home-footnote{display:flex;margin-top:12px}

/* Prevent keyboard/focus from changing the overall composition. */
.hera-shell.keyboard-open .website-nav{display:none!important}.hera-shell.keyboard-open .input-bar{bottom:0!important}.hera-shell.keyboard-open .hera-main{padding-bottom:88px!important;scroll-padding-bottom:96px!important}

