@font-face{font-family:"Great Vibes";src:url('/GreatVibes-Regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
:root{--forest:#294632;--sage:#6f865b;--sage-soft:#dfe6d3;--gold:#b6924b;--ivory:#fbf8ef;--paper:#fffdf8;--line:#d9dece;--ink:#26362a;--heading-padding:14px}
body{color:var(--ink);background:var(--ivory);font-family:Inter,"Segoe UI",system-ui,sans-serif}
body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 12% 8%,#dfe8d5aa,transparent 24%),radial-gradient(circle at 92% 78%,#e8dfc688,transparent 26%),linear-gradient(135deg,#faf7ed,#fffdf8 52%,#f3f4e8)}
h1,h2,h3{color:var(--forest);font-family:Georgia,"Times New Roman",serif}
.btn{background:linear-gradient(135deg,var(--sage),#5f774d);box-shadow:0 8px 20px #4357391f;transition:.2s ease}
.btn.secondary{background:#fffdf8;color:var(--forest);border-color:#cbd4bd}
.card{border-color:var(--line);background:#fffdf9eF;box-shadow:0 18px 48px #3c493714}

/* Public invitation */
.hero{min-height:auto;padding:44px clamp(20px,5vw,76px) 34px;background:radial-gradient(circle at 28% 25%,#fff 0 10%,transparent 38%),linear-gradient(135deg,#f4f4e8,#fffaf0 58%,#edf1e5)}
.hero::before,.hero::after{content:"";position:absolute;width:440px;height:440px;background:url('/watercolor-eucalyptus-corner.png') left top/contain no-repeat;opacity:.62;filter:saturate(.88);pointer-events:none}
.hero::before{left:-105px;top:-95px}
.hero::after{right:-115px;bottom:-110px;transform:rotate(180deg)}
.hero-inner{width:min(1220px,100%);max-width:none;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);grid-template-areas:"eyebrow art" "title art" "divider art" "subtitle art" "script art" "lead art" "details art" "actions art";gap:7px 54px;align-items:center;text-align:center}
.hero .eyebrow{grid-area:eyebrow;margin:0;color:var(--gold);justify-self:center}
.hero h1{grid-area:title;font-size:clamp(2.1rem,3.7vw,3.55rem);margin:.1em 0;color:var(--forest);white-space:nowrap}
.hero h2{grid-area:subtitle;margin:4px 0 0;font-size:clamp(1.2rem,2vw,1.8rem);font-style:italic;font-weight:500;color:#52664a}
.hero-script{grid-area:script;margin:0 0 8px;font-family:"Great Vibes","Segoe Script",cursive;font-size:clamp(4.65rem,7.5vw,7.7rem);line-height:.9;color:#536b49;letter-spacing:0;white-space:nowrap}
.hero .lead{grid-area:lead;margin:0 auto;max-width:610px;color:#526057}
.hero .details{grid-area:details;display:grid;justify-content:stretch;justify-self:center;width:100%;gap:0;margin:20px 0 14px;max-width:590px;padding:6px 18px;background:#fffdf9e8;border:1px solid #d8dccb;border-radius:22px;box-shadow:0 14px 35px #34422f13;text-align:left}
.hero .pill{display:block;padding:12px 6px;border:0;border-radius:0;background:transparent;border-bottom:1px solid #e4e2d7;color:var(--forest);font-family:Georgia,serif;font-size:1.05rem}
.hero .pill:last-child{border-bottom:0}
.hero-actions{grid-area:actions;display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center}
.hero-actions .btn{min-width:170px;text-align:center}
.hero-art-wrap{grid-area:art;align-self:end;justify-self:center;width:min(550px,100%);filter:drop-shadow(0 24px 32px #39493626)}
.hero-art{display:block;width:100%;height:auto;max-height:680px;object-fit:contain}
.bear{display:none}
.section{position:relative;padding:30px 20px}
.section .wrap{max-width:1100px}
.section .eyebrow{color:var(--gold)}
.section h2{font-size:clamp(2rem,4vw,3.35rem)}
#rsvp .form-grid{background:linear-gradient(145deg,#fffefa,#faf7ed);border-top:4px solid #84966f}
#rsvp .form-grid label{color:var(--forest)}
.rsvp-status{background:#edf2e5;border-left:5px solid var(--sage)}
#rsvp+.section{margin:8px auto 34px;max-width:1060px;border:1px solid var(--line);border-radius:28px;background:#fffdf9d9;box-shadow:0 20px 50px #3c493714}
#registryTitle::before{content:"♡ ";color:var(--gold)}
.admin-shortcut{background:#fffdf4e8;border-color:#cad3be;color:var(--forest)}

/* Admin dashboard */
.admin-shell{max-width:1600px;margin:0;padding:34px 38px 70px 274px;position:relative;min-height:100vh}
.admin-sidebar{position:fixed;z-index:5;left:0;top:0;bottom:0;width:236px;padding:34px 20px;background:#fffdf8f2;border-right:1px solid var(--line);box-shadow:12px 0 40px #3b493610;overflow:hidden}
.admin-sidebar::after{content:"";position:absolute;left:-45px;right:-45px;bottom:-50px;height:300px;background:url('/watercolor-bear-botanical.png') center bottom/contain no-repeat;opacity:.28;pointer-events:none}
.admin-brand{position:relative;z-index:1;text-align:center;margin-bottom:28px}
.admin-brand img{width:92px;height:92px;object-fit:contain}
.admin-brand strong{display:block;font-family:Georgia,serif;font-size:1.35rem;color:var(--forest)}
.admin-brand span{display:block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#71806c}
.admin-menu{position:relative;z-index:1;display:grid;gap:7px}
.admin-menu a{display:block;padding:11px 13px;border-radius:12px;color:#435344;text-decoration:none;font-weight:700;font-size:.9rem}
.admin-menu a:hover,.admin-menu a:focus{background:#e5eadc;color:var(--forest);outline:none}
.admin-shell .nav{padding:2px 0 20px;border-bottom:1px solid var(--line);margin-bottom:20px}
.admin-shell .nav h2{font-size:clamp(2rem,3vw,3rem);margin:0}
.nav-actions{display:flex;gap:9px;align-items:center}
.stats{gap:14px;margin-bottom:20px}
.stat{min-height:128px;display:grid;place-content:center;border-radius:18px;background:linear-gradient(145deg,#fffefa,#f6f7ed)}
.stat strong{font-family:Georgia,serif;color:var(--forest);font-size:2.6rem}
.admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.admin-grid>.card{border-radius:20px;padding:24px;scroll-margin-top:20px}
.admin-grid>.card h3{font-size:1.55rem;margin-top:0;padding-bottom:12px;border-bottom:1px solid #e0e4d8}
.admin-list .row{border-bottom-color:#e5e8df;padding:13px 8px}
.admin-list .row:hover{background:#f6f7ef}
.login{background:#fffdf9f5;box-shadow:0 25px 70px #33402f24;position:relative;overflow:hidden}
.login::after{content:"";display:block;height:170px;margin:-10px -12px -28px;background:url('/watercolor-bear-botanical.png') center 34%/230px no-repeat;opacity:.48;pointer-events:none}

@media(max-width:1000px){
  .hero-inner{grid-template-columns:minmax(0,1fr) 390px;gap:6px 24px}.hero h1{font-size:clamp(2rem,4.4vw,3rem)}.hero-script{font-size:clamp(4.4rem,9vw,6.3rem)}
  .admin-shell{padding-left:24px}.admin-sidebar{display:none}.admin-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .hero{padding:56px 16px 28px}.hero::before,.hero::after{display:none}
  .hero-inner{display:grid;grid-template-columns:1fr;grid-template-areas:"eyebrow" "title" "divider" "subtitle" "script" "art" "lead" "details" "actions";gap:6px;text-align:center}
  .hero .eyebrow,.hero .lead{justify-self:center}.hero h1{font-size:clamp(2.1rem,10vw,3rem);white-space:normal}.hero h2{font-size:1.15rem}
  .hero-script{font-size:clamp(4.5rem,22vw,6.2rem);line-height:.88;margin-bottom:-8px;white-space:normal}.hero-art-wrap{width:min(360px,92%);margin:auto}.hero-art{max-height:390px}
  .hero .details{width:100%;margin-top:8px;text-align:left}.hero-actions{display:grid;width:100%;gap:6px}.hero-actions .btn{width:100%}
  .section{padding:25px 14px}#rsvp+.section{margin:4px 12px 26px}.admin-shell{padding:18px 12px 50px}.stats{grid-template-columns:repeat(2,1fr)}.stat{min-height:105px}.admin-grid>.card{padding:18px}.nav{align-items:flex-start;gap:12px}.nav .btn{width:auto}
}

/* Match the RSVP introduction to the Gift Ideas section and honour admin line breaks. */
#subtitle{white-space:pre-line;text-align:center}
.hero h1,.hero h2,.hero-script,.section h2{padding-top:var(--heading-padding);padding-bottom:var(--heading-padding)}
#rsvpHeading{font-size:clamp(2rem,4vw,3.35rem)!important}
#adultsNote{max-width:900px!important;font-size:calc(var(--body-size,18px) + 2px)!important;line-height:1.65}
#rsvp .wrap{max-width:1100px}
@media(max-width:700px){#rsvpHeading{font-size:clamp(2rem,10vw,2.8rem)!important}#adultsNote{font-size:calc(var(--body-size,18px) + 1px)!important}}

/* Reference-detail polish: icons, divider and invitation actions */
.botanical-divider{grid-area:divider;display:flex;align-items:center;justify-content:center;gap:9px;height:34px;color:#87966f;line-height:1}
.botanical-divider span{display:block;width:88px;height:24px;font-size:0;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 28'%3E%3Cpath d='M4 14h99' fill='none' stroke='%2383946d' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M24 14C17 5 11 5 8 6c2 6 7 10 16 8Zm19 0C36 4 29 5 27 6c2 6 7 9 16 8Zm20 0C56 5 49 5 47 7c3 5 8 8 16 7Zm20 0C76 6 69 6 67 8c4 5 9 7 16 6Z' fill='%2383946d'/%3E%3Cpath d='M25 15c-7 8-13 8-16 7 3-6 8-8 16-7Zm20 0c-8 9-15 8-17 6 3-5 9-7 17-6Zm20 0c-8 8-14 8-17 6 4-5 9-7 17-6Zm20 0c-7 7-13 7-16 5 4-4 9-6 16-5Z' fill='%2383946d'/%3E%3Cpath d='m102 10 6 4-6 4' fill='none' stroke='%2383946d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.botanical-divider span:first-child{transform:scaleX(-1)}
.botanical-divider b{color:#c19a4a;font-family:Georgia,serif;font-size:1.35rem;filter:drop-shadow(0 1px 1px #aa874433)}
.hero h2{font-family:Georgia,"Times New Roman",serif;letter-spacing:.01em}
.hero-script{font-weight:400;text-shadow:0 1px 0 #fff}
.hero .pill{display:grid;grid-template-columns:48px 1fr;align-items:center;min-height:64px;padding:7px 6px;text-align:left;font-size:1.08rem}
.hero .pill::before{content:"";width:42px;height:42px;border-radius:50%;background-color:var(--sage);background-position:center;background-repeat:no-repeat;background-size:23px 23px}
#date::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/svg%3E")}
#venue::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E")}
#deadline{display:none}
.hero-actions{justify-self:center;width:100%;max-width:590px;display:grid;grid-template-columns:1fr;gap:11px}
.hero-actions .btn{width:100%;margin:0;position:relative;display:flex;align-items:center;justify-content:center}
#rsvpPrimary{min-height:94px;flex-direction:column;padding:29px 76px 12px;border-radius:34px;font-family:Georgia,"Times New Roman",serif;font-size:1.85rem;font-weight:500;line-height:1.05;box-shadow:0 15px 30px #4053352b}
#rsvpPrimary::before{content:attr(data-deadline);position:absolute;top:11px;left:28px;right:28px;font-family:Georgia,"Times New Roman",serif;font-size:1rem;font-weight:400;color:#fffef8}
#rsvpPrimary::after{content:"❧";position:absolute;right:31px;bottom:20px;color:#d7bd7b;font-size:2.3rem;transform:rotate(-18deg)}
#gcal,#ics{min-height:62px;border-radius:31px;font-family:Georgia,"Times New Roman",serif;font-size:1.12rem;font-weight:600}
#gcal::before,#ics::before{content:"";width:27px;height:27px;margin-right:14px;background-position:center;background-repeat:no-repeat;background-size:contain}
#gcal::before,#ics::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23395230' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18M8 14h.01M12 14h.01M16 14h.01M8 18h.01M12 18h.01'/%3E%3C/svg%3E")}
#registryTitle{display:flex;align-items:center;justify-content:center;gap:13px}
#registryTitle::before{content:"";width:56px;height:56px;flex:0 0 56px;border-radius:50%;background-color:#e9edd8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475f3f' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 12v9H4v-9M2 7h20v5H2zM12 7v14M12 7H7.5A2.5 2.5 0 1 1 10 4.5C10 7 12 7 12 7Zm0 0h4.5A2.5 2.5 0 1 0 14 4.5C14 7 12 7 12 7Z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:30px}
@media(max-width:700px){.botanical-divider{height:22px;font-size:1.25rem}.hero .pill{grid-template-columns:44px 1fr;font-size:.96rem}.hero .pill::before{width:38px;height:38px}.hero-actions{max-width:none}#rsvpPrimary{min-height:86px;font-size:1.6rem;padding-left:58px;padding-right:58px}#rsvpPrimary::after{right:22px;font-size:1.9rem}#registryTitle::before{width:48px;height:48px;flex-basis:48px}}

/* Wide invitation composition: fuller artwork with soft nursery accents */
.hero{padding:38px clamp(18px,2.2vw,42px) 24px;overflow:hidden}
.hero-inner{width:min(1780px,calc(100vw - 72px));grid-template-columns:minmax(610px,1.06fr) minmax(540px,.94fr);gap:7px clamp(34px,3vw,68px);position:relative;z-index:2}
.hero .details,.hero-actions{max-width:650px}
.hero-art-wrap{width:min(690px,100%);transform:translate(-20px,34px)}
.hero-art{max-height:760px}
.hero::before,.hero::after{width:520px;height:520px;opacity:.7}
.hero::before{left:-100px;top:-92px}
.hero::after{right:-100px;bottom:-130px}

/* The existing decorative leaves become soft balloons on wide screens. */
.hero>.leaf{display:block;position:absolute;z-index:1;width:72px;height:92px;border-radius:54% 54% 50% 50%;opacity:.42;filter:drop-shadow(0 8px 12px #52604718);pointer-events:none}
.hero>.leaf::before{content:"";position:absolute;left:31px;bottom:-9px;width:10px;height:10px;background:inherit;transform:rotate(45deg)}
.hero>.leaf::after{content:"";position:absolute;left:35px;top:96px;width:1px;height:118px;background:#a89d7b;transform:rotate(7deg);transform-origin:top}
.hero>.l1{left:8.5%;top:34%;background:linear-gradient(145deg,#c9d9bd,#91aa80);transform:rotate(-7deg)}
.hero>.l2{right:7%;top:17%;background:linear-gradient(145deg,#f2d6c8,#d9ac9c);transform:rotate(8deg) scale(.82)}
.hero{background-color:#f8f5ea;background-image:radial-gradient(circle at 17% 66%,#c99f4d 0 4px,transparent 5px),radial-gradient(circle at 21% 73%,#a9b998 0 6px,transparent 7px),radial-gradient(circle at 82% 72%,#ddb8a5 0 5px,transparent 6px),radial-gradient(circle at 88% 35%,#c99f4d 0 4px,transparent 5px),radial-gradient(circle at 28% 25%,#fff 0 10%,transparent 38%),linear-gradient(135deg,#f4f4e8,#fffaf0 58%,#edf1e5)}

@media(min-width:1500px){
  .hero-inner{width:min(1880px,calc(100vw - 88px));grid-template-columns:minmax(680px,1.04fr) minmax(650px,.96fr)}
  .hero-art-wrap{width:min(790px,100%);transform:translate(-34px,42px)}
  .hero-art{max-height:800px}
  .hero .details,.hero-actions{max-width:690px}
  .hero>.l1{left:10%;top:37%}.hero>.l2{right:9%;top:20%}
}
@media(max-width:1000px){
  .hero-inner{width:min(960px,100%);grid-template-columns:minmax(0,1fr) minmax(340px,390px)}
  .hero-art-wrap{width:min(470px,100%);transform:translate(-8px,24px)}
  .hero>.leaf{opacity:.25;transform:scale(.7)}
}
@media(max-width:700px){
  .hero{padding:56px 16px 28px;background-image:radial-gradient(circle at 12% 38%,#c99f4d 0 3px,transparent 4px),radial-gradient(circle at 88% 54%,#a9b998 0 4px,transparent 5px),linear-gradient(135deg,#f4f4e8,#fffaf0 58%,#edf1e5)}
  .hero-inner{width:100%;grid-template-columns:1fr}
  .hero-art-wrap{width:min(390px,96%);transform:none}
  .hero>.leaf{display:none}
}

/* Admin information architecture and full-width workflow */
.admin-shell{max-width:1760px}
.admin-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start}
#responsesCard,#guestsCard,#notifyCard,#websiteCard{grid-column:1/-1}
#dataManagement,#securityCard,#adminManagementCard{grid-column:span 6}
#responsesCard{order:1}#guestsCard{order:2}#notifyCard{order:3}#websiteCard{order:4}#dataManagement{order:5}#securityCard{order:6}#adminManagementCard{order:7}
#websiteCard .form-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;max-width:none}
#websiteCard .form-grid>label:has(textarea){grid-column:span 2}
#websiteCard .form-grid>button{align-self:end}
#guestForm{grid-template-columns:2fr 1.5fr 1fr auto;max-width:none;align-items:end}
#guestForm .btn{margin-bottom:0;white-space:nowrap}
.rsvp-filters{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}
.rsvp-filters .btn{width:auto;margin:0;padding:9px 16px}
.rsvp-filters .active{background:var(--sage);color:#fff;border-color:var(--sage)}
.admin-account-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.admin-account-actions .btn{width:auto;margin:0;padding:8px 13px}
.whatsapp-notify-link{display:block;margin-top:10px;text-align:center}
.menu-section{display:block;margin:18px 12px 5px;color:var(--gold);font-size:.66rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.admin-menu .menu-section:first-child{margin-top:0}
@media(max-width:1180px){
  #websiteCard .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #guestForm{grid-template-columns:repeat(2,minmax(0,1fr))}
  #dataManagement,#securityCard,#adminManagementCard{grid-column:1/-1}
}
@media(max-width:700px){
  .admin-grid{display:grid;grid-template-columns:1fr}
  #responsesCard,#guestsCard,#notifyCard,#websiteCard,#dataManagement,#securityCard,#adminManagementCard{grid-column:1}
  #websiteCard .form-grid,#guestForm{grid-template-columns:1fr}
  #websiteCard .form-grid>label:has(textarea){grid-column:1}
  .admin-account-row{display:block}.admin-account-actions{justify-content:flex-start;margin-top:12px}
}
