/* FarahDay Platform 0.3.1 — catalogue, invitation engine and editor */
:root { --fdp-ink:#16211c; --fdp-paper:#f7f2e9; --fdp-gold:#b79562; --fdp-line:rgba(22,33,28,.14); --fdp-radius:18px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body.fd-platform-body { margin:0; color:var(--fdp-ink); background:var(--fdp-paper); font-family:Manrope,Arial,sans-serif; -webkit-font-smoothing:antialiased; }
.screen-reader-text,.fdp-skip { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.fdp-skip:focus { z-index:99999; inset:12px auto auto 12px; width:auto; height:auto; padding:10px 14px; clip:auto; color:#fff; background:#111; }
a { color:inherit; }
button,select,input,textarea { font:inherit; }
button,a,select,input,textarea { outline-offset:3px; }
:focus-visible { outline:2px solid currentColor; }
.fdp-brand { display:inline-flex; align-items:center; gap:10px; color:inherit; font-family:"Cormorant Garamond",Georgia,serif; font-size:25px; font-weight:600; text-decoration:none; }
.fdp-brand span { display:grid; place-items:center; width:31px; height:31px; color:#f8f0df; background:#24473b; border-radius:50%; font-size:17px; }
.fdp-language select { min-height:38px; padding:0 30px 0 12px; color:inherit; background:transparent; border:1px solid currentColor; border-radius:999px; cursor:pointer; }
html[dir="rtl"] .fdp-language select { padding:0 12px 0 30px; }

/* Catalogue */
.fdp-topbar { position:relative; z-index:10; display:flex; align-items:center; justify-content:space-between; min-height:80px; padding:18px max(24px,calc((100vw - 1280px)/2)); border-bottom:1px solid var(--fdp-line); background:rgba(247,242,233,.86); backdrop-filter:blur(16px); }
.fdp-topbar nav { display:flex; align-items:center; gap:24px; }
.fdp-topbar nav>a { font-size:13px; font-weight:700; text-decoration:none; }
.fdp-catalog { width:min(1280px,calc(100vw - 48px)); margin:auto; padding:90px 0 120px; }
.fdp-catalog-hero { display:grid; grid-template-columns:1.45fr .55fr; align-items:end; gap:60px; padding:40px 0 78px; }
.fdp-eyebrow { grid-column:1/-1; margin:0 0 -30px; color:#6e7e75; font-size:10px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }
.fdp-catalog-hero h1 { max-width:860px; margin:0; font-family:"Cormorant Garamond",Georgia,serif; font-size:clamp(58px,7.5vw,105px); font-weight:500; letter-spacing:-.055em; line-height:.88; }
.fdp-catalog-hero>p:last-child { max-width:440px; margin:0; color:#617068; font-size:15px; line-height:1.75; }
.fdp-filters { display:flex; flex-wrap:wrap; gap:8px; padding:12px; background:#eee6da; border-radius:999px; width:max-content; max-width:100%; }
.fdp-filters a { padding:11px 22px; color:#59675f; border-radius:999px; font-size:12px; font-weight:700; text-decoration:none; transition:180ms ease; }
.fdp-filters a:hover,.fdp-filters a:focus-visible,.fdp-filters a[aria-current="page"] { color:#fff; background:#243d34; }
.fdp-catalog-count { margin:28px 0 18px; color:#748078; font-size:12px; }
.fdp-catalog-count strong { color:#1c2923; font-family:"Cormorant Garamond",serif; font-size:26px; font-weight:500; }
.fdp-template-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:38px 22px; }
.fdp-template-card { min-width:0; overflow:hidden; background:#fffaf3; border:1px solid rgba(22,33,28,.11); border-radius:20px; box-shadow:0 20px 65px rgba(46,39,29,.06); transition:transform 240ms ease,box-shadow 240ms ease; }
.fdp-template-card:hover { transform:translateY(-6px); box-shadow:0 28px 80px rgba(46,39,29,.12); }
.fdp-template-card__visual { position:relative; display:block; height:520px; overflow:hidden; color:var(--card-accent); background:var(--card-bg); }
.fdp-template-card__visual img { width:100%; height:100%; object-fit:cover; transition:transform 900ms cubic-bezier(.2,.7,.2,1),filter 400ms ease; }
.fdp-template-card:hover img { transform:scale(1.035); }
.fdp-template-card__visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.54)); }
.fdp-template-card__frame { position:absolute; z-index:2; pointer-events:none; }
.fdp-template-card__sample { position:absolute; z-index:3; inset:auto 30px 34px; display:grid; color:#fff; text-shadow:0 2px 18px rgba(0,0,0,.3); }
.fdp-template-card__sample small { margin-bottom:7px; font-size:8px; font-weight:700; letter-spacing:.2em; text-transform:uppercase; }
.fdp-template-card__sample strong { font-family:"Cormorant Garamond",serif; font-size:38px; font-weight:500; line-height:.9; }
.fdp-template-card__sample i { margin-top:12px; font-size:10px; font-style:normal; letter-spacing:.1em; }
.fdp-template-card__body { padding:24px; }
.fdp-template-card__body>div:first-child>span { color:#6d7b73; font-size:9px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.fdp-template-card__body h2 { margin:4px 0 6px; font-family:"Cormorant Garamond",serif; font-size:30px; font-weight:600; line-height:1; }
.fdp-template-card__body p { min-height:42px; margin:0; color:#69766f; font-size:12px; line-height:1.55; }
.fdp-template-card__actions { display:grid; grid-template-columns:1fr 1.35fr; gap:8px; margin-top:21px; }
.fdp-template-card__actions a { display:grid; place-items:center; min-height:43px; padding:8px 10px; border:1px solid #253d34; border-radius:999px; font-size:10px; font-weight:800; text-align:center; text-decoration:none; }
.fdp-template-card__actions a.is-primary { color:#fff; background:#253d34; }
.fdp-template-card--arch .fdp-template-card__frame { inset:28px 38px 0; border:1px solid currentColor; border-bottom:0; border-radius:180px 180px 0 0; }
.fdp-template-card--cinematic .fdp-template-card__visual img { filter:saturate(.72) brightness(.58); }
.fdp-template-card--cinematic .fdp-template-card__frame { inset:18px; border:1px solid currentColor; background:repeating-linear-gradient(45deg,transparent 0 16px,currentColor 16px 17px); opacity:.3; }
.fdp-template-card--editorial .fdp-template-card__visual { margin:12px; height:496px; }
.fdp-template-card--editorial .fdp-template-card__visual img { filter:grayscale(1) contrast(.88); clip-path:inset(9% 0 19% 31%); }
.fdp-template-card--editorial .fdp-template-card__sample { color:#181818; text-shadow:none; inset:40px auto auto 20px; writing-mode:vertical-rl; }
.fdp-template-card--celestial .fdp-template-card__visual img { clip-path:circle(36% at 50% 43%); }
.fdp-template-card--celestial .fdp-template-card__visual::before { content:""; position:absolute; inset:50px; border:1px solid currentColor; border-radius:50%; box-shadow:0 0 0 42px rgba(255,255,255,.23),0 0 0 43px currentColor; }
.fdp-template-card--textile .fdp-template-card__visual img { transform:rotate(-3deg) scale(.86); border-radius:150px 150px 18px 18px; }
.fdp-template-card--textile:hover img { transform:rotate(-1deg) scale(.9); }
.fdp-template-card--mosaic .fdp-template-card__visual img { clip-path:polygon(8% 5%,62% 5%,62% 38%,94% 38%,94% 94%,8% 94%); }
.fdp-template-card--monument .fdp-template-card__visual img { clip-path:polygon(50% 2%,88% 22%,88% 100%,12% 100%,12% 22%); filter:saturate(.75); }
.fdp-template-card--manuscript .fdp-template-card__visual { padding:28px; }
.fdp-template-card--manuscript .fdp-template-card__visual img { transform:rotate(2deg); border:12px solid #f6f0df; filter:sepia(.18); }
.fdp-template-card--tiles .fdp-template-card__visual::before { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(45deg,transparent 48%,currentColor 49% 51%,transparent 52%) 0 0/54px 54px; opacity:.4; }
.fdp-template-card--poster .fdp-template-card__visual img { width:72%; margin-left:28%; }
.fdp-template-card--poster .fdp-template-card__sample { inset:35px auto auto 22px; max-width:180px; color:#fff; mix-blend-mode:difference; }
.fdp-template-card--poster .fdp-template-card__sample strong { font-family:"Bodoni Moda",serif; font-size:52px; text-transform:uppercase; }
.fdp-template-card--radiant .fdp-template-card__visual img { clip-path:circle(39% at 50% 43%); }
.fdp-template-card--radiant .fdp-template-card__frame { width:420px; height:420px; inset:20px auto auto 50%; transform:translateX(-50%); border:1px solid currentColor; border-radius:50%; box-shadow:0 0 0 35px rgba(255,255,255,.12),0 0 0 36px currentColor; }
.fdp-template-card--blocks .fdp-template-card__visual img { clip-path:polygon(22% 8%,96% 8%,96% 71%,64% 71%,64% 96%,22% 96%); }
.fdp-template-card--blocks .fdp-template-card__visual::before { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(90deg,#c9ef42 0 16%,transparent 16% 70%,#ff6b61 70% 100%); mix-blend-mode:multiply; opacity:.55; }
.fdp-platform-footer { display:flex; justify-content:space-between; align-items:center; min-height:150px; padding:30px max(24px,calc((100vw - 1280px)/2)); color:#d8dfda; background:#15221d; }
.fdp-platform-footer a:last-child { font-size:12px; }

/* Demo chrome and opening */
.fdp-demo-page { overflow-x:hidden; background:#111; }
.fdp-demo-toolbar { position:fixed; z-index:120; inset:16px 16px auto; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:16px; min-height:56px; padding:8px 10px 8px 18px; color:#eae6de; background:rgba(13,17,15,.72); border:1px solid rgba(255,255,255,.15); border-radius:999px; backdrop-filter:blur(18px); box-shadow:0 16px 40px rgba(0,0,0,.16); }
.fdp-demo-toolbar>a { font-size:11px; text-decoration:none; }
.fdp-demo-toolbar>strong { font-family:"Cormorant Garamond",serif; font-size:18px; font-weight:600; }
.fdp-demo-toolbar>div { display:flex; justify-content:flex-end; align-items:center; gap:8px; }
.fdp-demo-toolbar .fdp-language select { color:#fff; border-color:rgba(255,255,255,.3); }
.fdp-toolbar-cta { padding:11px 16px; color:#142019; background:#f1eadc; border-radius:999px; font-size:9px!important; font-weight:800; }
.fdp-invitation-shell { width:100%; overflow:hidden; }
.fdp-gate { position:fixed; z-index:200; inset:0; display:grid; place-items:center; padding:24px; color:#efe9df; background:radial-gradient(circle at 50% 30%,#34493f,#101814 68%); transition:opacity 600ms ease,visibility 600ms ease; }
.fdp-gate::before,.fdp-gate::after { content:""; position:absolute; width:min(70vw,700px); aspect-ratio:1; border:1px solid rgba(201,174,125,.22); border-radius:50%; box-shadow:0 0 0 70px rgba(201,174,125,.025),0 0 0 140px rgba(201,174,125,.018); }
.fdp-gate::after { width:min(42vw,420px); }
.fdp-gate.is-open { opacity:0; visibility:hidden; }
.fdp-gate__card { position:relative; z-index:2; display:grid; justify-items:center; width:min(460px,100%); padding:56px 38px; text-align:center; }
.fdp-gate__mark { display:grid; place-items:center; width:48px; height:48px; margin-bottom:32px; color:#142019; background:#c9ae7d; border-radius:50%; font-family:"Cormorant Garamond",serif; font-size:25px; }
.fdp-gate__card>p { margin:0 0 10px; color:#bda87e; font-size:9px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.fdp-gate__card h1 { margin:0 0 36px; font-family:"Cormorant Garamond",serif; font-size:clamp(50px,9vw,84px); font-weight:500; line-height:.92; }
.fdp-gate__card>button { min-width:220px; min-height:52px; color:#17211c; background:#efe6d6; border:0; border-radius:999px; font-size:11px; font-weight:800; cursor:pointer; }
.fdp-gate__card label { display:flex; align-items:center; gap:8px; margin-top:18px; color:#a9b4ae; font-size:10px; cursor:pointer; }

/* Invitation engine */
.fdi { --fdi-bg:#f5efe4; --fdi-accent:#b48a50; --fdi-ink:#25362f; --fdi-paper:#fffdf8; --fdi-display:"Cormorant Garamond"; --fdi-body:Manrope; --fdi-arabic:"Noto Naskh Arabic"; position:relative; min-height:100vh; overflow:hidden; color:var(--fdi-ink); background:var(--fdi-bg); font-family:var(--fdi-body),Arial,sans-serif; }
.fdi img { display:block; width:100%; height:100%; object-fit:cover; }
.fdi figure { margin:0; }
.fdi h1,.fdi h2,.fdi strong { font-family:var(--fdi-display),"Cormorant Garamond",Georgia,serif; }
.fdi[dir="rtl"] h1,.fdi[dir="rtl"] h2,.fdi[dir="rtl"] .fdi-bismillah { font-family:var(--fdi-arabic),serif; }
.fdi-bismillah { margin:0 0 20px; font-family:var(--fdi-arabic),serif; font-size:clamp(24px,3.5vw,42px); line-height:1.8; }
.fdi-kicker,.fdi-section-kicker { margin:0 0 17px; font-size:9px; font-weight:800; letter-spacing:.22em; text-transform:uppercase; }
.fdi-hero { position:relative; min-height:100svh; }
.fdi-hero h1 { margin:0; font-size:clamp(62px,11vw,155px); font-weight:400; letter-spacing:-.055em; line-height:.8; }
.fdi-event-title { margin:22px 0; font-size:clamp(14px,1.8vw,20px); }
.fdi-hero-meta { display:flex; flex-wrap:wrap; gap:10px 26px; margin-top:28px; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.fdi-hero-meta span { max-width:280px; }
.fdi-section { position:relative; z-index:2; width:min(1100px,calc(100vw - 44px)); margin:0 auto; padding:clamp(90px,12vw,165px) 0; }
.fdi-section h2 { margin:0; font-size:clamp(44px,7vw,82px); font-weight:400; letter-spacing:-.04em; line-height:.98; }
.fdi-section-kicker { color:var(--fdi-accent); }
.fdi-section,.fdi-closing { opacity:0; transform:translateY(22px); transition:opacity 800ms ease,transform 800ms ease; }
.fdi-section.is-visible,.fdi-closing.is-visible { opacity:1; transform:none; }
.fdi-music-control { position:fixed; z-index:90; inset:auto 22px 22px auto; display:grid; place-items:center; width:50px; height:50px; color:var(--fdi-paper); background:var(--fdi-ink); border:1px solid rgba(255,255,255,.25); border-radius:50%; box-shadow:0 10px 30px rgba(0,0,0,.2); cursor:pointer; }
.fdi-music-control span { font-size:18px; }
.fdi-music-control.is-playing span { animation:fdi-pulse 1.8s ease-in-out infinite; }
html[dir="rtl"] .fdi-music-control { right:auto; left:22px; }
@keyframes fdi-pulse { 50% { transform:scale(1.25); opacity:.65; } }

/* Twelve independent hero compositions */
.fdi-hero--arch { display:grid; align-content:start; justify-items:center; padding:150px 20px 80px; text-align:center; }
.fdi-hero--arch .fdi-hero-copy { position:relative; z-index:3; max-width:900px; }
.fdi-hero--arch .fdi-hero-media { position:relative; width:min(560px,80vw); height:min(690px,85vw); margin-top:60px; overflow:hidden; border-radius:280px 280px 6px 6px; box-shadow:0 40px 90px rgba(63,44,24,.18); }
.fdi-arch-lines { position:absolute; inset:90px 0 auto; display:grid; place-items:center; }
.fdi-arch-lines i { position:absolute; width:min(900px,92vw); height:850px; border:1px solid color-mix(in srgb,var(--fdi-accent) 28%,transparent); border-radius:500px 500px 0 0; }
.fdi-arch-lines i:nth-child(2){width:min(760px,86vw);height:720px}.fdi-arch-lines i:nth-child(3){width:min(640px,82vw);height:620px}
.fdi-scroll { margin-top:28px; color:var(--fdi-accent); font-size:8px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }

.fdi-hero--cinematic { min-height:110svh; color:#eee2ca; background:#071512; }
.fdi-hero--cinematic .fdi-hero-media { position:absolute; inset:0; }
.fdi-hero--cinematic .fdi-hero-media::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,15,12,.92),rgba(3,15,12,.12) 65%),linear-gradient(0deg,rgba(3,15,12,.72),transparent 60%); }
.fdi-hero--cinematic .fdi-hero-media img { filter:saturate(.7) brightness(.68); }
.fdi-hero--cinematic .fdi-hero-copy { position:absolute; z-index:3; inset:auto auto 12vh 8vw; width:min(760px,84vw); }
.fdi-hero--cinematic h1 { font-family:"Bodoni Moda",serif; font-size:clamp(70px,12vw,180px); }
.fdi-zellige { position:absolute; z-index:2; inset:95px 34px 34px; border:1px solid rgba(211,177,109,.5); background:linear-gradient(45deg,transparent 49%,rgba(211,177,109,.18) 50%,transparent 51%) 0 0/48px 48px; mask:linear-gradient(90deg,#000,transparent 62%); }
.fdi-hero-number { position:absolute; z-index:3; right:4vw; bottom:5vh; font-size:9px; letter-spacing:.18em; }

.fdi-hero--editorial { display:grid; grid-template-columns:88px minmax(300px,.82fr) 1.18fr; min-height:100svh; padding:115px 6vw 60px; gap:5vw; color:#171717; background:#f5f2eb; }
.fdi-hero--editorial aside { display:flex; align-items:center; justify-content:space-between; writing-mode:vertical-rl; font-size:9px; font-style:normal; letter-spacing:.22em; }
.fdi-hero--editorial .fdi-hero-copy { align-self:center; z-index:2; }
.fdi-hero--editorial .fdi-hero-copy h1 { font-size:clamp(74px,10vw,150px); }
.fdi-hero--editorial .fdi-hero-media { min-height:78vh; filter:grayscale(1) contrast(.88); }
.fdi-vertical-word { position:absolute; z-index:3; right:1.5vw; top:44%; margin:0; font-size:9px; letter-spacing:.8em; writing-mode:vertical-rl; }

.fdi-hero--celestial { display:grid; place-items:center; align-content:center; min-height:108svh; padding:145px 24px 90px; text-align:center; }
.fdi-hero--celestial .fdi-hero-media { z-index:2; width:min(480px,76vw); aspect-ratio:1; overflow:hidden; border-radius:50%; box-shadow:0 30px 70px rgba(88,104,107,.15); }
.fdi-hero--celestial .fdi-hero-copy { position:relative; z-index:3; max-width:880px; margin-top:-55px; }
.fdi-hero--celestial h1 { color:#51676d; font-size:clamp(66px,11vw,150px); text-shadow:0 3px 0 var(--fdi-bg); }
.fdi-orbits { position:absolute; inset:50% auto auto 50%; }
.fdi-orbits i { position:absolute; width:min(780px,94vw); aspect-ratio:1; border:1px solid rgba(136,161,168,.35); border-radius:50%; transform:translate(-50%,-50%); }
.fdi-orbits i:nth-child(2){width:min(620px,86vw)}.fdi-orbits i:nth-child(3){width:min(540px,80vw)}
.fdi-crescent { position:absolute; z-index:2; right:10vw; top:19vh; width:80px; height:80px; border-radius:50%; box-shadow:-18px 5px 0 var(--fdi-accent); }

.fdi-hero--textile { min-height:105svh; padding:120px 7vw 70px; background:linear-gradient(135deg,var(--fdi-bg),var(--fdi-paper)); }
.fdi-hero--textile .fdi-hero-media { width:min(550px,70vw); height:78vh; margin-left:auto; overflow:hidden; border-radius:260px 260px 22px 22px; transform:rotate(3deg); box-shadow:0 35px 70px rgba(66,72,57,.18); }
.fdi-hero--textile .fdi-hero-copy { position:absolute; z-index:3; left:7vw; top:35%; width:min(650px,70vw); padding:44px; background:rgba(255,250,241,.8); border:1px solid rgba(89,107,89,.25); backdrop-filter:blur(14px); }
.fdi-hero--textile h1 { color:#536651; font-family:Fraunces,serif; font-size:clamp(66px,9vw,132px); }
.fdi-fabric { position:absolute; left:-10vw; bottom:-12vh; width:70vw; height:60vh; background:repeating-linear-gradient(100deg,rgba(255,255,255,.3) 0 2px,rgba(89,107,89,.06) 3px 12px); border-radius:50%; transform:rotate(8deg); }
.fdi-thread { position:absolute; inset:12vh auto auto 10vw; width:180px; height:180px; border:1px dashed var(--fdi-accent); border-radius:50%; }
html[dir="rtl"] .fdi-hero--textile .fdi-hero-media { margin-left:0; margin-right:auto; }
html[dir="rtl"] .fdi-hero--textile .fdi-hero-copy { left:auto; right:7vw; }

.fdi-hero--mosaic { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; min-height:100svh; gap:6vw; padding:130px 7vw 70px; background:#f1dedd; }
.fdi-mosaic-media { display:grid; grid-template-columns:1fr .6fr; grid-template-rows:1fr .72fr; gap:12px; height:75vh; }
.fdi-mosaic-media figure { overflow:hidden; border-radius:140px 140px 10px 10px; }
.fdi-mosaic-a { grid-row:1/3; }.fdi-mosaic-b img { transform:scale(1.35); filter:saturate(.6); }.fdi-mosaic-c img { transform:scale(1.6); filter:sepia(.3); }
.fdi-hero--mosaic .fdi-hero-copy h1 { color:#744e57; font-family:"Cormorant Garamond",serif; font-size:clamp(70px,10vw,145px); }
.fdi-stars { position:absolute; right:7vw; bottom:5vh; color:var(--fdi-accent); font-size:30px; letter-spacing:.4em; }
html[dir="rtl"] .fdi-stars { right:auto; left:7vw; }

.fdi-hero--monument { display:grid; grid-template-columns:1fr 1fr; align-items:center; min-height:110svh; padding:120px 7vw 70px; color:#f3e6ce; background:#0d332b; }
.fdi-monument-frame { position:relative; height:82vh; overflow:hidden; clip-path:polygon(50% 0,90% 18%,90% 100%,10% 100%,10% 18%); }
.fdi-monument-frame::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(5,29,23,.6),transparent 55%); }
.fdi-monument-frame img { filter:saturate(.72) brightness(.78); }
.fdi-hero--monument .fdi-hero-copy { z-index:3; margin-left:-9vw; padding:55px; background:#123e35; border:1px solid rgba(210,176,106,.45); }
.fdi-hero--monument h1 { font-family:Marcellus,"Cormorant Garamond",serif; font-size:clamp(70px,10vw,145px); }
.fdi-geometric-rule { position:absolute; right:4vw; top:12vh; width:16vw; height:16vw; border:1px solid var(--fdi-accent); transform:rotate(45deg); opacity:.35; }
html[dir="rtl"] .fdi-hero--monument .fdi-hero-copy { margin-left:0; margin-right:-9vw; }

.fdi-hero--manuscript { display:grid; grid-template-columns:1fr .8fr; align-items:center; min-height:100svh; gap:7vw; padding:130px 9vw 70px; background:#e8e0c8; }
.fdi-hero--manuscript::before { content:""; position:absolute; inset:0; opacity:.2; background:repeating-linear-gradient(0deg,transparent 0 11px,rgba(96,82,57,.12) 12px); }
.fdi-hero--manuscript .fdi-hero-copy { position:relative; z-index:2; }
.fdi-hero--manuscript h1 { color:#4d563f; font-size:clamp(74px,11vw,160px); }
.fdi-manuscript-image { position:relative; padding:18px; background:#f8f2e3; box-shadow:0 24px 60px rgba(79,64,39,.18); transform:rotate(2deg); }
.fdi-manuscript-image .fdi-hero-media { height:66vh; filter:sepia(.18) saturate(.75); }
.fdi-manuscript-image>span { display:block; padding-top:12px; font-family:serif; font-size:10px; letter-spacing:.3em; }
.fdi-paper-mark { position:absolute; left:3vw; bottom:4vh; color:rgba(126,75,50,.12); font-family:var(--fdi-arabic); font-size:28vw; }
.fdi-side-note { position:absolute; right:2vw; top:45%; font-size:9px; letter-spacing:.4em; writing-mode:vertical-rl; }

.fdi-hero--tiles { display:grid; place-items:center; min-height:108svh; padding:135px 7vw 80px; color:#f2eadb; background:#0c356d; text-align:center; }
.fdi-tile-field { position:absolute; inset:0; display:grid; grid-template-columns:repeat(4,1fr); opacity:.28; }
.fdi-tile-field i { aspect-ratio:1; border:1px solid rgba(227,186,105,.4); transform:rotate(45deg) scale(.68); }
.fdi-hero--tiles .fdi-hero-media { z-index:2; width:min(480px,72vw); height:65vh; clip-path:polygon(50% 0,90% 24%,90% 100%,10% 100%,10% 24%); filter:saturate(.76); }
.fdi-hero--tiles .fdi-hero-copy { z-index:3; max-width:950px; margin-top:-130px; padding:24px; text-shadow:0 3px 18px rgba(0,0,0,.25); }
.fdi-hero--tiles h1 { font-family:Forum,"Cormorant Garamond",serif; }
.fdi-tile-seal { position:absolute; z-index:3; right:8vw; top:18vh; display:grid; place-items:center; width:80px; height:80px; border:1px solid var(--fdi-accent); border-radius:50%; font-family:var(--fdi-arabic); font-size:30px; }

.fdi-hero--poster { display:grid; grid-template-columns:.75fr 1.25fr; min-height:100svh; padding:105px 5vw 40px; color:#f3eee5; background:#0a0a10; }
.fdi-hero--poster .fdi-hero-media { grid-column:2; height:calc(100svh - 145px); }
.fdi-hero--poster .fdi-hero-media img { filter:saturate(1.1) contrast(1.08); }
.fdi-poster-copy { position:absolute; z-index:3; left:5vw; top:28%; width:min(720px,66vw); mix-blend-mode:difference; }
.fdi-poster-copy h1 { font-family:"Bodoni Moda",serif; font-size:clamp(84px,14vw,210px); text-transform:uppercase; }
.fdi-hero--poster .fdi-hero-meta { position:absolute; left:5vw; bottom:8vh; z-index:3; width:34vw; }
.fdi-poster-index { position:absolute; z-index:3; left:5vw; top:13vh; color:#c9ef42; font-size:9px; font-weight:800; letter-spacing:.25em; }
.fdi-poster-flash { position:absolute; z-index:2; left:36%; top:15%; width:16vw; height:16vw; background:#f05b64; border-radius:50%; mix-blend-mode:screen; filter:blur(1px); }
html[dir="rtl"] .fdi-poster-copy,html[dir="rtl"] .fdi-hero--poster .fdi-hero-meta,html[dir="rtl"] .fdi-poster-index { left:auto; right:5vw; }

.fdi-hero--radiant { display:grid; place-items:center; min-height:108svh; padding:130px 24px 80px; color:#3d161c; background:#d98943; text-align:center; }
.fdi-hero--radiant .fdi-hero-media { z-index:2; width:min(500px,74vw); aspect-ratio:1; overflow:hidden; border-radius:50%; }
.fdi-hero--radiant .fdi-hero-copy { z-index:3; max-width:950px; margin-top:-55px; }
.fdi-hero--radiant h1 { font-family:Fraunces,serif; font-size:clamp(70px,11vw,160px); }
.fdi-sun { position:absolute; width:min(800px,95vw); aspect-ratio:1; border:1px solid rgba(110,32,48,.42); border-radius:50%; box-shadow:0 0 0 55px rgba(243,217,165,.11),0 0 0 56px rgba(110,32,48,.25); }
.fdi-rays { position:absolute; inset:0; background:repeating-conic-gradient(from 0deg at 50% 45%,rgba(243,217,165,.12) 0 2deg,transparent 2deg 12deg); mask:radial-gradient(circle,transparent 0 31%,#000 31%); }

.fdi-hero--blocks { display:grid; grid-template-columns:1.25fr .75fr; min-height:100svh; padding:110px 5vw 45px; color:#f6efe4; background:#0d2e68; }
.fdi-hero--blocks .fdi-hero-media { height:calc(100svh - 155px); clip-path:polygon(0 0,86% 0,86% 28%,100% 28%,100% 100%,0 100%); }
.fdi-block-copy { z-index:3; align-self:end; margin-left:-18vw; margin-bottom:6vh; padding:40px; color:#102e67; background:#c9ef42; }
.fdi-block-copy h1 { font-family:"Space Grotesk",sans-serif; font-size:clamp(64px,10vw,150px); font-weight:600; letter-spacing:-.08em; }
.fdi-color-blocks i { position:absolute; }.fdi-color-blocks i:nth-child(1){right:0;top:0;width:30vw;height:38vh;background:#ff6b61}.fdi-color-blocks i:nth-child(2){right:18vw;bottom:0;width:12vw;height:20vh;background:#c9ef42}.fdi-color-blocks i:nth-child(3){left:0;bottom:0;width:20vw;height:8vh;background:#f6efe4}
.fdi-block-code { position:absolute; z-index:3; right:4vw; top:12vh; font-family:"Space Grotesk",sans-serif!important; font-size:10px; letter-spacing:.2em; }
html[dir="rtl"] .fdi-block-copy { margin-left:0; margin-right:-18vw; }

/* Invitation content blocks */
.fdi-countdown { text-align:center; }
.fdi-countdown-grid { display:grid; grid-template-columns:repeat(4,1fr); max-width:900px; margin:40px auto 0; border-top:1px solid color-mix(in srgb,var(--fdi-ink) 20%,transparent); border-bottom:1px solid color-mix(in srgb,var(--fdi-ink) 20%,transparent); }
.fdi-countdown-grid>span { display:grid; padding:32px 12px; border-inline-start:1px solid color-mix(in srgb,var(--fdi-ink) 20%,transparent); }
.fdi-countdown-grid>span:last-child { border-inline-end:1px solid color-mix(in srgb,var(--fdi-ink) 20%,transparent); }
.fdi-countdown-grid strong { font-size:clamp(44px,7vw,82px); font-weight:400; line-height:1; }
.fdi-countdown-grid small { margin-top:10px; font-size:8px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.fdi-details { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; padding-inline:0; }
.fdi-details>div { min-height:300px; padding:38px; background:color-mix(in srgb,var(--fdi-paper) 68%,transparent); border:1px solid color-mix(in srgb,var(--fdi-ink) 13%,transparent); }
.fdi-details span { color:var(--fdi-accent); font-size:10px; }.fdi-details p { margin:60px 0 9px; font-size:9px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }.fdi-details strong { display:block; font-size:clamp(23px,3vw,36px); font-weight:400; line-height:1.1; }.fdi-details a { display:inline-block; margin-top:18px; font-size:10px; font-weight:800; text-decoration:none; border-bottom:1px solid; }
.fdi-story { display:grid; grid-template-columns:.6fr 1.4fr; gap:7vw; align-items:start; }
.fdi-story .fdi-section-kicker { grid-column:1; }.fdi-story h2 { grid-column:2; grid-row:1/3; }.fdi-story>p:last-child { grid-column:2; max-width:650px; margin:32px 0 0; font-size:16px; line-height:1.8; }
.fdi-gallery-grid { display:grid; grid-template-columns:1.2fr .8fr .8fr; grid-template-rows:330px 240px; gap:12px; }
.fdi-gallery-item { overflow:hidden; }.fdi-gallery-item--1 { grid-row:1/3; }.fdi-gallery-item--2 img { transform:scale(1.35); }.fdi-gallery-item--3 img { transform:scale(1.6); filter:grayscale(.5); }.fdi-gallery-quote { display:grid; align-content:center; padding:28px; color:var(--fdi-paper); background:var(--fdi-ink); }.fdi-gallery-quote span { color:var(--fdi-accent); font-family:serif; font-size:48px; line-height:.5; }.fdi-gallery-quote p { margin:15px 0 0; font-family:var(--fdi-display); font-size:24px; line-height:1.15; }
.fdi-video video { display:block; width:100%; max-height:75vh; background:#000; }
.fdi-rsvp { max-width:850px; text-align:center; }
.fdi-rsvp>p { color:color-mix(in srgb,var(--fdi-ink) 70%,transparent); }.fdi-rsvp form { display:grid; grid-template-columns:1.5fr .7fr auto; align-items:end; gap:12px; margin-top:45px; text-align:start; }.fdi-rsvp label { display:grid; gap:8px; font-size:9px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }.fdi-rsvp input,.fdi-rsvp select { width:100%; min-height:52px; padding:0 15px; color:var(--fdi-ink); background:transparent; border:1px solid color-mix(in srgb,var(--fdi-ink) 30%,transparent); border-radius:0; }.fdi-rsvp button { min-height:52px; padding:0 26px; color:var(--fdi-paper); background:var(--fdi-ink); border:0; cursor:pointer; font-size:10px; font-weight:800; }.fdi-rsvp output { grid-column:1/-1; min-height:24px; color:var(--fdi-accent); font-size:12px; text-align:center; }
.fdi-closing { display:grid; place-items:center; min-height:80svh; padding:100px 24px; color:var(--fdi-paper); background:var(--fdi-ink); text-align:center; }.fdi-closing-mark { display:grid; place-items:center; width:56px; height:56px; color:var(--fdi-ink); background:var(--fdi-accent); border-radius:50%; font-family:var(--fdi-display); font-size:28px; }.fdi-closing p { max-width:600px; margin:38px 0 18px; font-size:15px; }.fdi-closing h2 { margin:0; font-size:clamp(55px,9vw,120px); font-weight:400; }.fdi-closing small { margin-top:38px; color:var(--fdi-accent); font-size:8px; letter-spacing:.22em; text-transform:uppercase; }

/* Distinct interior rhythm per template */
.fdi--cinematic .fdi-section { color:#e8dec9; }.fdi--cinematic { background:#081713; }.fdi--cinematic .fdi-details>div { background:#10251f; }.fdi--cinematic .fdi-gallery-grid { grid-template-columns:.7fr 1.3fr; }.fdi--cinematic .fdi-gallery-item--1 { grid-row:auto; }.fdi--cinematic .fdi-gallery-item--3 { grid-column:1/3; }
.fdi--editorial .fdi-section { width:min(1180px,calc(100vw - 44px)); }.fdi--editorial .fdi-details>div { background:transparent; border-width:0 0 1px; }.fdi--editorial .fdi-gallery-grid { gap:28px; }.fdi--editorial .fdi-gallery-item { filter:grayscale(1); }
.fdi--celestial .fdi-details>div { border-radius:50% 50% 10px 10px; text-align:center; }.fdi--celestial .fdi-story { text-align:center; grid-template-columns:1fr; }.fdi--celestial .fdi-story>* { grid-column:1!important; }.fdi--celestial .fdi-story h2 { grid-row:auto; }
.fdi--textile .fdi-section { border-top:1px dashed rgba(82,102,80,.3); }.fdi--textile .fdi-details { transform:rotate(-1deg); }.fdi--textile .fdi-details>div:nth-child(2){transform:translateY(18px)}
.fdi--mosaic .fdi-gallery-grid { grid-template-columns:repeat(4,1fr); grid-template-rows:440px; }.fdi--mosaic .fdi-gallery-item { border-radius:160px 160px 8px 8px; }.fdi--mosaic .fdi-gallery-item--1 { grid-row:auto; }.fdi--mosaic .fdi-gallery-quote { border-radius:160px 160px 8px 8px; }
.fdi--monument .fdi-section { color:#efe3cf; }.fdi--monument { background:#0d332b; }.fdi--monument .fdi-details>div { background:#123e35; border-color:rgba(221,191,133,.35); }.fdi--monument .fdi-story { border-inline-start:1px solid var(--fdi-accent); padding-inline-start:6vw; }
.fdi--manuscript .fdi-section { max-width:960px; }.fdi--manuscript .fdi-details { grid-template-columns:1fr; }.fdi--manuscript .fdi-details>div { min-height:180px; display:grid; grid-template-columns:50px 120px 1fr; align-items:center; }.fdi--manuscript .fdi-details p { margin:0; }
.fdi--tiles .fdi-section { color:#f0e7d5; }.fdi--tiles { background:#0c356d; }.fdi--tiles .fdi-details>div { background:#113f7d; border-color:rgba(230,193,118,.4); clip-path:polygon(50% 0,100% 14%,100% 100%,0 100%,0 14%); }.fdi--tiles .fdi-gallery-item { clip-path:polygon(50% 0,96% 18%,96% 100%,4% 100%,4% 18%); }
.fdi--poster { background:#0a0a10; }.fdi--poster .fdi-section { width:min(1240px,calc(100vw - 34px)); color:#f0ece5; }.fdi--poster .fdi-story { grid-template-columns:1fr; }.fdi--poster .fdi-story>* { grid-column:1!important; }.fdi--poster .fdi-story h2 { max-width:1080px; font-family:"Bodoni Moda",serif; font-size:clamp(64px,9vw,130px); text-transform:uppercase; }.fdi--poster .fdi-details>div { background:#111118; border-color:#f05b64; }
.fdi--radiant { background:#d98943; }.fdi--radiant .fdi-details>div { border-radius:50%; text-align:center; }.fdi--radiant .fdi-story h2 { color:#6e2030; font-family:Fraunces,serif; }
.fdi--blocks { background:#0d2e68; }.fdi--blocks .fdi-section { color:#f5eee3; }.fdi--blocks .fdi-details { gap:10px; }.fdi--blocks .fdi-details>div:nth-child(1){background:#ff6b61;color:#0d2e68}.fdi--blocks .fdi-details>div:nth-child(2){background:#c9ef42;color:#0d2e68}.fdi--blocks .fdi-details>div:nth-child(3){background:#f6efe4;color:#0d2e68}.fdi--blocks .fdi-gallery-grid { gap:0; }

/* Editor */
.fdp-editor-page { overflow:hidden; background:#e9e5de!important; }
.fdp-editor-header { position:fixed; z-index:130; inset:0 0 auto; display:flex; align-items:center; justify-content:space-between; min-height:70px; padding:12px 22px; background:#fffdf8; border-bottom:1px solid var(--fdp-line); }
.fdp-editor-header__status { display:flex; align-items:center; gap:16px; color:#657269; font-size:10px; font-weight:700; }
.fdp-editor-header__status [data-save-status]::before { content:""; display:inline-block; width:6px; height:6px; margin-inline-end:7px; background:#5e8d74; border-radius:50%; }.fdp-editor-header__status [data-save-status].is-saving::before { animation:fdi-pulse 800ms infinite; }
.fdp-editor { display:grid; grid-template-columns:minmax(340px,430px) 1fr; height:100svh; padding-top:70px; }
.fdp-editor-panel { overflow:auto; padding:32px 30px 100px; background:#fffdf8; border-inline-end:1px solid var(--fdp-line); }
.fdp-editor-intro>a { color:#68756e; font-size:10px; font-weight:700; text-decoration:none; }.fdp-editor-intro>p { margin:32px 0 4px; color:#8a7350; font-size:9px; font-weight:800; letter-spacing:.18em; text-transform:uppercase; }.fdp-editor-intro h1 { margin:0; font-family:"Cormorant Garamond",serif; font-size:42px; font-weight:500; letter-spacing:-.04em; line-height:.95; }.fdp-editor-intro>span { display:block; margin-top:12px; color:#69766f; font-size:12px; line-height:1.5; }
.fdp-editor-form fieldset { display:grid; gap:16px; margin:30px 0 0; padding:24px 0 0; border:0; border-top:1px solid var(--fdp-line); }.fdp-editor-form legend { padding:0 15px 0 0; font-size:10px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }.fdp-editor-form label:not(.fdp-switch) { display:grid; gap:8px; color:#546159; font-size:10px; font-weight:700; }.fdp-editor-form input[type="text"],.fdp-editor-form input[type="date"],.fdp-editor-form input[type="time"],.fdp-editor-form input[type="url"],.fdp-editor-form textarea,.fdp-editor-form input[type="file"] { width:100%; min-height:45px; padding:11px 12px; color:#1d2822; background:#f7f3ec; border:1px solid #ded8ce; border-radius:8px; resize:vertical; }.fdp-field-row { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.fdp-switch { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height:44px; color:#36443c; font-size:11px; font-weight:700; cursor:pointer; }.fdp-switch input { position:absolute; opacity:0; }.fdp-switch i { position:relative; width:42px; height:24px; background:#d6d8d4; border-radius:999px; transition:background 180ms ease; }.fdp-switch i::after { content:""; position:absolute; left:3px; top:3px; width:18px; height:18px; background:#fff; border-radius:50%; box-shadow:0 2px 5px rgba(0,0,0,.18); transition:transform 180ms ease; }.fdp-switch input:checked+i { background:#2d5948; }.fdp-switch input:checked+i::after { transform:translateX(18px); }html[dir="rtl"] .fdp-switch input:checked+i::after{transform:translateX(-18px)}
.fdp-field-note { margin:0; color:#839087; font-size:9px; line-height:1.5; }.fdp-photo-list { display:grid; gap:10px; }.fdp-photo-item { position:relative; display:grid; grid-template-columns:70px 1fr; gap:12px; padding:10px; background:#f3eee6; border-radius:10px; }.fdp-photo-item img { width:70px; height:86px; object-fit:cover; border-radius:7px; }.fdp-photo-item>div { display:grid; gap:4px; }.fdp-photo-item strong { font-size:9px; }.fdp-photo-item input[type="range"] { width:100%; }.fdp-photo-item button { position:absolute; inset:5px 5px auto auto; width:24px; height:24px; color:#fff; background:#1c2923; border:0; border-radius:50%; cursor:pointer; }html[dir="rtl"] .fdp-photo-item button{right:auto;left:5px}
.fdp-reset { width:100%; min-height:44px; margin-top:24px; color:#6d4039; background:transparent; border:1px solid #bda7a0; border-radius:8px; font-size:10px; font-weight:800; cursor:pointer; }
.fdp-editor-preview { overflow:auto; padding:34px; background:radial-gradient(circle at 50% 20%,#f6f3ee,#d9d5cd); }.fdp-preview-device { width:min(620px,100%); min-height:calc(100svh - 138px); margin:auto; overflow:hidden; background:#fff; border:8px solid #20231f; border-radius:30px; box-shadow:0 30px 90px rgba(44,42,37,.22); }.fdp-preview-device .fdi-hero { min-height:900px; }.fdp-preview-device .fdi-section { width:calc(100% - 34px); }.fdp-preview-device .fdi-hero h1 { font-size:76px; }.fdp-preview-device .fdi-section h2 { font-size:48px; }.fdp-preview-device .fdi-details { grid-template-columns:1fr; }.fdp-preview-device .fdi-music-control { position:absolute; }.fdp-editor-mobile-nav { display:none; }

/* RTL and responsive */
html[dir="rtl"] .fdp-demo-toolbar>a:first-child { direction:ltr; }
html[dir="rtl"] .fdi-hero-number { right:auto; left:4vw; }
html[dir="rtl"] .fdi-tile-seal { right:auto; left:8vw; }
html[dir="rtl"] .fdi-paper-mark { left:auto; right:3vw; }
html[dir="rtl"] .fdi-side-note { right:auto; left:2vw; }
html[dir="rtl"] .fdi-block-code { right:auto; left:4vw; }
@media(max-width:1050px){
  .fdp-template-grid{grid-template-columns:repeat(2,1fr)}
  .fdp-catalog-hero{grid-template-columns:1fr}.fdp-catalog-hero>p:last-child{max-width:650px}.fdp-eyebrow{margin-bottom:-35px}
  .fdi-hero--editorial{grid-template-columns:55px .9fr 1.1fr;padding-inline:3vw;gap:3vw}
  .fdi-hero--mosaic{grid-template-columns:1fr;}.fdi-mosaic-media{height:58vh}.fdi-hero--mosaic .fdi-hero-copy{position:relative;z-index:3;margin-top:-90px;padding:30px;background:rgba(241,222,221,.86)}
  .fdi-hero--monument{padding-inline:4vw}.fdi-hero--manuscript{padding-inline:5vw}
}
@media(max-width:760px){
  .fdp-topbar{min-height:68px;padding:12px 16px}.fdp-topbar nav>a{display:none}.fdp-catalog{width:calc(100vw - 28px);padding:45px 0 90px}.fdp-catalog-hero{gap:30px;padding:20px 0 45px}.fdp-eyebrow{margin:0}.fdp-catalog-hero h1{font-size:58px}.fdp-filters{width:100%;overflow:auto;flex-wrap:nowrap;border-radius:14px}.fdp-filters a{white-space:nowrap}.fdp-template-grid{grid-template-columns:1fr;gap:24px}.fdp-template-card__visual{height:510px}.fdp-platform-footer{min-height:120px;padding:24px 16px}.fdp-platform-footer>a:last-child{font-size:9px}
  .fdp-demo-toolbar{inset:8px 8px auto;grid-template-columns:auto 1fr auto;min-height:50px;padding:6px 7px 6px 12px}.fdp-demo-toolbar>a:first-child span,.fdp-demo-toolbar>strong{display:none}.fdp-toolbar-cta{padding:10px 12px}.fdp-gate__card{padding-inline:10px}
  .fdi-hero{min-height:100svh}.fdi-hero h1{font-size:64px}.fdi-hero-meta{font-size:8px}.fdi-bismillah{font-size:24px}.fdi-section{width:calc(100vw - 30px);padding:82px 0}.fdi-section h2{font-size:43px}
  .fdi-hero--arch{padding-top:120px}.fdi-hero--arch .fdi-hero-media{width:86vw;height:110vw;margin-top:45px}.fdi-arch-lines i{height:610px}
  .fdi-hero--cinematic .fdi-hero-copy{inset:auto 24px 10vh}.fdi-hero--cinematic .fdi-hero-media::after{background:linear-gradient(0deg,rgba(3,15,12,.9),rgba(3,15,12,.08) 75%)}.fdi-zellige{inset:72px 14px 14px}
  .fdi-hero--editorial{display:block;padding:95px 15px 25px}.fdi-hero--editorial aside{position:absolute;z-index:3;inset:78px 15px auto;writing-mode:horizontal-tb}.fdi-hero--editorial .fdi-hero-copy{position:absolute;z-index:3;left:28px;bottom:55px;width:80%;padding:24px;background:rgba(245,242,235,.88)}.fdi-hero--editorial .fdi-hero-media{height:calc(100svh - 120px);min-height:0;margin-left:18%}.fdi-vertical-word{display:none}html[dir="rtl"] .fdi-hero--editorial .fdi-hero-copy{left:auto;right:28px}html[dir="rtl"] .fdi-hero--editorial .fdi-hero-media{margin-left:0;margin-right:18%}
  .fdi-hero--celestial{padding-top:115px}.fdi-hero--celestial .fdi-hero-media{width:78vw}.fdi-hero--celestial .fdi-hero-copy{margin-top:-25px}.fdi-crescent{right:8vw;top:15vh;width:52px;height:52px}
  .fdi-hero--textile{padding:90px 14px 30px}.fdi-hero--textile .fdi-hero-media{width:82vw;height:72vh}.fdi-hero--textile .fdi-hero-copy{left:14px;top:auto;bottom:40px;width:calc(100vw - 28px);padding:25px}html[dir="rtl"] .fdi-hero--textile .fdi-hero-copy{right:14px}
  .fdi-hero--mosaic{padding:90px 14px 35px;gap:0}.fdi-mosaic-media{height:62vh}.fdi-hero--mosaic .fdi-hero-copy{margin-top:-45px;padding:22px}.fdi-stars{display:none}
  .fdi-hero--monument{display:block;padding:85px 14px 30px}.fdi-monument-frame{height:73vh}.fdi-hero--monument .fdi-hero-copy{position:absolute;z-index:3;inset:auto 14px 35px;margin:0!important;padding:25px;background:rgba(18,62,53,.9)}
  .fdi-hero--manuscript{display:block;padding:95px 20px 35px}.fdi-manuscript-image{height:62vh;margin-left:23%;}.fdi-manuscript-image .fdi-hero-media{height:calc(62vh - 45px)}.fdi-hero--manuscript .fdi-hero-copy{position:absolute;z-index:3;left:20px;bottom:45px;width:80%;padding:22px;background:rgba(232,224,200,.9)}html[dir="rtl"] .fdi-hero--manuscript .fdi-hero-copy{left:auto;right:20px}.fdi-side-note{display:none}
  .fdi-hero--tiles{padding-top:105px}.fdi-hero--tiles .fdi-hero-media{width:82vw;height:62vh}.fdi-hero--tiles .fdi-hero-copy{margin-top:-80px}.fdi-tile-seal{display:none}
  .fdi-hero--poster{display:block;padding:75px 12px 20px}.fdi-hero--poster .fdi-hero-media{height:calc(100svh - 95px);margin-left:24%}.fdi-poster-copy{left:18px;top:33%;width:88vw}.fdi-poster-copy h1{font-size:72px}.fdi-hero--poster .fdi-hero-meta{left:18px;bottom:5vh;width:65vw}.fdi-poster-index{left:18px;top:11vh}html[dir="rtl"] .fdi-poster-copy,html[dir="rtl"] .fdi-hero--poster .fdi-hero-meta,html[dir="rtl"] .fdi-poster-index{right:18px}
  .fdi-hero--radiant{padding-top:110px}.fdi-hero--radiant .fdi-hero-media{width:78vw}.fdi-hero--radiant .fdi-hero-copy{margin-top:-28px}
  .fdi-hero--blocks{display:block;padding:72px 12px 20px}.fdi-hero--blocks .fdi-hero-media{height:calc(100svh - 92px);width:85%}.fdi-block-copy{position:absolute;z-index:3;left:12px;bottom:36px;width:calc(100vw - 24px);margin:0!important;padding:22px}.fdi-block-copy h1{font-size:58px}.fdi-block-code{top:85px}
  .fdi-countdown-grid{grid-template-columns:repeat(2,1fr)}.fdi-details{grid-template-columns:1fr}.fdi-details>div{min-height:210px}.fdi-details p{margin-top:35px}.fdi-story{grid-template-columns:1fr;gap:18px}.fdi-story>*{grid-column:1!important}.fdi-story h2{grid-row:auto}.fdi-story>p:last-child{font-size:14px}.fdi-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:310px 220px}.fdi-gallery-item--1{grid-column:1/3;grid-row:auto}.fdi-gallery-quote p{font-size:18px}.fdi-rsvp form{grid-template-columns:1fr}.fdi-rsvp output{grid-column:1}.fdi--mosaic .fdi-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px}.fdi--mosaic .fdi-gallery-item{border-radius:80px 80px 8px 8px}.fdi--manuscript .fdi-details>div{grid-template-columns:35px 90px 1fr}
  .fdp-editor-page{overflow:auto}.fdp-editor-header{min-height:60px;padding:8px 12px}.fdp-editor-header .fdp-brand{font-size:20px}.fdp-editor-header .fdp-brand span{width:28px;height:28px}.fdp-editor-header__status>span{display:none}.fdp-editor{display:block;height:auto;padding:60px 0 64px}.fdp-editor-panel{min-height:calc(100svh - 124px);padding:25px 18px 90px;border:0}.fdp-editor-preview{display:none;min-height:calc(100svh - 124px);padding:12px}.fdp-editor[data-mobile-view="preview"] .fdp-editor-panel{display:none}.fdp-editor[data-mobile-view="preview"] .fdp-editor-preview{display:block}.fdp-preview-device{border-width:4px;border-radius:18px;min-height:auto}.fdp-preview-device .fdi-hero{min-height:100svh}.fdp-editor-mobile-nav{position:fixed;z-index:140;inset:auto 10px 10px;display:grid;grid-template-columns:1fr 1fr;padding:5px;background:#17211c;border-radius:999px;box-shadow:0 15px 35px rgba(0,0,0,.22)}.fdp-editor-mobile-nav button{min-height:44px;color:#b8c1bb;background:transparent;border:0;border-radius:999px;font-size:10px;font-weight:800}.fdp-editor-mobile-nav button.is-active{color:#17211c;background:#f7f2e9}
}

/* Catalogue 0.3.1 — real 9:16 cover previews and scalable style taxonomy */
.fdp-style-filters{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:18px}.fdp-style-filters>span{margin-right:7px;color:#6d7b73;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.fdp-style-filters a{padding:8px 13px;color:#526159;background:rgba(255,255,255,.46);border:1px solid var(--fdp-line);border-radius:999px;font-size:10px;font-weight:700;text-decoration:none}.fdp-style-filters a:hover,.fdp-style-filters a:focus-visible,.fdp-style-filters a[aria-current="page"]{color:#fff;background:#243d34;border-color:#243d34}.fdp-template-grid{grid-template-columns:repeat(4,1fr);gap:34px 18px}.fdp-template-card{overflow:visible;background:transparent;border:0;border-radius:0;box-shadow:none}.fdp-template-card:hover{box-shadow:none}.fdp-template-card__visual{height:auto!important;aspect-ratio:9/16;margin:0!important;padding:7px!important;overflow:hidden;background:#101310!important;border:1px solid rgba(10,15,12,.6);border-radius:30px!important;box-shadow:0 22px 60px rgba(30,35,31,.16)}.fdp-template-card__visual img{width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center top!important;filter:none!important;clip-path:none!important;transform:none!important;border:0!important;border-radius:23px!important}.fdp-template-card:hover .fdp-template-card__visual img{transform:scale(1.018)!important}.fdp-template-card__visual::before,.fdp-template-card__visual::after,.fdp-template-card__frame,.fdp-template-card__sample{display:none!important}.fdp-phone-speaker{position:absolute;z-index:5;left:50%;top:13px;width:42px;height:5px;transform:translateX(-50%);background:rgba(8,12,10,.86);border-radius:10px}.fdp-template-card__body{padding:18px 3px 0}.fdp-template-card__body h2{margin-top:6px;font-size:28px}.fdp-template-card__actions{margin-top:15px}.fdp-template-card__actions a{min-height:40px;background:#fffaf3}.fdp-template-card__actions a.is-primary{background:#253d34}
@media(max-width:1050px){.fdp-template-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.fdp-style-filters{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.fdp-style-filters>span,.fdp-style-filters a{flex:0 0 auto}.fdp-template-grid{grid-template-columns:repeat(2,1fr);gap:26px 12px}.fdp-template-card__visual{border-radius:22px!important;padding:5px!important}.fdp-template-card__visual img{border-radius:17px!important}.fdp-template-card__actions{grid-template-columns:1fr}.fdp-template-card__body h2{font-size:24px}}
@media(max-width:480px){.fdp-template-grid{grid-template-columns:1fr;max-width:310px;margin-inline:auto;gap:35px}.fdp-template-card__body{padding-top:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fdi-section,.fdi-closing{opacity:1;transform:none}}

/* FarahDay 0.3 — expanded invitation narratives */
.fdi-layout-mark{position:absolute;z-index:4;font:700 9px/1 var(--fdi-body);letter-spacing:.28em;text-transform:uppercase}
.fdi-hero--garden,.fdi-hero--dune,.fdi-hero--classique,.fdi-hero--vellum,.fdi-hero--mediterranean,.fdi-hero--aube,.fdi-hero--cradle,.fdi-hero--lullaby,.fdi-hero--bloom,.fdi-hero--halo,.fdi-hero--courtyard,.fdi-hero--cedar,.fdi-hero--desert,.fdi-hero--azure,.fdi-hero--heritage,.fdi-hero--velvet,.fdi-hero--riviera,.fdi-hero--monotype,.fdi-hero--nightgarden,.fdi-hero--prism{min-height:104svh;overflow:hidden}

.fdi-hero--garden{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;padding:90px 6vw 65px;background:#dbe8ee}.fdi-hero--garden .fdi-hero-media{position:absolute;inset:0 36% 0 0}.fdi-hero--garden .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 55%,#dbe8ee)}.fdi-hero--garden .fdi-hero-copy{grid-column:2;z-index:3;padding:6vh 0}.fdi-hero--garden h1{color:#243535;font-family:Fraunces,serif;font-size:clamp(66px,9vw,132px)}.fdi-garden-leaf{position:absolute;right:7vw;top:13vh;font-size:110px;color:#6f8067;opacity:.35}.fdi-hero--garden .fdi-layout-mark{left:6vw;bottom:4vh;color:#fff}
.fdi-hero--dune{color:#f4dfc5;background:#0d2134}.fdi-hero--dune .fdi-hero-media{position:absolute;inset:0}.fdi-hero--dune .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(13,18,35,.94),transparent 72%)}.fdi-dune-copy{position:absolute;z-index:3;left:6vw;bottom:7vh;width:min(920px,84vw);display:grid;grid-template-columns:1.3fr .7fr;gap:10px 5vw}.fdi-dune-copy h1{grid-column:1/-1;font-family:"Bodoni Moda",serif;font-size:clamp(74px,12vw,175px);line-height:.82}.fdi-dune-copy .fdi-bismillah,.fdi-dune-copy .fdi-kicker{grid-column:1/-1}.fdi-dune-horizon{position:absolute;z-index:2;left:0;right:0;bottom:34%;border-top:1px solid rgba(255,255,255,.35)}.fdi-hero--dune .fdi-layout-mark{right:5vw;top:12vh}
.fdi-hero--classique{display:grid;grid-template-columns:.72fr 1.1fr .58fr;gap:3vw;padding:115px 5vw 55px;background:#ebe3d3}.fdi-classique-panel{align-self:center;z-index:2;padding:38px 0;border-block:1px solid #7b2438}.fdi-classique-panel h1{color:#7b2438;font-size:clamp(58px,8vw,112px)}.fdi-hero--classique .fdi-hero-media{height:calc(100svh - 170px);border-radius:50% 50% 8px 8px}.fdi-classique-date{align-self:end;padding-bottom:4vh;font:600 12px/1.7 var(--fdi-body)}.fdi-classique-date .fdi-hero-meta{display:block}.fdi-hero--classique .fdi-layout-mark{right:4vw;top:11vh;writing-mode:vertical-rl}
.fdi-hero--vellum{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4vw;padding:115px 8vw 65px;background:#f6f0e6}.fdi-vellum-sheet{z-index:3;padding:7vw;background:rgba(255,254,250,.88);box-shadow:0 28px 80px rgba(64,45,37,.12);transform:rotate(-2deg)}.fdi-vellum-sheet h1{color:#8f6e66;font-size:clamp(66px,9vw,128px)}.fdi-hero--vellum .fdi-hero-media{height:72vh;margin-left:-9vw;filter:saturate(.65)}.fdi-vellum-note{position:absolute;right:7vw;bottom:5vh;font:700 10px/1 var(--fdi-body);letter-spacing:.14em;text-transform:uppercase}.fdi-hero--vellum .fdi-layout-mark{left:4vw;top:18vh;writing-mode:vertical-rl}
.fdi-hero--mediterranean{background:#cedde9}.fdi-hero--mediterranean .fdi-hero-media{position:absolute;inset:0}.fdi-hero--mediterranean .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(206,221,233,.96),rgba(206,221,233,.08) 65%)}.fdi-mediterranean-copy{position:absolute;z-index:3;left:6vw;top:22vh;width:min(720px,70vw)}.fdi-mediterranean-copy h1{color:#273a47;font-size:clamp(72px,11vw,158px)}.fdi-mediterranean-meta{position:absolute;z-index:3;left:6vw;bottom:9vh;display:grid;gap:8px;font:600 12px/1.4 var(--fdi-body)}.fdi-hero--mediterranean>i{position:absolute;z-index:3;right:5vw;top:10vh;font:400 170px/1 var(--fdi-display);color:rgba(255,255,255,.5)}

.fdi-hero--aube{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:7vw;padding:120px 7vw 70px;background:#f2f0e9}.fdi-aube-copy{z-index:3}.fdi-aube-copy h1{color:#546677;font-size:clamp(66px,9vw,130px)}.fdi-hero--aube .fdi-hero-media{height:75vh;border-radius:240px 240px 0 0}.fdi-aube-line{position:absolute;left:5vw;right:5vw;top:52%;border-top:1px solid #a9bfd0;z-index:1}
.fdi-hero--cradle{display:grid;place-items:center;padding:125px 22px 70px;text-align:center;background:#e7e0d0}.fdi-hero--cradle .fdi-hero-media{z-index:2;width:min(540px,70vw);height:min(680px,82vw);overflow:hidden;border-radius:50%}.fdi-cradle-copy{z-index:3;margin-top:-95px;padding:28px 55px;background:rgba(255,253,245,.82);backdrop-filter:blur(12px)}.fdi-cradle-copy h1{color:#596650;font-size:clamp(66px,10vw,140px)}.fdi-cradle-orbit{position:absolute;width:min(760px,88vw);aspect-ratio:1;border:1px solid rgba(107,118,93,.35);border-radius:50%}.fdi-hero--cradle .fdi-layout-mark{right:5vw;bottom:5vh}
.fdi-hero--lullaby{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6vw;padding:120px 7vw 70px;color:#f0e6d7;background:#243752}.fdi-hero--lullaby .fdi-hero-media{height:75vh;clip-path:polygon(50% 0,100% 22%,88% 100%,12% 100%,0 22%)}.fdi-hero--lullaby h1{font-size:clamp(66px,10vw,142px)}.fdi-lullaby-sky{position:absolute;left:7vw;top:14vh;letter-spacing:2em}.fdi-lullaby-moon{position:absolute;right:4vw;top:9vh;width:100px;height:100px;border-radius:50%;box-shadow:-20px 12px 0 #d9c3a2}
.fdi-hero--bloom{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;padding:110px 6vw 55px;background:#e8c7b8}.fdi-hero--bloom .fdi-hero-media{height:calc(100svh - 165px);border-radius:4px 240px 4px 4px}.fdi-bloom-copy{z-index:3;margin-left:-6vw;padding:45px;background:rgba(255,247,239,.84)}.fdi-bloom-copy h1{color:#6a5148;font-size:clamp(64px,9vw,128px)}.fdi-bloom-grid{position:absolute;right:0;top:0;width:45%;height:35%;display:grid;grid-template-columns:repeat(3,1fr);opacity:.35}.fdi-bloom-grid i{border:1px solid #667257;border-radius:50% 0}
.fdi-hero--halo{display:grid;place-items:center;padding:130px 22px 70px;text-align:center;background:#f6f3eb}.fdi-hero--halo .fdi-hero-media{z-index:2;width:min(520px,70vw);aspect-ratio:1;border-radius:50%;overflow:hidden}.fdi-halo-ring{position:absolute;width:min(760px,92vw);aspect-ratio:1;border:60px solid rgba(208,180,122,.22);border-radius:50%}.fdi-halo-copy{z-index:3;margin-top:-55px}.fdi-halo-copy h1{color:#4b5660;font-size:clamp(66px,10vw,145px);text-shadow:0 2px #fff}.fdi-halo-place{position:absolute;right:5vw;bottom:6vh;font:600 11px/1.4 var(--fdi-body)}

.fdi-hero--courtyard{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:6vw;padding:105px 7vw 55px;background:#e6dece}.fdi-courtyard-frame{height:calc(100svh - 160px);padding:20px;border:1px solid #67705a;border-radius:220px 220px 0 0}.fdi-courtyard-frame .fdi-hero-media{height:100%;border-radius:205px 205px 0 0;overflow:hidden}.fdi-courtyard-copy h1{color:#4d5745;font-size:clamp(68px,10vw,142px)}.fdi-hero--courtyard .fdi-layout-mark{right:4vw;top:12vh;writing-mode:vertical-rl}
.fdi-hero--cedar{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:6vw;padding:115px 7vw 65px;background:#dac6a8}.fdi-hero--cedar .fdi-hero-copy{z-index:3}.fdi-hero--cedar h1{color:#59402f;font-size:clamp(68px,10vw,145px)}.fdi-cedar-media{height:76vh;padding:22px;background:#7e4d31}.fdi-cedar-media .fdi-hero-media{height:100%}.fdi-cedar-index{position:absolute;left:3vw;top:16vh;font:700 10px/1 var(--fdi-body);writing-mode:vertical-rl}.fdi-cedar-rule{position:absolute;left:45%;top:0;bottom:0;border-left:1px solid rgba(126,77,49,.45)}
.fdi-hero--desert{color:#efe2ce;background:#10264a}.fdi-hero--desert .fdi-hero-media{position:absolute;inset:0}.fdi-hero--desert .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,38,74,.96),rgba(16,38,74,.12))}.fdi-desert-copy{position:absolute;z-index:3;left:7vw;top:22vh;width:min(700px,70vw)}.fdi-desert-copy h1{font-family:"Bodoni Moda",serif;font-size:clamp(72px,11vw,158px)}.fdi-desert-arch{position:absolute;z-index:2;right:8vw;top:10vh;width:36vw;height:80vh;border:1px solid rgba(239,226,206,.45);border-radius:18vw 18vw 0 0}
.fdi-hero--azure{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:6vw;padding:115px 7vw 65px;background:#e8dec9}.fdi-azure-copy h1{color:#163b70;font-size:clamp(68px,10vw,145px)}.fdi-azure-arch{height:76vh;padding:16px;background:#163b70;border-radius:260px 260px 0 0}.fdi-azure-arch .fdi-hero-media{height:100%;border-radius:245px 245px 0 0;overflow:hidden}.fdi-hero--azure>span{position:absolute;right:4vw;bottom:5vh;font:500 40px/1 var(--fdi-display);color:#163b70}
.fdi-hero--heritage{display:grid;grid-template-columns:90px 1.15fr .85fr;align-items:center;gap:4vw;padding:110px 5vw 55px;background:#f1eadc}.fdi-hero--heritage aside{height:75vh;display:flex;justify-content:space-between;writing-mode:vertical-rl;font:700 9px/1 var(--fdi-body);letter-spacing:.2em}.fdi-hero--heritage .fdi-layout-mark{position:static}.fdi-hero--heritage .fdi-hero-media{height:78vh}.fdi-heritage-copy h1{color:#203b37;font-size:clamp(64px,9vw,128px)}

.fdi-hero--velvet{color:#f0c8a0;background:#09090d}.fdi-hero--velvet .fdi-hero-media{position:absolute;inset:0}.fdi-hero--velvet .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,9,13,.92),transparent 75%),linear-gradient(0deg,rgba(9,9,13,.78),transparent 50%)}.fdi-velvet-copy{position:absolute;z-index:3;left:6vw;bottom:12vh;width:min(850px,82vw)}.fdi-velvet-copy h1{font-family:"Bodoni Moda",serif;font-size:clamp(76px,12vw,175px);line-height:.82}.fdi-hero--velvet>p{position:absolute;z-index:3;right:5vw;top:14vh;writing-mode:vertical-rl;font:700 10px/1 var(--fdi-body);letter-spacing:.2em}
.fdi-hero--riviera{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:5vw;padding:110px 6vw 55px;background:#ccd0aa}.fdi-riviera-copy{z-index:3}.fdi-riviera-copy h1{color:#4a4b3d;font-size:clamp(68px,10vw,145px)}.fdi-hero--riviera .fdi-hero-media{height:calc(100svh - 165px);clip-path:polygon(0 0,100% 0,100% 88%,72% 88%,72% 100%,0 100%)}.fdi-riviera-ribbon{position:absolute;z-index:4;right:3vw;bottom:8vh;width:34vw;height:22px;background:#e7d46f;transform:rotate(-8deg)}
.fdi-hero--monotype{display:grid;grid-template-columns:1.3fr .7fr;padding:105px 5vw 45px;background:#f0eee8}.fdi-monotype-title{z-index:3;align-self:center}.fdi-monotype-title h1{color:#111;font-family:"Space Grotesk",sans-serif;font-size:clamp(95px,16vw,230px);font-weight:600;letter-spacing:-.09em;line-height:.72;text-transform:uppercase}.fdi-hero--monotype .fdi-hero-media{height:calc(100svh - 150px);filter:grayscale(1)}.fdi-monotype-meta{position:absolute;z-index:4;left:6vw;bottom:5vh;display:flex;gap:22px;align-items:center;font:700 10px/1 var(--fdi-body);text-transform:uppercase}.fdi-hero--monotype>strong{position:absolute;right:4vw;top:12vh;font:700 80px/1 "Space Grotesk"}
.fdi-hero--nightgarden{color:#fff;background:#08090a}.fdi-hero--nightgarden .fdi-hero-media{position:absolute;inset:0}.fdi-hero--nightgarden .fdi-hero-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,10,.92),transparent 72%)}.fdi-nightgarden-copy{position:absolute;z-index:4;left:6vw;bottom:7vh;width:min(1000px,88vw)}.fdi-nightgarden-copy h1{font-family:Fraunces,serif;font-size:clamp(78px,13vw,185px);line-height:.82}.fdi-nightgarden-glow{position:absolute;z-index:2;right:8vw;top:15vh;width:22vw;aspect-ratio:1;border-radius:50%;background:#ed1b62;filter:blur(80px);opacity:.42}
.fdi-hero--prism{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4vw;padding:105px 5vw 50px;color:#f8e9b9;background:#111d4a}.fdi-hero--prism .fdi-hero-media{height:calc(100svh - 155px);clip-path:polygon(10% 0,100% 8%,90% 100%,0 92%)}.fdi-prism-copy{z-index:3}.fdi-prism-copy h1{font-family:"Space Grotesk",sans-serif;font-size:clamp(70px,11vw,155px);letter-spacing:-.06em}.fdi-prism-shapes{position:absolute;inset:0;overflow:hidden}.fdi-prism-shapes i{position:absolute;width:28vw;aspect-ratio:1;transform:rotate(45deg);border:1px solid rgba(127,228,212,.5)}.fdi-prism-shapes i:nth-child(1){left:-10vw;top:8vh}.fdi-prism-shapes i:nth-child(2){right:28vw;bottom:-12vw;background:rgba(231,86,139,.18)}.fdi-prism-shapes i:nth-child(3){right:-12vw;top:12vh}.fdi-hero--prism>strong{position:absolute;right:3vw;bottom:3vh;font:600 110px/1 "Space Grotesk";opacity:.22}

.fdi-event-info{max-width:1120px}.fdi-event-info>blockquote{max-width:850px;margin:25px 0 50px;font:400 clamp(38px,6vw,78px)/1.05 var(--fdi-display);color:var(--fdi-ink)}.fdi-event-info>div{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid color-mix(in srgb,var(--fdi-ink) 24%,transparent)}.fdi-event-info article{display:grid;grid-template-columns:45px 170px 1fr;gap:15px;padding:25px 10px;border-bottom:1px solid color-mix(in srgb,var(--fdi-ink) 24%,transparent)}.fdi-event-info article:nth-child(odd){border-right:1px solid color-mix(in srgb,var(--fdi-ink) 24%,transparent)}.fdi-event-info article span,.fdi-event-info article small{font:700 9px/1.4 var(--fdi-body);letter-spacing:.12em;text-transform:uppercase}.fdi-event-info article p{margin:0;font:500 14px/1.5 var(--fdi-body)}
.fdi-video{max-width:1160px;display:grid;grid-template-columns:.7fr 1.3fr;align-items:end;gap:5vw}.fdi-video-copy{padding-bottom:8vh}.fdi-video-copy h2{font-size:clamp(35px,5vw,68px)}.fdi-video figure{position:relative;margin:0;padding:18px;background:color-mix(in srgb,var(--fdi-accent) 18%,var(--fdi-paper));box-shadow:0 30px 80px rgba(0,0,0,.14)}.fdi-video video{display:block;width:100%;max-height:76vh;aspect-ratio:4/5;object-fit:cover;background:#090909}.fdi-video figure>span{position:absolute;right:28px;bottom:28px;padding:7px 9px;color:#fff;background:rgba(0,0,0,.45);font:700 8px/1 var(--fdi-body);letter-spacing:.18em;pointer-events:none}.fdi-video--cinematic,.fdi-video--dune,.fdi-video--velvet,.fdi-video--nightgarden{display:block;max-width:1280px}.fdi-video--cinematic .fdi-video-copy,.fdi-video--dune .fdi-video-copy,.fdi-video--velvet .fdi-video-copy,.fdi-video--nightgarden .fdi-video-copy{display:flex;align-items:end;justify-content:space-between;gap:4vw;padding-bottom:28px}.fdi-video--cinematic video,.fdi-video--dune video,.fdi-video--velvet video,.fdi-video--nightgarden video{aspect-ratio:16/9}
.fdi-rsvp{max-width:900px}.fdi-rsvp form{display:grid;grid-template-columns:1fr;gap:20px;margin-top:42px;text-align:start}.fdi-rsvp fieldset{margin:0;padding:0;border:0}.fdi-rsvp legend{margin-bottom:12px;font:800 9px/1 var(--fdi-body);letter-spacing:.12em;text-transform:uppercase}.fdi-attendance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.fdi-attendance label{position:relative}.fdi-attendance input{position:absolute;opacity:0;pointer-events:none}.fdi-attendance span{display:grid;place-items:center;min-height:60px;padding:12px;border:1px solid color-mix(in srgb,var(--fdi-ink) 30%,transparent);text-align:center;cursor:pointer}.fdi-attendance input:checked+span{color:var(--fdi-paper);background:var(--fdi-ink)}.fdi-rsvp-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fdi-rsvp input,.fdi-rsvp select,.fdi-rsvp textarea{width:100%;min-height:52px;padding:13px 15px;color:var(--fdi-ink);background:transparent;border:1px solid color-mix(in srgb,var(--fdi-ink) 30%,transparent);border-radius:0;font:500 14px/1.4 var(--fdi-body)}.fdi-rsvp textarea{resize:vertical}.fdi-rsvp label>small{font-size:10px;font-weight:500;letter-spacing:0;text-transform:none;opacity:.7}.fdi-rsvp button{justify-self:center;min-width:240px}.fdi-rsvp button:disabled{opacity:.55;cursor:wait}.fdi-rsvp output{grid-column:1;display:block}.fdi-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.fdi-rsvp.is-complete{opacity:.9}
.fdi-music-control{display:flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:52px;height:52px;padding:0 16px;border-radius:30px}.fdi-music-control small{max-width:0;overflow:hidden;white-space:nowrap;font:700 8px/1 var(--fdi-body);letter-spacing:.08em;text-transform:uppercase;transition:max-width .25s ease}.fdi-music-control:hover small,.fdi-music-control:focus-visible small,.fdi-music-control.is-playing small{max-width:130px}

.fdp-template-card--garden .fdp-template-card__visual,.fdp-template-card--cradle .fdp-template-card__visual,.fdp-template-card--halo .fdp-template-card__visual{border-radius:180px 180px 8px 8px}.fdp-template-card--dune .fdp-template-card__sample,.fdp-template-card--velvet .fdp-template-card__sample,.fdp-template-card--nightgarden .fdp-template-card__sample{inset:auto 20px 20px;color:#fff;background:rgba(8,8,12,.62);backdrop-filter:blur(10px)}.fdp-template-card--classique .fdp-template-card__visual,.fdp-template-card--courtyard .fdp-template-card__visual,.fdp-template-card--azure .fdp-template-card__visual{padding:14px;background:var(--card-accent)}.fdp-template-card--vellum .fdp-template-card__sample,.fdp-template-card--aube .fdp-template-card__sample,.fdp-template-card--heritage .fdp-template-card__sample{transform:rotate(-2deg);box-shadow:0 15px 45px rgba(0,0,0,.15)}.fdp-template-card--mediterranean .fdp-template-card__sample,.fdp-template-card--riviera .fdp-template-card__sample{left:auto;right:18px;top:18px;bottom:auto}.fdp-template-card--lullaby .fdp-template-card__visual,.fdp-template-card--desert .fdp-template-card__visual,.fdp-template-card--prism .fdp-template-card__visual{clip-path:polygon(8% 0,100% 5%,92% 100%,0 94%)}.fdp-template-card--bloom .fdp-template-card__visual{border-radius:4px 120px 4px 4px}.fdp-template-card--cedar .fdp-template-card__visual{border:14px solid var(--card-accent)}.fdp-template-card--monotype .fdp-template-card__visual{filter:grayscale(1);border:2px solid #111}

@media(max-width:760px){
  .fdi-hero--garden,.fdi-hero--dune,.fdi-hero--classique,.fdi-hero--vellum,.fdi-hero--mediterranean,.fdi-hero--aube,.fdi-hero--cradle,.fdi-hero--lullaby,.fdi-hero--bloom,.fdi-hero--halo,.fdi-hero--courtyard,.fdi-hero--cedar,.fdi-hero--desert,.fdi-hero--azure,.fdi-hero--heritage,.fdi-hero--velvet,.fdi-hero--riviera,.fdi-hero--monotype,.fdi-hero--nightgarden,.fdi-hero--prism{min-height:100svh}
  .fdi-hero--garden{display:block;padding:80px 14px 25px}.fdi-hero--garden .fdi-hero-media{inset:72px 14px 22px}.fdi-hero--garden .fdi-hero-media::after{background:linear-gradient(0deg,#dbe8ee,transparent 70%)}.fdi-hero--garden .fdi-hero-copy{position:absolute;left:24px;right:24px;bottom:45px;padding:22px}.fdi-garden-leaf{display:none}
  .fdi-dune-copy{left:20px;bottom:42px;display:block;width:calc(100vw - 40px)}.fdi-dune-copy h1{font-size:78px}.fdi-dune-copy .fdi-hero-meta{margin-top:18px}.fdi-dune-horizon{bottom:29%}
  .fdi-hero--classique{display:block;padding:80px 14px 24px}.fdi-hero--classique .fdi-hero-media{height:calc(100svh - 104px)}.fdi-classique-panel{position:absolute;z-index:3;left:24px;right:24px;bottom:105px;padding:24px;background:rgba(235,227,211,.88)}.fdi-classique-date{position:absolute;z-index:4;left:28px;bottom:42px}.fdi-hero--classique .fdi-layout-mark{display:none}
  .fdi-hero--vellum{display:block;padding:82px 14px 25px}.fdi-hero--vellum .fdi-hero-media{height:calc(100svh - 108px);margin:0 0 0 24%}.fdi-vellum-sheet{position:absolute;z-index:3;left:16px;bottom:70px;width:88%;padding:28px}.fdi-vellum-note{right:18px;bottom:35px}
  .fdi-mediterranean-copy{left:20px;top:auto;bottom:150px;width:88%}.fdi-mediterranean-meta{left:20px;bottom:65px}.fdi-hero--mediterranean>i{display:none}
  .fdi-hero--aube{display:block;padding:82px 14px 25px}.fdi-hero--aube .fdi-hero-media{height:calc(100svh - 108px);margin-left:24%}.fdi-aube-copy{position:absolute;z-index:3;left:18px;bottom:50px;width:88%;padding:22px;background:rgba(242,240,233,.86)}
  .fdi-hero--cradle{padding-top:105px}.fdi-hero--cradle .fdi-hero-media{width:82vw;height:100vw}.fdi-cradle-copy{margin-top:-52px;padding:22px}.fdi-cradle-orbit{width:110vw}
  .fdi-hero--lullaby{display:block;padding:85px 14px 25px}.fdi-hero--lullaby .fdi-hero-media{height:calc(100svh - 110px);margin-left:20%}.fdi-hero--lullaby .fdi-hero-copy{position:absolute;z-index:3;left:20px;bottom:50px;width:88%;padding:23px;background:rgba(36,55,82,.84)}.fdi-lullaby-sky{top:11vh}
  .fdi-hero--bloom{display:block;padding:80px 14px 24px}.fdi-hero--bloom .fdi-hero-media{height:calc(100svh - 104px)}.fdi-bloom-copy{position:absolute;left:18px;right:18px;bottom:42px;margin:0;padding:22px}
  .fdi-hero--halo{padding-top:110px}.fdi-hero--halo .fdi-hero-media{width:80vw}.fdi-halo-ring{border-width:28px}.fdi-halo-copy{margin-top:-25px}.fdi-halo-place{right:18px;bottom:28px}
  .fdi-hero--courtyard,.fdi-hero--cedar,.fdi-hero--azure,.fdi-hero--heritage,.fdi-hero--riviera,.fdi-hero--prism{display:block;padding:82px 14px 25px}.fdi-courtyard-frame,.fdi-cedar-media,.fdi-azure-arch,.fdi-hero--heritage .fdi-hero-media,.fdi-hero--riviera .fdi-hero-media,.fdi-hero--prism .fdi-hero-media{height:calc(100svh - 108px)}.fdi-courtyard-copy,.fdi-hero--cedar .fdi-hero-copy,.fdi-azure-copy,.fdi-heritage-copy,.fdi-riviera-copy,.fdi-prism-copy{position:absolute;z-index:3;left:18px;right:18px;bottom:45px;padding:22px;background:color-mix(in srgb,var(--fdi-bg) 88%,transparent);backdrop-filter:blur(9px)}.fdi-hero--heritage aside{display:none}.fdi-cedar-rule,.fdi-cedar-index{display:none}.fdi-azure-arch{margin-left:20%}.fdi-hero--prism .fdi-hero-media{margin-left:20%}.fdi-riviera-ribbon{bottom:18vh;width:65vw}
  .fdi-desert-copy{left:20px;top:auto;bottom:50px;width:88%}.fdi-desert-arch{right:10px;width:72vw;height:78vh;border-radius:36vw 36vw 0 0}
  .fdi-velvet-copy,.fdi-nightgarden-copy{left:20px;bottom:52px;width:calc(100vw - 40px)}.fdi-velvet-copy h1,.fdi-nightgarden-copy h1{font-size:82px}.fdi-hero--velvet>p{display:none}
  .fdi-hero--monotype{display:block;padding:80px 12px 20px}.fdi-hero--monotype .fdi-hero-media{height:calc(100svh - 100px);margin-left:25%}.fdi-monotype-title{position:absolute;z-index:3;left:16px;top:29vh;width:92vw}.fdi-monotype-title h1{font-size:84px}.fdi-monotype-meta{left:18px;right:18px;bottom:38px;flex-wrap:wrap;padding:18px;background:rgba(240,238,232,.88)}.fdi-hero--monotype>strong{font-size:48px}
  .fdi-event-info>div{grid-template-columns:1fr}.fdi-event-info article{grid-template-columns:35px 105px 1fr}.fdi-event-info article:nth-child(odd){border-right:0}.fdi-event-info>blockquote{font-size:40px}
  .fdi-video{display:block}.fdi-video-copy{padding-bottom:24px}.fdi-video figure{padding:8px}.fdi-video video{max-height:70vh}.fdi-video--cinematic .fdi-video-copy,.fdi-video--dune .fdi-video-copy,.fdi-video--velvet .fdi-video-copy,.fdi-video--nightgarden .fdi-video-copy{display:block}
  .fdi-attendance,.fdi-rsvp-row{grid-template-columns:1fr}.fdi-rsvp button{width:100%}.fdi-music-control{right:14px;bottom:14px;padding:0 14px}html[dir="rtl"] .fdi-music-control{left:14px}
}
