:root{--pink:#d94f86;--pink-dark:#a72d60;--blush:#fff3f7;--cream:#fffaf7;--ink:#2e2630;--muted:#6d616b;--border:#eadde4;--white:#fff;--shadow:0 18px 45px rgba(82,37,58,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"DM Sans",sans-serif;color:var(--ink);background:var(--cream);line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:"Playfair Display",serif;line-height:1.12;margin-top:0}h2{font-size:clamp(2.2rem,4vw,3.6rem);margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,58px);background:rgba(255,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(234,221,228,.85)}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--pink);color:white;font-family:"Playfair Display";font-size:1.5rem}.brand strong,.brand small{display:block}.brand strong{font-family:"Playfair Display";font-size:1.28rem}.brand small{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.nav-links{display:flex;align-items:center;gap:24px;font-size:.92rem;font-weight:600}.nav-links a:hover{color:var(--pink-dark)}.nav-cta{background:var(--pink);color:white!important;padding:11px 17px;border-radius:999px}.menu-button{display:none;border:0;background:none;font-size:1.5rem}.hero{min-height:78vh;display:flex;align-items:center;position:relative;background:url("assets/family-team.jpg") center 30%/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,18,29,.88),rgba(55,23,41,.58) 55%,rgba(40,18,29,.12))}.hero-content{position:relative;z-index:1;max-width:800px;padding:90px clamp(24px,8vw,120px);color:white}.hero h1{font-size:clamp(3rem,6vw,5.8rem);margin:.25rem 0 1.25rem}.hero p:not(.eyebrow){max-width:640px;font-size:1.18rem}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-size:.76rem;color:var(--pink-dark);margin-bottom:.7rem}.hero .eyebrow{color:#ffd2e3}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 23px;border-radius:999px;font-weight:700;transition:.2s ease}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--pink);color:white;box-shadow:0 10px 28px rgba(217,79,134,.3)}.button.secondary{border:1px solid rgba(255,255,255,.75);color:white;background:rgba(255,255,255,.08)}.button.light{background:white;color:var(--pink-dark)}.section{padding:95px clamp(22px,7vw,100px)}.intro{text-align:center;max-width:1200px;margin:auto}.lead{font-size:1.12rem;color:var(--muted);max-width:850px;margin:0 auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:48px}.stats div{background:white;border:1px solid var(--border);padding:28px;border-radius:20px}.stats strong,.stats span{display:block}.stats strong{font-size:1.5rem;color:var(--pink-dark)}.stats span{color:var(--muted)}.packages-section{background:white}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:40px}.section-heading>p{max-width:420px;color:var(--muted)}.category-title{font-size:1.65rem;margin:40px 0 18px}.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:15px}.price-card{position:relative;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--cream)}.price-card h4{font-family:"DM Sans";font-size:1rem;margin-bottom:14px}.price-card strong{font-size:1.55rem;color:var(--pink-dark)}.price-card.featured{border-color:var(--pink);box-shadow:var(--shadow)}.price-card.featured span{position:absolute;right:14px;top:14px;background:var(--pink);color:white;border-radius:999px;padding:4px 9px;font-size:.7rem}.center{text-align:center;margin-top:42px}.story-section{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:65px}.story-image img{border-radius:30px;box-shadow:var(--shadow);aspect-ratio:4/3;object-fit:cover}.story-copy p{color:var(--muted)}.team-section{background:var(--blush);text-align:center}.team-grid{margin-top:46px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px;text-align:left}.team-card{background:white;border:1px solid var(--border);border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(82,37,58,.06)}.team-card img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center 25%;background:#eee}.team-card div{padding:22px}.team-card h3{font-size:1.55rem;margin-bottom:3px}.team-card .role{font-weight:700;color:var(--pink-dark);margin:0 0 10px}.team-card p:last-child{color:var(--muted);font-size:.94rem}.community-section{background:white}.impact-card{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin:50px 0 75px}.impact-card.reverse img{order:2}.impact-card img{width:100%;border-radius:26px;box-shadow:var(--shadow)}.impact-card h3{font-size:clamp(1.8rem,3vw,2.8rem)}.impact-card p{color:var(--muted)}.cta-section{margin:0 clamp(20px,5vw,70px) 70px;padding:58px clamp(25px,5vw,70px);border-radius:30px;background:linear-gradient(135deg,var(--pink-dark),var(--pink));color:white;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-section .eyebrow{color:#ffd7e5}.cta-section h2{margin-bottom:.5rem}.cta-section p{margin:0}footer{background:#241b22;color:#f7eff3;padding:58px clamp(22px,7vw,100px) 26px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1.2fr;gap:50px}.footer-grid h3{font-family:"DM Sans";font-size:1rem}.footer-grid a,.footer-grid p{display:block;color:#d8cbd2;margin:.35rem 0}.footer-brand{font-family:"Playfair Display";font-size:1.8rem}.footer-brand span{display:block;font-family:"DM Sans";font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;color:#d8cbd2}.copyright{border-top:1px solid #463741;margin-top:38px;padding-top:20px;color:#ac9ea7;text-align:center;font-size:.85rem}
@media(max-width:900px){.menu-button{display:block}.nav-links{display:none;position:absolute;top:73px;left:0;right:0;flex-direction:column;align-items:stretch;padding:18px 24px 26px;background:var(--cream);border-bottom:1px solid var(--border)}.nav-links.open{display:flex}.nav-links a{padding:8px 0}.nav-cta{text-align:center}.hero{min-height:74vh}.story-section,.impact-card{grid-template-columns:1fr}.impact-card.reverse img{order:0}.team-grid{grid-template-columns:repeat(2,1fr)}.section-heading,.cta-section{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.hero-content{padding:70px 22px}.hero h1{font-size:2.7rem}.section{padding:72px 20px}.stats,.team-grid,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.cta-section{margin:0 14px 45px;padding:38px 24px}.impact-card{gap:25px;margin:35px 0 60px}.team-card{max-width:430px;margin:auto}.brand small{display:none}}

.package-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.package-showcase{position:relative;background:var(--cream);border:1px solid var(--border);border-radius:22px;padding:20px;overflow:hidden}
.package-showcase.featured{border-color:var(--pink);box-shadow:var(--shadow)}
.package-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px}
.package-title-row h4{font-family:"DM Sans";font-size:1.05rem;margin:0}
.package-title-row strong{font-size:1.45rem;color:var(--pink-dark)}
.popular-badge{position:absolute;right:18px;top:0;transform:translateY(-50%);background:var(--pink);color:#fff;padding:5px 10px;border-radius:999px;font-size:.7rem;font-weight:700}
.package-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.gallery-thumb{border:0;padding:0;background:none;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:4/5}
.gallery-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}
.gallery-thumb:hover img{transform:scale(1.04)}
.gallery-note{color:var(--muted);font-size:.9rem;margin:12px 0 0}
.lightbox{position:fixed;inset:0;z-index:100;display:none;place-items:center;background:rgba(20,12,18,.92);padding:28px}
.lightbox.open{display:grid}
.lightbox img{max-width:min(94vw,900px);max-height:88vh;object-fit:contain;border-radius:16px}
.lightbox-close{position:absolute;top:18px;right:22px;border:0;background:transparent;color:white;font-size:2.5rem;cursor:pointer}
@media(max-width:760px){.package-showcase-grid{grid-template-columns:1fr}.package-gallery{grid-template-columns:repeat(3,1fr)}}

.brand-logo{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #f4a8c5;box-shadow:0 3px 10px rgba(82,37,58,.12)}
.footer-logo{width:110px;height:110px;object-fit:cover;border-radius:50%;margin-bottom:16px;background:white}
@media(max-width:600px){.brand-logo{width:44px;height:44px}.brand strong{font-size:1.05rem}.footer-logo{width:92px;height:92px}}
.custom-note{max-width:920px;margin:-18px 0 34px;padding:16px 18px;border-left:4px solid var(--pink);background:var(--blush);border-radius:0 14px 14px 0;color:var(--muted)}
.package-details{margin-top:16px;border-top:1px solid var(--border);padding-top:14px}.package-details summary{cursor:pointer;font-weight:700;color:var(--pink-dark);list-style:none}.package-details summary::-webkit-details-marker{display:none}.package-details summary::after{content:' +';float:right}.package-details[open] summary::after{content:' −'}.feature-list{columns:2;column-gap:28px;padding-left:20px;color:var(--muted);font-size:.92rem}.feature-list li{break-inside:avoid;margin-bottom:4px}.package-order-link{display:inline-flex;margin-top:8px;padding:10px 16px;border-radius:999px;background:var(--pink);color:#fff;font-weight:700}
.gallery-section{background:var(--blush)}.inspiration-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.inspiration-item{aspect-ratio:4/5;border:3px solid #fff;box-shadow:0 7px 20px rgba(82,37,58,.09)}
.reviews-section{background:var(--cream)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.review-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px;box-shadow:0 8px 24px rgba(82,37,58,.06)}.review-card blockquote{margin:0;color:var(--muted);font-size:1.02rem}.review-name{font-weight:700;color:var(--pink-dark);margin:18px 0 0}
.team-card div{padding:16px 20px;text-align:center}.team-card h3{margin:0}
.social-icons{display:flex;gap:12px;margin-top:10px}.social-icons a{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#241b22;transition:.2s}.social-icons a:hover{transform:translateY(-2px);background:var(--pink);color:#fff}.social-icons svg{width:23px;height:23px;fill:currentColor}
@media(max-width:900px){.inspiration-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.feature-list{columns:1}.inspiration-grid{grid-template-columns:repeat(3,1fr)}.reviews-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.review-card{min-width:86%;scroll-snap-align:start}.custom-note{margin-top:-10px}.package-details summary{padding:4px 0}}


/* 2026 dates and policies */
.dates-section{background:var(--blush)}
.dates-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.date-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:26px;text-align:center;box-shadow:0 8px 24px rgba(82,37,58,.06)}
.date-card time{display:block;color:var(--pink-dark);font-weight:800;font-size:1.2rem;margin-bottom:8px}
.date-card h3{font-family:"DM Sans",sans-serif;margin:0;font-size:1.15rem}
.dates-note{margin-top:28px;padding:22px 24px;background:#fff;border-left:4px solid var(--pink);border-radius:0 16px 16px 0;color:var(--muted)}
.dates-note p{margin:.35rem 0}
.policies-section{background:#fff}
.policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.policy-card{background:var(--cream);border:1px solid var(--border);border-radius:22px;padding:26px}
.policy-card>span{font-size:1.7rem;display:block;margin-bottom:10px}
.policy-card h3{font-family:"DM Sans",sans-serif;font-size:1.18rem;margin-bottom:10px;color:var(--pink-dark)}
.policy-card p,.policy-card li{color:var(--muted)}
.policy-card ul{margin:0;padding-left:20px}
.policy-acknowledgement{margin-top:14px!important;font-size:.9rem;max-width:720px;color:#ffe8f1}
@media(max-width:760px){.dates-grid{grid-template-columns:1fr 1fr}.policy-grid{grid-template-columns:1fr}}
@media(max-width:460px){.dates-grid{grid-template-columns:1fr}}


/* Update 6: redesigned brand hero and graduation collection */
.hero.hero-redesign{min-height:auto;background:linear-gradient(135deg,#fffaf7 0%,#fff0f5 48%,#f8dce8 100%);color:var(--ink);overflow:hidden;isolation:isolate}
.hero-redesign .hero-redesign-inner{width:100%;min-height:700px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:50px;padding:80px clamp(24px,7vw,105px);position:relative;z-index:2}
.hero-redesign .hero-content{padding:0;color:var(--ink);max-width:760px}
.hero-redesign .hero-content h1{font-size:clamp(3.1rem,6vw,6rem);line-height:.98;letter-spacing:-.035em;margin:.3rem 0 1.35rem;color:#2d2029}
.hero-redesign .hero-content>p:not(.eyebrow){color:var(--muted);font-size:1.18rem;max-width:650px}
.hero-redesign .eyebrow{color:var(--pink-dark)}
.hero-redesign .dark-outline{border:1px solid var(--pink-dark);color:var(--pink-dark);background:rgba(255,255,255,.42)}
.hero-redesign .text-button{padding-left:4px;padding-right:4px;color:var(--pink-dark)}
.hero-visual{position:relative;min-height:560px;max-width:580px;width:100%;justify-self:end}
.hero-logo-card{position:absolute;z-index:4;width:180px;height:180px;left:35%;top:34%;transform:translate(-50%,-50%);background:white;border-radius:50%;padding:12px;box-shadow:0 20px 60px rgba(107,39,72,.2);border:7px solid rgba(255,255,255,.75)}
.hero-logo-card img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.hero-product{position:absolute;margin:0;background:white;border-radius:30px;padding:10px;box-shadow:0 22px 60px rgba(89,32,59,.2);overflow:hidden}
.hero-product img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.hero-product figcaption{position:absolute;left:22px;bottom:20px;background:rgba(255,255,255,.92);color:var(--pink-dark);padding:8px 13px;border-radius:999px;font-weight:800;font-size:.82rem;box-shadow:0 6px 18px rgba(0,0,0,.08)}
.hero-product-one{width:55%;height:78%;right:0;top:0;transform:rotate(3deg)}
.hero-product-two{width:50%;height:66%;left:0;bottom:0;transform:rotate(-4deg)}
.hero-sparkle{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55;z-index:1}
.hero-sparkle-one{width:380px;height:380px;background:radial-gradient(circle,#f49abd 0%,rgba(244,154,189,0) 67%);right:-80px;top:-100px}
.hero-sparkle-two{width:300px;height:300px;background:radial-gradient(circle,#fff 0%,rgba(255,255,255,0) 68%);left:38%;bottom:-140px}
.graduation-section{background:linear-gradient(180deg,#fff 0%,#fff7fa 100%)}
.graduation-collections{display:flex;flex-wrap:wrap;gap:10px;margin:-12px 0 30px}
.graduation-collections span{display:inline-flex;padding:9px 14px;border-radius:999px;background:var(--blush);color:var(--pink-dark);font-size:.86rem;font-weight:800;border:1px solid var(--border)}
@media(max-width:980px){.hero-redesign .hero-redesign-inner{grid-template-columns:1fr;min-height:auto;padding-top:68px}.hero-visual{justify-self:center;min-height:500px;max-width:560px}.hero-redesign .hero-content{text-align:center;margin:auto}.hero-redesign .hero-content>p:not(.eyebrow){margin-left:auto;margin-right:auto}.hero-redesign .hero-actions{justify-content:center}}
@media(max-width:600px){.hero-redesign .hero-redesign-inner{padding:56px 20px 62px;gap:34px}.hero-redesign .hero-content h1{font-size:3rem}.hero-redesign .hero-content>p:not(.eyebrow){font-size:1.04rem}.hero-visual{min-height:390px}.hero-product-one{width:58%;height:73%}.hero-product-two{width:53%;height:63%}.hero-logo-card{width:116px;height:116px;left:40%;top:37%;border-width:5px}.hero-product figcaption{font-size:.68rem;left:15px;bottom:14px;padding:6px 9px}.hero-redesign .hero-actions{display:grid;grid-template-columns:1fr;width:100%}.hero-redesign .button{width:100%}.hero-redesign .text-button{padding:8px}.graduation-collections{margin-top:-6px}}


/* Update 7: mobile hero, gallery albums, and monthly calendars */
.gallery-albums{display:grid;gap:22px}
.gallery-album{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden}
.gallery-album summary{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 28px;cursor:pointer;font-size:1.3rem;font-weight:800;color:var(--ink);list-style:none}
.gallery-album summary::-webkit-details-marker{display:none}
.gallery-album summary:after{content:"+";font-size:1.55rem;color:var(--pink-dark)}
.gallery-album[open] summary:after{content:"−"}
.gallery-album summary small{margin-left:auto;font-size:.82rem;color:var(--muted);font-weight:600}
.album-grid{padding:0 22px 24px}
.monthly-calendars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.month-calendar{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 8px 28px rgba(82,37,58,.06)}
.month-calendar h3{text-align:center;font-size:1.75rem;margin-bottom:18px}
.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.calendar-weekdays span{text-align:center;font-size:.72rem;font-weight:800;color:var(--pink-dark);padding-bottom:5px}
.calendar-day{min-height:92px;border:1px solid var(--border);border-radius:12px;padding:7px;background:#fffaf8;overflow:hidden}
.calendar-day.empty{border-color:transparent;background:transparent}
.calendar-day strong{display:block;font-size:.86rem;margin-bottom:4px}
.calendar-day span{display:block;background:var(--pink);color:white;border-radius:7px;padding:3px 4px;margin:3px 0;font-size:.62rem;line-height:1.15;font-weight:700}
.calendar-day.homecoming-day{border-color:var(--pink);background:#fff0f6}
@media(max-width:760px){
  .monthly-calendars{grid-template-columns:1fr}
  .month-calendar{padding:15px 10px}
  .calendar-weekdays,.calendar-grid{gap:3px}
  .calendar-day{min-height:74px;padding:5px 3px;border-radius:8px}
  .calendar-day strong{font-size:.72rem}
  .calendar-day span{font-size:.5rem;padding:2px;word-break:break-word}
  .gallery-album summary{padding:20px;font-size:1.08rem}
  .album-grid{padding:0 12px 16px}
}
@media(max-width:600px){
  .hero-logo-card{left:28%;top:35%;width:108px;height:108px}
}

/* Update 8: final polish */
.cta-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-end}
.secondary-light{background:transparent!important;border:2px solid #fff;color:#fff!important}
.nav-cta-alt{background:transparent!important;color:var(--pink-dark)!important;border:1px solid var(--pink-dark)}

/* Hero artwork: logo above two equal, side-by-side product cards */
.hero-visual{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch;position:relative;min-height:0;max-width:650px;padding-top:118px}
.hero-logo-card{top:0;left:50%;transform:translateX(-50%);width:130px;height:130px;z-index:5}
.hero-product,.hero-product-one,.hero-product-two{position:relative;inset:auto;width:100%;height:440px;transform:none;margin:0}
.hero-product-one{grid-column:2;grid-row:1}
.hero-product-two{grid-column:1;grid-row:1}
.hero-product figcaption{left:50%;transform:translateX(-50%);white-space:nowrap}

@media(max-width:980px){
  .hero-visual{justify-self:center;max-width:620px;min-height:0;padding-top:112px}
}
@media(max-width:600px){
  .hero-visual{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:0;padding-top:92px;width:100%;max-width:100%}
  .hero-logo-card{left:50%;top:0;width:82px;height:82px;border-width:4px;padding:7px}
  .hero-product,.hero-product-one,.hero-product-two{width:100%;height:300px;transform:none}
  .hero-product{padding:7px;border-radius:22px}
  .hero-product img{border-radius:16px}
  .hero-product figcaption{font-size:.58rem;bottom:11px;left:50%;padding:5px 7px;max-width:92%;overflow:hidden;text-overflow:ellipsis}
  .cta-actions{width:100%;justify-content:stretch}
  .cta-actions .button{width:100%}
}

/* Update 9: scrollable gallery albums with click-to-expand */
.gallery-albums{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 4px 18px;
  -webkit-overflow-scrolling:touch;
}
.gallery-album{
  flex:0 0 min(88%, 760px);
  scroll-snap-align:start;
  align-self:flex-start;
}
.gallery-album summary{
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-areas:"preview preview" "title count";
  gap:14px 16px;
}
.gallery-album summary .album-preview{
  grid-area:preview;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  width:100%;
}
.gallery-album summary .album-preview img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:14px;
  display:block;
}
.gallery-album summary > span:not(.album-preview){grid-area:title}
.gallery-album summary small{grid-area:count;margin-left:0;align-self:center}
.gallery-album summary:after{position:absolute;right:24px;bottom:20px}
.gallery-album summary{position:relative;padding-bottom:48px}
.gallery-album .album-grid{padding:0 22px 24px}
.hero-actions .text-button{white-space:nowrap}
@media(max-width:600px){
  .gallery-album{flex-basis:90%}
  .gallery-album summary{padding:18px 18px 46px}
  .gallery-album summary:after{right:18px;bottom:16px}
  .gallery-album .album-grid{padding:0 16px 18px}
  .hero-actions{gap:12px}
}

/* Update 10: compact inspiration gallery inside the hero */
.hero-visual#gallery{
  display:block;
  position:relative;
  max-width:680px;
  width:100%;
  min-height:0;
  padding:122px 0 0;
  justify-self:end;
  text-align:center;
}
.hero-visual#gallery .hero-logo-card{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:104px;
  height:104px;
  padding:7px;
  border-width:4px;
}
.hero-gallery-eyebrow{margin:0 0 8px}
.hero-gallery-title{font-family:'Playfair Display',serif;font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.08;margin:0;color:var(--ink)}
.hero-gallery-hint{color:var(--muted);font-size:.96rem;margin:12px auto 22px;max-width:520px}
.hero-gallery-albums{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:4px 4px 14px;
  scrollbar-width:none;
  text-align:left;
}
.hero-gallery-albums::-webkit-scrollbar{display:none}
.hero-gallery-album{
  flex:0 0 min(88%,430px);
  scroll-snap-align:center;
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(89,32,59,.12);
}
.hero-gallery-album summary{
  position:relative;
  display:grid;
  grid-template-areas:'preview preview' 'title count';
  grid-template-columns:1fr auto;
  gap:12px;
  padding:18px 18px 44px;
  cursor:pointer;
  list-style:none;
  font-size:1.13rem;
  font-weight:800;
  color:var(--ink);
}
.hero-gallery-album summary::-webkit-details-marker{display:none}
.hero-gallery-album summary:after{content:'+';position:absolute;right:18px;bottom:13px;font-size:1.55rem;color:var(--pink-dark)}
.hero-gallery-album[open] summary:after{content:'−'}
.hero-gallery-album .album-preview{grid-area:preview;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.hero-gallery-album .album-preview img{width:100%;height:145px;object-fit:cover;border-radius:18px}
.hero-gallery-album summary>span:not(.album-preview){grid-area:title}
.hero-gallery-album summary small{grid-area:count;align-self:center;color:var(--muted);font-size:.82rem;font-weight:700}
.hero-album-scroll{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:0 18px 20px;
  scrollbar-width:none;
}
.hero-album-scroll::-webkit-scrollbar{display:none}
.hero-album-scroll .gallery-thumb{
  flex:0 0 38%;
  aspect-ratio:4/5;
  scroll-snap-align:start;
  border-radius:16px;
}
.hero-album-scroll .gallery-thumb img{width:100%;height:100%;object-fit:cover}
@media(max-width:980px){
  .hero-visual#gallery{justify-self:center;max-width:650px;padding-top:112px}
}
@media(max-width:600px){
  .hero-redesign .hero-redesign-inner{gap:20px;padding-bottom:38px}
  .hero-visual#gallery{padding-top:90px;margin-top:0}
  .hero-visual#gallery .hero-logo-card{width:78px;height:78px}
  .hero-gallery-title{font-size:1.9rem}
  .hero-gallery-hint{font-size:.91rem;margin-bottom:14px}
  .hero-gallery-album{flex-basis:92%}
  .hero-gallery-album summary{padding:14px 14px 40px}
  .hero-gallery-album .album-preview img{height:125px;border-radius:14px}
  .hero-album-scroll{padding:0 14px 16px}
  .hero-album-scroll .gallery-thumb{flex-basis:46%}
}

/* Update 11: restore compact top gallery with one preview image per collection */
.hero.hero-redesign{overflow:hidden}
.hero-redesign .hero-redesign-inner{
  display:block;
  min-height:auto;
  padding:42px clamp(18px,5vw,52px) 62px;
}
.hero-visual#gallery{
  width:100%;
  max-width:760px;
  margin:0 auto;
  padding:112px 0 0;
  display:block;
  text-align:center;
  overflow:visible;
}
.hero-visual#gallery .hero-logo-card{
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:106px;
  height:106px;
  padding:8px;
  border-width:5px;
}
.hero-gallery-title{
  margin:0 0 8px;
  font-size:clamp(1.7rem,4vw,2.3rem);
}
.hero-gallery-hint{
  margin:0 auto 24px;
  max-width:540px;
}
.hero-gallery-albums{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:2px 2px 12px;
  width:100%;
}
.hero-gallery-album{
  flex:0 0 calc(50% - 7px);
  min-width:0;
  scroll-snap-align:start;
  border-radius:28px;
  overflow:hidden;
}
.hero-gallery-album summary{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:10px 10px 18px;
  min-height:0;
  text-align:center;
  position:relative;
}
.hero-gallery-album summary:after{
  content:'+';
  right:14px;
  bottom:10px;
  font-size:1.35rem;
}
.hero-gallery-album[open] summary:after{content:'−'}
.hero-gallery-album .album-preview{
  display:block;
  width:100%;
}
.hero-gallery-album .album-preview img{
  width:100%;
  height:410px;
  object-fit:cover;
  border-radius:20px;
  display:block;
}
.hero-gallery-album summary>span:not(.album-preview){
  font-weight:800;
  color:var(--pink-dark);
  font-size:1rem;
  line-height:1.2;
}
.hero-gallery-album .hero-album-scroll{
  padding:0 10px 14px;
  gap:10px;
  background:#fff;
}
.hero-gallery-album .hero-album-scroll .gallery-thumb{
  flex:0 0 74%;
  aspect-ratio:4/5;
}
@media(max-width:600px){
  .hero-redesign .hero-redesign-inner{padding:30px 18px 48px}
  .hero-visual#gallery{padding-top:94px;max-width:100%}
  .hero-visual#gallery .hero-logo-card{width:84px;height:84px;padding:6px;border-width:4px}
  .hero-gallery-title{font-size:1.55rem;margin-bottom:7px}
  .hero-gallery-hint{font-size:.9rem;margin-bottom:18px;padding:0 8px}
  .hero-gallery-albums{gap:10px}
  .hero-gallery-album{flex-basis:calc(50% - 5px);border-radius:24px}
  .hero-gallery-album summary{padding:7px 7px 16px;gap:9px}
  .hero-gallery-album .album-preview img{height:360px;border-radius:18px}
  .hero-gallery-album summary>span:not(.album-preview){font-size:.82rem}
  .hero-gallery-album summary:after{font-size:1.1rem;right:10px;bottom:8px}
  .hero-gallery-album .hero-album-scroll .gallery-thumb{flex-basis:88%}
}
@media(max-width:390px){
  .hero-gallery-album .album-preview img{height:320px}
}

/* Update 12: restore introduction above gallery and add album descriptions */
.hero-redesign .hero-redesign-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center;
  gap:52px;
  max-width:1220px;
  margin:0 auto;
  padding:76px 32px 68px;
}
.hero-redesign .hero-content{max-width:620px}
.hero-redesign .hero-content h1{font-size:clamp(3.4rem,6vw,6rem);line-height:.98;margin:16px 0 24px}
.hero-redesign .hero-content>p:not(.eyebrow){font-size:1.28rem;line-height:1.75;color:var(--muted)}
.hero-redesign .hero-actions{margin-top:34px}
.hero-gallery-album summary{grid-template-areas:"preview" "title" "description";}
.hero-gallery-album .album-description{
  grid-area:description;
  color:var(--muted);
  font-size:.8rem;
  line-height:1.35;
  font-weight:500;
  text-align:center;
  padding:0 8px;
}
@media(max-width:900px){
  .hero-redesign .hero-redesign-inner{grid-template-columns:1fr;gap:28px;padding:54px 22px 50px}
  .hero-redesign .hero-content{text-align:center;max-width:760px;margin:0 auto}
  .hero-redesign .hero-content h1{font-size:clamp(3rem,10vw,5.2rem)}
  .hero-redesign .hero-content>p:not(.eyebrow){font-size:1.1rem}
  .hero-redesign .hero-actions{justify-content:center}
}
@media(max-width:600px){
  .hero-redesign .hero-redesign-inner{padding:46px 18px 44px;gap:28px}
  .hero-redesign .hero-content h1{font-size:3.15rem}
  .hero-redesign .hero-content>p:not(.eyebrow){font-size:1.03rem;line-height:1.55}
  .hero-redesign .hero-actions{display:grid;grid-template-columns:1fr;gap:12px}
  .hero-redesign .hero-actions .button{width:100%}
  .hero-visual#gallery{padding-top:94px}
  .hero-gallery-album .album-description{font-size:.7rem;min-height:38px}
}


/* Update 13: stable expandable gallery and package details above photos */
html,body{max-width:100%;overflow-x:hidden}
.hero-redesign,.hero-redesign-inner,.hero-visual#gallery,.hero-gallery-albums{min-width:0;max-width:100%}
.hero-gallery-albums{box-sizing:border-box;contain:inline-size}
.hero-gallery-album{
  width:calc(50% - 5px);
  max-width:calc(50% - 5px);
  min-width:calc(50% - 5px);
  box-sizing:border-box;
  contain:layout paint;
}
.hero-gallery-album summary,.hero-gallery-album .hero-album-scroll{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
.hero-gallery-album .hero-album-scroll{overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain}
.hero-gallery-album .hero-album-scroll .gallery-thumb{min-width:0;max-width:88%}
.package-showcase>.package-details{margin:0 0 16px;padding:14px 0 0;border-top:0;border-bottom:1px solid var(--border);padding-bottom:16px}
.package-showcase>.package-gallery{margin-top:0}
.package-details .package-order-link{margin-top:12px}
@media(max-width:600px){
  .hero-gallery-album{width:calc(50% - 5px);max-width:calc(50% - 5px);min-width:calc(50% - 5px)}
}


/* Update 14: full-screen album viewer and final layout polish */
.hero-gallery-album[open] .hero-album-scroll{display:none!important}
.hero-gallery-album summary{cursor:pointer}
.album-modal{
  position:fixed;inset:0;z-index:1200;background:#fff9f7;
  display:none;flex-direction:column;overflow:hidden;
  padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
}
.album-modal.open{display:flex}
.album-modal-header{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px clamp(18px,4vw,40px) 10px;border-bottom:1px solid var(--border);
  background:rgba(255,249,247,.96);flex:0 0 auto;
}
.album-modal-header h2{margin:0;font-family:'Playfair Display',serif;font-size:clamp(1.7rem,5vw,2.6rem);line-height:1.05}
.album-modal-close{
  width:46px;height:46px;border:1px solid var(--border);border-radius:50%;
  background:#fff;color:var(--ink);font-size:2rem;line-height:1;cursor:pointer;
}
.album-modal-help{margin:0;padding:10px clamp(18px,4vw,40px);color:var(--muted);font-size:.93rem;flex:0 0 auto}
.album-modal-track{
  flex:1;min-height:0;display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;
  scroll-snap-type:x mandatory;padding:12px clamp(18px,6vw,70px) 28px;
  -webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;
}
.album-modal-track::-webkit-scrollbar{display:none}
.album-modal-slide{
  appearance:none;border:0;background:transparent;padding:0;cursor:zoom-in;
  flex:0 0 min(88vw,620px);height:100%;scroll-snap-align:center;
  display:flex;align-items:center;justify-content:center;border-radius:28px;overflow:hidden;
}
.album-modal-slide img{width:100%;height:100%;object-fit:contain;border-radius:28px;background:#f8efed}
body.album-open{overflow:hidden;touch-action:none}
@media(max-width:600px){
  .album-modal-header{padding-top:14px}
  .album-modal-track{gap:12px;padding-left:14px;padding-right:14px}
  .album-modal-slide{flex-basis:92vw;border-radius:20px}
  .album-modal-slide img{border-radius:20px}
}


/* Update 17: desktop-style top navigation, social icons, and order button */
.site-header{
  display:grid;
  grid-template-columns:auto 1fr auto;
  grid-template-areas:"brand nav actions";
  gap:22px;
  padding:12px clamp(16px,3vw,46px);
}
.site-header .brand{grid-area:brand;min-width:max-content}
.top-nav{
  grid-area:nav;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(12px,1.6vw,25px);
  white-space:nowrap;
  font-size:.9rem;
  font-weight:600;
}
.top-nav a{padding:8px 0;position:relative}
.top-nav a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--pink);transform:scaleX(0);transition:.2s}
.top-nav a:hover::after,.top-nav a:focus-visible::after{transform:scaleX(1)}
.header-actions{grid-area:actions;display:flex;align-items:center;gap:14px;min-width:max-content}
.header-socials{display:flex;align-items:center;gap:8px}
.header-socials a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--pink-dark);color:white;transition:.2s}
.header-socials a:hover{transform:translateY(-2px);background:var(--pink)}
.header-socials svg{width:18px;height:18px;fill:currentColor}
.header-order{border:1px solid var(--pink-dark);padding:10px 16px;border-radius:4px;color:var(--pink-dark);font-weight:700;background:white;white-space:nowrap}
.header-order:hover{background:var(--pink-dark);color:white}
.footer-grid{grid-template-columns:1.3fr 1fr}

@media(max-width:1180px){
  .site-header{grid-template-columns:auto 1fr;grid-template-areas:"brand actions" "nav nav";gap:8px 18px}
  .top-nav{justify-content:flex-start;overflow-x:auto;scrollbar-width:none;padding:4px 0 2px;border-top:1px solid var(--border)}
  .top-nav::-webkit-scrollbar{display:none}
}
@media(max-width:700px){
  .site-header{position:sticky;padding:10px 14px 8px;grid-template-columns:auto 1fr;gap:7px 10px}
  .brand-logo{width:42px;height:42px}
  .brand strong{font-size:1rem}
  .brand small{display:none}
  .header-actions{justify-self:end;gap:8px}
  .header-socials{gap:5px}
  .header-socials a{width:30px;height:30px}
  .header-socials svg{width:15px;height:15px}
  .header-order{padding:8px 10px;font-size:.78rem}
  .top-nav{gap:20px;font-size:.84rem;padding-top:6px}
  .top-nav a{padding:6px 0}
}
@media(max-width:430px){
  .header-socials a:nth-child(3){display:none}
  .header-order{font-size:.72rem;padding:8px 9px}
  .brand span{display:none}
}

/* Website23 refinements */
.section-order-cta{display:block;max-width:720px;margin:42px auto 0;padding:22px 28px;border-radius:999px;background:#d84783;color:#fff;text-align:center;font-weight:800;font-size:clamp(1.05rem,2.8vw,1.35rem);text-decoration:none;box-shadow:0 18px 36px rgba(216,71,131,.22)}
.section-order-cta:hover{transform:translateY(-2px)}
.hero-gallery-albums .graduation-album-centered{grid-column:1/-1;justify-self:center;width:min(100%,320px)}
.reviews-staggered{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px!important;overflow:visible!important}
.reviews-staggered .review-card{min-width:0!important;min-height:auto!important;padding:22px!important;border-radius:28px!important}
.reviews-staggered .review-card:nth-child(even){transform:translateY(22px) rotate(1deg)}
.reviews-staggered .review-card:nth-child(odd){transform:rotate(-1deg)}
.reviews-staggered blockquote{font-size:clamp(.92rem,2.8vw,1.08rem)!important;line-height:1.48!important}
.reviews-staggered .review-name{font-size:.92rem!important}
.story-section{align-items:start}
@media(max-width:760px){.reviews-staggered{grid-template-columns:1fr 1fr!important}.reviews-staggered .review-card{padding:17px!important}.reviews-staggered blockquote{font-size:.84rem!important}.reviews-staggered .review-name{font-size:.78rem!important}.story-section{display:flex!important;flex-direction:column!important}.story-copy{order:1}.story-image{order:2}.hero-gallery-albums{grid-template-columns:repeat(2,minmax(0,1fr))!important}.graduation-album-centered{grid-column:1/-1!important}}

/* Website25: mobile footer containment */
.footer-grid>*{min-width:0}
.footer-grid a,.footer-grid p{overflow-wrap:anywhere;word-break:break-word}
@media(max-width:700px){
  footer{padding:42px 24px 24px;overflow:hidden}
  .footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .footer-grid>div:first-child{grid-column:auto!important}
  .footer-grid a,.footer-grid p{font-size:1rem;max-width:100%}
  .copyright{font-size:.8rem;line-height:1.5}
}

/* Website26 gallery centering */
.hero-gallery-albums .graduation-gallery-album{grid-column:1/-1;justify-self:center;width:min(100%,360px)}
@media(max-width:700px){.hero-gallery-albums{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-gallery-albums .graduation-gallery-album{grid-column:1/-1!important;width:calc(50% - 8px);min-width:250px;justify-self:center}}

/* Website27: balanced inspiration gallery on mobile */
.hero-gallery-albums{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
  width:100%!important;
  contain:none!important;
}
.hero-gallery-album,
.hero-gallery-albums .graduation-gallery-album,
.hero-gallery-albums .graduation-album-centered{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  flex:none!important;
  justify-self:stretch!important;
}
.hero-gallery-albums .graduation-gallery-album,
.hero-gallery-albums .graduation-album-centered{
  grid-column:1/-1!important;
  width:calc((100% - 14px)/2)!important;
  justify-self:center!important;
}
.hero-gallery-album summary{
  height:100%!important;
  padding:10px 10px 18px!important;
}
.hero-gallery-album .album-preview img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/4!important;
  object-fit:cover!important;
  border-radius:18px!important;
}
.hero-gallery-album summary>span:not(.album-preview){font-size:.92rem!important}
.hero-gallery-album .album-description{font-size:.78rem!important;min-height:48px!important}
@media(max-width:430px){
  .hero-gallery-albums{gap:10px!important}
  .hero-gallery-albums .graduation-gallery-album,
  .hero-gallery-albums .graduation-album-centered{width:calc((100% - 10px)/2)!important}
  .hero-gallery-album summary{padding:7px 7px 16px!important}
  .hero-gallery-album summary>span:not(.album-preview){font-size:.82rem!important}
  .hero-gallery-album .album-description{font-size:.7rem!important;min-height:42px!important}
}

/* Website40 */
.header-actions{flex-wrap:wrap;justify-content:flex-end}.header-cart-link{display:inline-flex;align-items:center;gap:.35rem;border:1px solid #aa315f;border-radius:999px;padding:.55rem .85rem;color:#9d2856;text-decoration:none;font-weight:800;background:#fff}.cart-count{display:inline-grid;place-items:center;min-width:1.45rem;height:1.45rem;padding:0 .35rem;border-radius:999px;background:#d94682;color:#fff;font-size:.75rem}.category-top-cta{display:flex!important;margin:.25rem 0 1.5rem!important;max-width:760px!important}@media(max-width:700px){.header-actions{gap:.55rem}.header-cart-link{font-size:.82rem;padding:.45rem .7rem}.category-top-cta{margin:.15rem 0 1.2rem!important}}

/* Website53 package inclusion guidance */
.package-card .package-note{display:block;margin-top:.4rem;font-size:.78rem;line-height:1.35;font-style:normal;color:#7d5162}.package-included-help{padding:.7rem .85rem;border-left:4px solid #a92f61;background:#fff4f8}.upgrade-option.included-option{opacity:.82}.upgrade-option.included-option span{background:#fff4f8}.upgrade-option.included-option small{font-weight:700;color:#8c2451}
