:root {
  --ink:#593c59;
  --muted:#867183;
  --cream:#fff9f5;
  --paper:#fffefd;
  --pink:#f9d4d5;
  --pink-deep:#d96f91;
  --lilac:#e5ddf7;
  --mint:#cdeee8;
  --teal:#4fd1c5;
  --teal-deep:#279f99;
  --peach:#f8dccb;
  --yellow:#f7e9b7;
  --gold:#c5aa58;
  --radius:34px;
  --clay: 12px 12px 25px rgba(88,61,78,.14), -10px -10px 24px rgba(255,255,255,.9), inset 1px 1px 1px rgba(255,255,255,.8);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--cream);font-family:"DM Sans",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;width:100%}
button,select{font:inherit}
.shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.ambient{position:absolute;border-radius:50%;filter:blur(4px);pointer-events:none;z-index:-1}
.ambient-one{width:430px;height:430px;background:rgba(232,204,245,.52);top:90px;right:-190px}
.ambient-two{width:330px;height:330px;background:rgba(249,209,190,.5);top:560px;left:-200px}

.site-header{height:96px;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand img{width:164px;height:auto;filter:invert(29%) sepia(18%) saturate(1198%) hue-rotate(252deg) brightness(88%)}
.desktop-nav{display:flex;gap:34px;font-size:14px;font-weight:600}
.desktop-nav a{position:relative}
.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:var(--pink-deep);transition:.25s}
.desktop-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:12px}
.icon-button,.menu-button{border:0;background:transparent;cursor:pointer}
.icon-button{font-size:27px;line-height:1}
.menu-button{display:none;font-weight:700}
.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:16px;border-radius:999px;padding:16px 23px;background:var(--pink);font-size:14px;font-weight:700;box-shadow:7px 7px 15px rgba(109,72,89,.13),-7px -7px 15px rgba(255,255,255,.9);transition:transform .2s,box-shadow .2s}
.pill-button:hover{transform:translateY(-2px);box-shadow:9px 11px 20px rgba(109,72,89,.18),-7px -7px 15px rgba(255,255,255,.9)}
.pill-button.small{padding:13px 20px}
.pill-button.dark{background:linear-gradient(145deg,#e789a5,#f2afbd);color:#643a50;box-shadow:8px 9px 18px rgba(171,92,124,.2),inset 1px 1px rgba(255,255,255,.7)}
.pill-button.light{background:white;color:var(--ink);box-shadow:none}

.hero{min-height:710px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:42px;padding-top:28px;padding-bottom:80px}
.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:11px;font-weight:700;color:#8f6878}
.eyebrow{display:flex;align-items:center;gap:10px}
.eyebrow span{width:28px;height:2px;background:var(--pink-deep)}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Italiana",serif;font-weight:400;letter-spacing:-.035em}
h1{font-size:clamp(58px,6.5vw,94px);line-height:.91;margin:28px 0}
h1 em,h2 em{font-weight:400;color:var(--pink-deep)}
.hero-lead{max-width:530px;font-size:18px;line-height:1.65;color:var(--muted)}
.discovery-bar{max-width:590px;margin-top:34px;padding:10px 10px 10px 22px;display:grid;grid-template-columns:1.55fr 1fr 52px;gap:8px;align-items:center;background:#fff8f5;border-radius:25px;box-shadow:var(--clay)}
.discovery-bar label{display:flex;flex-direction:column;border-right:1px solid #eadde1;padding-right:14px}
.discovery-bar label span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9a8690;font-weight:700}
.discovery-bar select{border:0;background:transparent;color:var(--ink);font-weight:600;padding:5px 0;outline:0;min-width:0}
.discovery-bar button{width:50px;height:50px;border:0;border-radius:18px;background:var(--pink-deep);color:white;font-size:22px;cursor:pointer;box-shadow:5px 6px 13px rgba(172,53,94,.29)}
.trust-row{display:flex;align-items:center;gap:14px;margin-top:30px}
.avatar-stack{display:flex}
.avatar-stack img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:3px solid var(--cream);margin-left:-9px}.avatar-stack img:first-child{margin-left:0}
.trust-row p{font-size:11px;line-height:1.45;color:var(--muted);margin:0}.trust-row strong{font-size:12px;color:var(--ink)}

.hero-visual{height:590px;position:relative}
.clay-card{border-radius:var(--radius);box-shadow:var(--clay);background:var(--paper)}
.hero-photo-main{position:absolute;right:0;top:28px;width:78%;height:500px;padding:11px;transform:rotate(2.4deg)}
.hero-photo-main>img{height:100%;object-fit:cover;border-radius:25px}
.photo-caption{position:absolute;left:28px;right:28px;bottom:28px;background:rgba(255,253,249,.9);backdrop-filter:blur(12px);border-radius:20px;padding:15px 18px;display:flex;flex-direction:column}
.photo-caption span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--pink-deep);font-weight:700}.photo-caption strong{font-family:"Italiana",serif;font-size:22px;font-weight:400}
.hero-photo-small{position:absolute;left:0;bottom:25px;width:39%;height:220px;padding:9px;transform:rotate(-6deg);z-index:2}
.hero-photo-small img{height:100%;object-fit:cover;border-radius:25px}
.floating-note{position:absolute;z-index:3;background:#f6e4b8;border-radius:22px;padding:16px 19px;box-shadow:9px 10px 20px rgba(80,54,64,.16),-6px -6px 16px rgba(255,255,255,.8);font-size:13px;line-height:1.3}
.note-top{right:-20px;top:0;transform:rotate(5deg)}.note-top span{color:var(--pink-deep);margin-right:5px}
.note-bottom{right:10px;bottom:3px;background:var(--mint);display:flex;align-items:center;gap:12px;transform:rotate(-2deg)}
.note-bottom small{display:block;color:#66776e;font-size:9px;margin-top:3px}.heart{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:white;color:var(--pink-deep)}
.orbit-label{position:absolute;left:9%;top:40px;width:120px;height:120px;border:1px dashed #c9aebb;border-radius:50%;font-size:9px;letter-spacing:.13em;text-transform:uppercase;display:grid;place-items:center;text-align:center;transform:rotate(-19deg);color:#9a7283}

section{padding:62px 0}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:40px}
.section-heading.compact{align-items:center}
.section-heading h2{font-size:clamp(42px,5vw,67px);line-height:1.02;margin:12px 0 0}
.section-heading.compact h2{font-size:clamp(36px,4vw,52px)}
.section-heading>a,.text-link,.story-card>a:last-child{font-size:13px;font-weight:700;border-bottom:1px solid #bcaab1;padding-bottom:3px}
.section-heading>p{max-width:400px;color:var(--muted);line-height:1.65}
.category-strip{padding-top:34px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{min-height:245px;border-radius:30px;padding:28px;display:flex;flex-direction:column;box-shadow:9px 10px 22px rgba(78,55,66,.13),-7px -7px 18px rgba(255,255,255,.9),inset 1px 1px rgba(255,255,255,.8);transition:.25s}
.category-card:hover{transform:translateY(-6px) rotate(-1deg)}
.category-card.lavender{background:var(--lilac)}.category-card.peach{background:var(--peach)}.category-card.mint{background:var(--mint)}.category-card.yellow{background:var(--yellow)}
.category-icon{width:52px;height:52px;border-radius:18px;background:rgba(255,255,255,.62);display:grid;place-items:center;font-size:27px;box-shadow:inset 2px 2px 3px rgba(255,255,255,.8),4px 5px 12px rgba(83,64,74,.1)}
.category-card strong{font-family:"Italiana",serif;font-size:27px;font-weight:400;margin-top:34px}.category-card small{color:#625e63;line-height:1.45;margin-top:7px}.category-card b{font-size:11px;margin-top:auto}

.quote-tools{display:grid;grid-template-columns:1.08fr .92fr;gap:22px;padding-top:35px}.quote-panel{min-height:490px;background:linear-gradient(145deg,#f8d9df,#eedff8);padding:54px;display:grid;grid-template-columns:1.05fr .75fr;overflow:hidden;position:relative}.quote-copy{position:relative;z-index:2}.quote-copy h2{font-size:52px;line-height:.98;margin:15px 0 22px}.quote-copy p{color:var(--muted);line-height:1.65;max-width:460px}.pill-button.berry{background:linear-gradient(145deg,#e486a3,#f1a6b8);color:#653b51;box-shadow:8px 9px 18px rgba(171,92,124,.2),inset 1px 1px rgba(255,255,255,.65)}.quote-copy>small{display:block;margin:16px 0 0 8px;color:#8e7182;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.quote-image{position:relative;align-self:end;height:370px}.quote-image>img{height:440px;width:auto;max-width:none;position:absolute;left:10px;top:15px;filter:drop-shadow(12px 15px 18px rgba(93,57,82,.2))}.quote-bubble{position:absolute;z-index:2;border-radius:16px;background:rgba(255,255,255,.9);padding:12px 15px;font-size:10px;font-weight:700;box-shadow:6px 7px 15px rgba(85,58,76,.14)}.quote-bubble.one{right:-24px;top:85px}.quote-bubble.two{left:-20px;bottom:45px;background:#d4efe8}
.tools-panel{padding:42px;background:linear-gradient(145deg,#eef9f6,#fffdf9)}.tools-title{display:grid;grid-template-columns:1fr auto;align-items:end}.tools-title .kicker{grid-column:1/-1}.tools-title h3{font-family:"Italiana",serif;font-weight:400;font-size:34px;line-height:1.05;margin:12px 0}.tools-title>a{font-size:10px;font-weight:700;margin-bottom:16px;border-bottom:1px solid #bcaab1}.tool-list{margin-top:22px}.tool-list>a{display:grid;grid-template-columns:48px 1fr 24px;align-items:center;gap:15px;padding:12px 0;border-top:1px solid rgba(89,60,89,.12)}.tool-list img{width:44px;height:48px;object-fit:contain}.tool-list strong,.tool-list small{display:block}.tool-list strong{font-size:13px}.tool-list small{font-size:10px;color:var(--muted);margin-top:3px}.tool-list b{color:var(--pink-deep)}

.feature-section{background:linear-gradient(135deg,#f4eafa 0%,#e8f8f4 100%);border-radius:70px;margin:42px 24px;padding:78px 0;overflow:hidden}
.feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:90px;align-items:center}
.feature-image{height:620px;padding:12px;position:relative;transform:rotate(-1.5deg)}
.feature-image>img{height:100%;object-fit:cover;border-radius:26px}
.venue-tag{position:absolute;left:-25px;right:70px;bottom:25px;background:rgba(255,255,255,.91);border-radius:20px;padding:17px 21px;backdrop-filter:blur(10px);display:flex;flex-direction:column;box-shadow:8px 8px 22px rgba(57,42,53,.16)}
.venue-tag span{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--pink-deep);font-weight:700}.venue-tag strong{font-family:"Italiana",serif;font-size:24px;font-weight:400}
.feature-copy h2{font-size:clamp(48px,5vw,70px);line-height:.98;margin:15px 0 25px}.feature-copy>p{font-size:16px;line-height:1.7;color:var(--muted)}
.soft-list{list-style:none;padding:0;margin:32px 0}.soft-list li{display:flex;align-items:center;gap:17px;padding:16px 0;border-top:1px solid rgba(76,61,78,.12)}.soft-list li>span{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.55);display:grid;place-items:center;font-size:10px;font-weight:700;box-shadow:4px 5px 10px rgba(80,61,77,.08)}.soft-list strong,.soft-list small{display:block}.soft-list strong{font-size:14px}.soft-list small{font-size:11px;color:var(--muted);margin-top:4px}

.gown-section{padding-top:110px}.gown-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:20px;align-items:end}.gown-card{height:470px;position:relative;border-radius:32px;overflow:hidden;box-shadow:9px 11px 22px rgba(76,50,65,.14)}.gown-card.tall{height:590px}.gown-card>img{height:100%;object-fit:cover;transition:.5s}.gown-card:hover>img{transform:scale(1.035)}.gown-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(91,53,80,.68))}.gown-card>span{position:absolute;z-index:2;left:26px;bottom:25px;color:white;display:flex;flex-direction:column}.gown-card small{text-transform:uppercase;letter-spacing:.12em;font-size:8px}.gown-card strong{font-family:"Italiana",serif;font-size:25px;font-weight:400;margin-top:5px}
.deals-section{background:linear-gradient(135deg,#fff0e7,#eaf7f4);border-radius:70px;margin:70px 24px;padding:100px 0}.deals-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px;align-items:center}.deals-copy h2{font-size:62px;line-height:.98;margin:15px 0 24px}.deals-copy p{color:var(--muted);line-height:1.7;margin-bottom:30px}.deal-cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.deal-card{min-height:310px;padding:34px;background:#fffdf9}.deal-card.accent{background:linear-gradient(145deg,#d8f2ec,#e6def6)}.deal-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:var(--pink-deep);font-weight:700}.deal-card h3{font-family:"Italiana",serif;font-size:31px;font-weight:400;line-height:1.05;margin:45px 0 14px}.deal-card p{font-size:12px;line-height:1.55;color:var(--muted)}.deal-card a{font-size:11px;font-weight:700;display:inline-block;margin-top:20px;border-bottom:1px solid #b9a6b2}

.event-stage{height:500px;position:relative;overflow:hidden;padding:12px;background:#805f7d}
.event-stage>img{height:100%;object-fit:cover;border-radius:26px;filter:brightness(.8) saturate(.88)}
.event-stage:after{content:"";position:absolute;inset:12px;border-radius:26px;background:linear-gradient(90deg,rgba(104,66,102,.8),rgba(114,82,112,.18) 68%,rgba(255,217,220,.08))}
.event-copy{position:absolute;z-index:2;left:60px;bottom:54px;color:white;max-width:650px}.event-copy h3{font-family:"Italiana",serif;font-size:64px;font-weight:400;margin:18px 0 7px}.event-copy p{color:#e8e0e5}.event-copy>div{display:flex;align-items:center;gap:24px;margin-top:27px}.event-copy .text-link{border-color:#aaa;color:white}
.event-badge{font-size:10px;text-transform:uppercase;letter-spacing:.14em;background:var(--pink-deep);padding:8px 12px;border-radius:99px;font-weight:700}
.event-date{position:absolute;z-index:3;right:42px;top:40px;width:105px;height:105px;border-radius:30px;background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:9px 10px 19px rgba(0,0,0,.25);transform:rotate(4deg)}.event-date strong{font-family:"Italiana",serif;font-size:48px;font-weight:400}.event-date span{font-size:9px;font-weight:700;line-height:1.2}

.journal-section{background:#fffaf6;margin-top:70px}
.journal-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:24px}
.story-image{height:300px;border-radius:28px;overflow:hidden;display:block;box-shadow:8px 9px 18px rgba(68,47,58,.12)}.featured-story .story-image{height:400px}.story-image img{height:100%;object-fit:cover;transition:.5s}.story-card:hover img{transform:scale(1.035)}
.story-card>span{display:block;color:#9b6d7e;text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:700;margin:22px 0 10px}.story-card h3{font-family:"Italiana",serif;font-weight:400;font-size:25px;line-height:1.2}.featured-story h3{font-size:32px}.story-card>a:last-child{font-size:11px}

.heritage-section{padding-top:120px}.heritage-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.heritage-image{height:550px;padding:12px;transform:rotate(-1deg)}.heritage-image img{height:100%;object-fit:cover;border-radius:26px}.heritage-copy h2{font-size:61px;line-height:.99;margin:16px 0 24px}.heritage-copy p{color:var(--muted);line-height:1.72}.heritage-links{display:flex;align-items:center;gap:24px;margin-top:31px}.heritage-links>a:last-child{font-size:11px;font-weight:700;border-bottom:1px solid #baa5b2;padding-bottom:4px}
.explore-more{background:#f2ecf8;border-radius:70px;margin:70px 24px;padding:100px 0}.explore-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:20px}.explore-card{height:420px;position:relative;overflow:hidden;border-radius:31px;box-shadow:9px 11px 23px rgba(77,53,72,.14)}.explore-card>img{height:100%;object-fit:cover;transition:.5s}.explore-card:hover>img{transform:scale(1.04)}.explore-card:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(84,54,82,.78))}.explore-card>div{position:absolute;z-index:2;left:27px;right:27px;bottom:25px;color:white;display:flex;flex-direction:column}.explore-card span{font-size:9px;text-transform:uppercase;letter-spacing:.13em}.explore-card strong{font-family:"Italiana",serif;font-size:27px;font-weight:400;line-height:1.1;margin:6px 0 18px}.explore-card b{font-size:10px}.explore-card.magazine img{object-position:center top}
.about-section{display:grid;grid-template-columns:150px 1.05fr 1fr;gap:55px;align-items:start;padding-top:115px}.about-mark{width:140px;height:140px;border-radius:42px;background:var(--yellow);box-shadow:var(--clay);display:grid;place-items:center;font-family:"Italiana",serif;font-size:51px;transform:rotate(-5deg);color:#7e6844}.about-section h2{font-size:52px;line-height:1;margin:15px 0}.about-copy p{color:var(--muted);line-height:1.7;font-size:14px}.about-copy a{display:inline-block;margin-top:10px;font-size:11px;font-weight:700;border-bottom:1px solid #bcaab1}

.final-cta{padding:120px 0}.cta-card{max-width:900px;margin:auto;text-align:center;padding:80px;background:linear-gradient(145deg,#f5cbd8,#ead7f3);position:relative;overflow:hidden}.cta-card:before,.cta-card:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.28)}.cta-card:before{width:260px;height:260px;left:-120px;top:-120px}.cta-card:after{width:190px;height:190px;right:-70px;bottom:-90px}.cta-card h2{font-size:65px;line-height:.97;margin:14px 0 20px}.cta-card p{color:#6d5d67;max-width:540px;margin:0 auto 30px;line-height:1.6}.sparkle{position:absolute;right:65px;top:45px;font-size:30px;color:white;transform:rotate(12deg)}
footer{background:linear-gradient(135deg,#d9f3ee 0%,#eadff4 52%,#f8dfe3 100%);color:var(--ink);padding:75px 0 28px}.footer-top{display:grid;grid-template-columns:1.25fr repeat(3,.8fr) 1.15fr;gap:42px}.footer-brand>img{width:165px;filter:invert(29%) sepia(18%) saturate(1198%) hue-rotate(252deg) brightness(88%)}.footer-brand>p,.contact-column>p{color:#826f80;font-size:12px;line-height:1.6}.social-links{display:flex;gap:8px;margin-top:20px}.social-links a{width:34px;height:34px;border-radius:12px;background:rgba(255,255,255,.58);display:grid;place-items:center;font-size:11px;font-weight:700;box-shadow:4px 5px 10px rgba(77,55,72,.09)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column>strong{font-family:"Italiana",serif;font-size:19px;font-weight:400;margin-bottom:8px}.footer-column>a{font-size:10px;color:#725f71}.contact-column form{display:grid;grid-template-columns:1fr 40px;background:rgba(255,255,255,.62);padding:5px;border-radius:15px;width:100%;box-shadow:5px 6px 13px rgba(74,52,70,.09)}.contact-column input{border:0;background:transparent;min-width:0;padding:0 10px;outline:0;font-size:10px}.contact-column button{border:0;border-radius:11px;background:var(--pink-deep);color:white;font-weight:700}.contact-column>small{color:#826f80;line-height:1.6;margin-top:8px}.payment-row,.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(89,60,89,.14);margin-top:45px;padding-top:23px;font-size:9px;color:#876f83}.payment-row>div{display:flex;align-items:center;gap:12px}.payment-row img{width:auto;height:25px;max-width:55px;object-fit:contain}.footer-bottom{margin-top:20px;padding-top:20px}.footer-bottom>div{display:flex;gap:20px}

/* Denser editorial rhythm for a content-rich homepage. */
.gown-section{padding-top:72px}
.deals-section{margin-top:42px;margin-bottom:42px;padding-top:74px;padding-bottom:74px}
.journal-section{margin-top:38px;padding-top:72px;padding-bottom:70px}
.heritage-section{padding-top:54px;padding-bottom:50px}
.heritage-grid{gap:62px;padding:38px;border-radius:48px;background:linear-gradient(135deg,#fff3ee,#f7edf7);box-shadow:7px 8px 19px rgba(78,53,70,.08)}
.heritage-image{height:500px}
.explore-more{margin-top:38px;margin-bottom:38px;padding-top:72px;padding-bottom:72px}
.about-section{margin-top:52px;margin-bottom:34px;padding:42px;border-radius:46px;background:linear-gradient(135deg,#fff6e4,#f7eff8);align-items:center}
.final-cta{padding-top:38px;padding-bottom:68px}
.cta-card{padding-top:66px;padding-bottom:66px}

@media(max-width:900px){
  .desktop-nav,.icon-button{display:none}.menu-button{display:block}.header-actions .pill-button{display:none}
  .desktop-nav.is-open{display:flex;position:absolute;z-index:20;top:78px;left:24px;right:24px;flex-direction:column;gap:18px;padding:24px;border-radius:24px;background:rgba(255,253,249,.96);box-shadow:var(--clay);backdrop-filter:blur(16px)}
  .hero{grid-template-columns:1fr;padding-top:45px}.hero-copy{text-align:center}.eyebrow{justify-content:center}.hero-lead{margin-inline:auto}.discovery-bar{margin-inline:auto;text-align:left}.trust-row{justify-content:center}.hero-visual{height:560px;max-width:600px;width:100%;margin:auto}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .quote-tools{grid-template-columns:1fr}.quote-panel{grid-template-columns:1fr .7fr}
  .feature-grid{grid-template-columns:1fr;gap:65px}.feature-image{height:520px}.feature-copy{text-align:center}.soft-list{text-align:left}.feature-section{border-radius:45px;margin-inline:12px}
  .gown-grid{grid-template-columns:1.1fr 1fr}.gown-card:last-child{display:none}.deals-grid{grid-template-columns:1fr}.heritage-grid{grid-template-columns:1fr}.heritage-image{height:500px}.explore-grid{grid-template-columns:1fr 1fr}.explore-card:first-child{grid-column:1/-1}.about-section{grid-template-columns:130px 1fr}.about-copy{grid-column:2}.footer-top{grid-template-columns:1.3fr repeat(2,1fr)}.contact-column{grid-column:1/-1}
  .journal-grid{grid-template-columns:1fr 1fr}.featured-story{grid-column:1/-1}.featured-story .story-image{height:460px}
}

@media(max-width:600px){
  .shell{width:min(100% - 30px,1180px)}.site-header{height:78px}.brand img{width:140px}
  section{padding:65px 0}.hero{min-height:auto;padding-top:35px;gap:20px}.hero-copy{text-align:left}.eyebrow{justify-content:flex-start}h1{font-size:57px}.hero-lead{font-size:15px;margin-left:0}
  .discovery-bar{grid-template-columns:1fr 48px;padding:9px 9px 9px 17px;border-radius:22px}.discovery-bar label:nth-child(2){display:none}.discovery-bar label{border:0}.discovery-bar button{width:46px;height:46px}.trust-row{justify-content:flex-start}
  .hero-visual{height:435px}.hero-photo-main{width:85%;height:375px}.hero-photo-small{height:150px;width:42%}.floating-note{font-size:10px}.note-top{right:-8px}.note-bottom{right:0}.note-bottom small{display:none}.orbit-label{display:none}.photo-caption strong{font-size:17px}
  .section-heading,.section-heading.compact{display:block}.section-heading h2,.section-heading.compact h2{font-size:41px}.section-heading>a{display:inline-block;margin-top:20px}.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card{min-height:210px;padding:20px;border-radius:24px}.category-icon{width:44px;height:44px}.category-card strong{font-size:22px;margin-top:25px}.category-card small{font-size:10px}
  .quote-panel{display:block;padding:35px;min-height:690px}.quote-copy h2{font-size:43px}.quote-image{height:330px;margin-top:10px}.quote-image>img{left:50%;transform:translateX(-50%);height:370px}.quote-bubble.one{right:-15px}.tools-panel{padding:30px}.tools-title{display:block}.tools-title>a{display:inline-block}
  .feature-section{padding:75px 0;margin-top:30px}.feature-image{height:420px}.venue-tag{left:14px;right:14px}.feature-copy h2{font-size:48px}.feature-copy{text-align:left}.event-stage{height:520px}.event-copy{left:35px;right:30px;bottom:35px}.event-copy h3{font-size:47px}.event-copy>div{align-items:flex-start;flex-direction:column}.event-date{width:82px;height:82px;right:28px;top:28px;border-radius:24px}.event-date strong{font-size:38px}
  .gown-grid{grid-template-columns:1fr 1fr;gap:12px}.gown-card,.gown-card.tall{height:390px}.gown-card>span{left:17px;bottom:18px}.gown-card strong{font-size:20px}.deals-section,.explore-more{margin-inline:8px;border-radius:40px;padding:70px 0}.deals-copy h2,.heritage-copy h2{font-size:47px}.deal-cards{grid-template-columns:1fr}.deal-card{min-height:260px}.heritage-grid{gap:45px}.heritage-image{height:410px}.heritage-links{align-items:flex-start;flex-direction:column}.explore-grid{display:block}.explore-card{height:380px;margin-bottom:18px}.about-section{display:block}.about-mark{width:100px;height:100px;border-radius:30px;font-size:39px;margin-bottom:38px}.about-section h2{font-size:43px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand,.contact-column{grid-column:1/-1}.payment-row,.footer-bottom{align-items:flex-start;flex-direction:column;gap:17px}.payment-row>div,.footer-bottom>div{flex-wrap:wrap}
  .journal-grid{display:block}.story-card{margin-bottom:50px}.story-image,.featured-story .story-image{height:330px}.featured-story h3{font-size:28px}
  .cta-card{padding:70px 24px;border-radius:30px}.cta-card h2{font-size:48px}.sparkle{right:28px;top:25px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
