[data-event-root] { --deco-floor: env(safe-area-inset-bottom, 0px); --deco-grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E"); --deco-grain-opacity: 0.05; --deco-hair: color-mix(in srgb, var(--accent) 34%, transparent); --deco-hair-soft: color-mix(in srgb, var(--accent) 18%, transparent); --foil: linear-gradient( 100deg, color-mix(in srgb, var(--accent) 88%, black) 0%, var(--accent) 22%, color-mix(in srgb, var(--accent) 55%, white) 42%, var(--accent) 60%, color-mix(in srgb, var(--accent) 86%, black) 100% ); } [data-event-root] img, [data-event-root] picture { display: block; max-width: 100%; height: auto; } [data-event-root] .deco-kb > picture { overflow: hidden; } [data-event-root] .deco-on-accent { --deco-hair: color-mix(in srgb, var(--on-accent) 55%, transparent); --deco-hair-soft: color-mix(in srgb, var(--on-accent) 26%, transparent); --foil: linear-gradient( 100deg, color-mix(in srgb, var(--on-accent) 78%, transparent) 0%, var(--on-accent) 30%, var(--on-accent) 55%, color-mix(in srgb, var(--on-accent) 78%, transparent) 100% ); } [data-event-root] .deco-on-accent .deco-petals .petal { color: color-mix(in srgb, var(--on-accent) 26%, transparent); } body.deco-locked { overflow: hidden; } [data-event-root] :where(svg.deco) { display: block; max-width: 100%; height: auto; } .deco-paper::after { content: ''; position: fixed; top: 0; bottom: 0; left: 50%; width: min(480px, 100%); transform: translateX(-50%); background-image: var(--deco-grain); opacity: var(--deco-grain-opacity); pointer-events: none; z-index: 6; } @supports (background-clip: text) or (-webkit-background-clip: text) { [data-event-root] .foil { background-image: var(--foil); background-size: 220% 100%; background-position: 30% center; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } [data-event-root] .rv.on .foil, [data-event-root] .on > .foil, [data-event-root] .rv.on.foil { animation: deco-sheen 2.6s ease-out 0.25s both; } } @keyframes deco-sheen { from { background-position: 96% center; } to { background-position: 30% center; } } [data-event-root] .eyebrow { font-family: var(--font-body), sans-serif; font-size: 11.5px; letter-spacing: 0.34em; text-indent: 0.34em; text-transform: uppercase; color: color-mix(in srgb, var(--ink2) 85%, var(--accent)); } [data-event-root] .deco-head { text-align: center; display: grid; justify-items: center; gap: 10px; margin-bottom: 22px; } [data-event-root] .deco-head .sprig { width: 76px; color: var(--deco-hair); opacity: 0.9; } [data-event-root] .deco-head .fl { width: min(230px, 72%); color: var(--deco-hair); } [data-event-root] .deco-draw path { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 1.4s ease 0.15s; } [data-event-root] .rv.on .deco-draw path, [data-event-root] .on.deco-draw path { stroke-dashoffset: 0; } [data-event-root] .deco-arch { position: relative; padding: 9px; } [data-event-root] .deco-arch > picture, [data-event-root] .deco-arch > img, [data-event-root] .deco-arch > .placeholder { display: block; overflow: hidden; border-radius: 50% 50% 6px 6px / 34% 34% 3% 3%; } [data-event-root] .deco-arch img { width: 100%; height: 100%; object-fit: cover; } [data-event-root] .deco-arch::before { content: ''; position: absolute; inset: 0; border: 1px solid var(--deco-hair); border-radius: 50% 50% 8px 8px / 34% 34% 3% 3%; pointer-events: none; } [data-event-root] .deco-medallion { position: relative; display: grid; place-items: center; } [data-event-root] .deco-medallion { --ring-outset: 5%; } [data-event-root] .deco-medallion > picture { display: block; width: 100%; height: 100%; border-radius: 50%; overflow: hidden; } [data-event-root] .deco-medallion img { width: 100%; height: 100%; object-fit: cover; } [data-event-root] .deco-medallion .ring { position: absolute; inset: calc(-1 * var(--ring-outset)); max-width: none; color: var(--deco-hair); pointer-events: none; } [data-event-root] .deco-corners .corner { position: absolute; width: 84px; color: var(--deco-hair-soft); pointer-events: none; } [data-event-root] .deco-corners .corner.tl { top: 12px; left: 12px; } [data-event-root] .deco-corners .corner.tr { top: 12px; right: 12px; transform: scaleX(-1); } [data-event-root] .deco-corners .corner.bl { bottom: 12px; left: 12px; transform: scaleY(-1); } [data-event-root] .deco-corners .corner.br { bottom: 12px; right: 12px; transform: scale(-1); } [data-event-root] .deco-scallop { display: block; width: 100%; height: 16px; margin-bottom: -1px; } [data-event-root] .deco-petals { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 2; } [data-event-root] .deco-petals .petal { position: absolute; width: 18px; color: color-mix(in srgb, var(--accent2) 60%, transparent); opacity: 0; animation: deco-drift linear infinite; } [data-event-root] .deco-petals.spark .petal { color: color-mix(in srgb, var(--accent) 70%, transparent); } @keyframes deco-drift { 0% { opacity: 0; transform: translate3d(0, -12%, 0) rotate(0deg); } 12% { opacity: 0.75; } 88% { opacity: 0.6; } 100% { opacity: 0; transform: translate3d(38px, 115%, 0) rotate(220deg); } } [data-event-root] .rv-l { transform: translate3d(-26px, 0, 0); } [data-event-root] .rv-r { transform: translate3d(26px, 0, 0); } [data-event-root] .rv-zoom { transform: scale(0.94); } [data-event-root] .rv-l.on, [data-event-root] .rv-r.on, [data-event-root] .rv-zoom.on { transform: none; } [data-event-root] .rv[style*='--i'] { transition-delay: calc(var(--i, 0) * 110ms); } [data-event-root] .deco-kb img { animation: deco-kb 26s ease-in-out infinite alternate; } @keyframes deco-kb { from { transform: scale(1.03); } to { transform: scale(1.11) translateY(-1.5%); } } [data-event-root] .deco-float { animation: deco-float 7s ease-in-out infinite alternate; } @keyframes deco-float { from { transform: translateY(-4px) rotate(-1.2deg); } to { transform: translateY(5px) rotate(1.2deg); } } @media (prefers-reduced-motion: reduce) { [data-event-root] .deco-kb img, [data-event-root] .deco-float, [data-event-root] .deco-petals .petal, [data-event-root] .rv.on .foil, [data-event-root] .on > .foil { animation: none; } [data-event-root] .deco-petals { display: none; } [data-event-root] .deco-draw path { stroke-dashoffset: 0; transition: none; } [data-event-root] .rv[style*='--i'] { transition-delay: 0s; } } .tpl-curtain { position: fixed; inset: 0; z-index: 600; display: grid; place-items: center; background: var(--bg); cursor: pointer; transition: transform 1.1s cubic-bezier(0.7, 0, 0.24, 1), opacity 0.5s ease 0.6s; } .tpl-curtain.open { transform: translateY(-102%); opacity: 0; pointer-events: none; } .tpl-curtain .cur-in { display: grid; justify-items: center; padding: 0 32px; text-align: center; transition: transform 0.9s ease, opacity 0.6s ease; } .tpl-curtain.open .cur-in { transform: scale(1.06); opacity: 0; } .tpl-curtain .cur-mono { width: 132px; height: 132px; color: var(--accent); } .tpl-curtain .cur-mono .ring { color: color-mix(in srgb, var(--accent) 45%, transparent); } .tpl-curtain .mono { font-family: var(--font-display), serif; font-size: 40px; letter-spacing: 0.06em; color: var(--accent); } .tpl-curtain .cur-names { margin-top: 26px; font-family: var(--font-display), serif; font-size: 27px; line-height: 1.25; color: var(--ink); text-wrap: balance; } .tpl-curtain .cur-rule { width: 120px; margin: 16px 0 14px; color: var(--deco-hair); } .tpl-curtain .cur-hint { font-size: 12.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink2); animation: deco-pulse 2.4s ease-in-out infinite; } @keyframes deco-pulse { 0%, 100% { opacity: 0.45; } 50% { opacity: 1; } } @media (prefers-reduced-motion: reduce) { .tpl-curtain, .tpl-curtain .cur-in, .tpl-curtain .cur-hint { transition: none; animation: none; } } [data-event-root] .cal-add, [data-event-root] .requisite .copy { font-size: 13.5px; color: var(--accent); text-decoration: underline; text-underline-offset: 3px; } [data-event-root] .requisite { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 4px 14px; } [data-event-root] .requisite .copy { border: 0; background: transparent; padding: 0; font: inherit; font-size: 13.5px; cursor: pointer; } [data-event-root] .sendbtn { position: relative; overflow: hidden; } [data-event-root] .sendbtn::after { content: ''; position: absolute; inset: 0; background: linear-gradient( 100deg, transparent 30%, color-mix(in srgb, var(--accent) 13%, transparent) 50%, transparent 70% ); transform: translateX(-100%); transition: transform 0.7s ease; } [data-event-root] .sendbtn:hover::after { transform: translateX(100%); } [data-event-root] .deco-order { position: fixed; left: 50%; bottom: calc(var(--deco-floor) + 16px); transform: translateX(-50%); z-index: 400; display: inline-flex; align-items: center; gap: 8px; max-width: calc(100vw - 32px); padding: 11px 20px 11px 15px; border-radius: 999px; border: 1px solid var(--deco-hair); background: color-mix(in srgb, var(--surface) 94%, transparent); color: var(--ink); font-family: var(--font-body), sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 0.02em; line-height: 1.2; white-space: nowrap; text-decoration: none; box-shadow: 0 8px 24px color-mix(in srgb, var(--ink) 28%, transparent); backdrop-filter: blur(6px); transition: transform 0.2s ease; } [data-event-root] .deco-order:hover { transform: translateX(-50%) translateY(-2px); } [data-event-root] .deco-order svg { flex: none; width: 20px; height: 20px; color: var(--accent); } [data-event-root]:has(.deco-order) .deco-toast { bottom: calc(var(--deco-floor) + 76px); } body:has(.tpl) { margin: 0; } .tpl { -webkit-text-size-adjust: 100%; --on-accent: #ffffff; --panel: var(--surface); --rule: color-mix(in srgb, var(--ink) 18%, transparent); --muted: var(--ink2); font-family: var(--font-body), sans-serif; line-height: 1.45; white-space: pre-line; background: var(--bg); color: var(--ink); min-height: 100vh; -webkit-tap-highlight-color: transparent; } .tpl, .tpl * { box-sizing: border-box; } .tpl :where(svg.art) { display: block; max-width: 100%; height: auto; color: var(--accent); } .tpl p, .tpl h1, .tpl h2, .tpl h3 { margin: 0; } .tpl button { font: inherit; } .tpl a { color: inherit; } .tpl .topbar { position: absolute; top: 16px; left: 18px; right: 18px; display: flex; justify-content: space-between; align-items: center; z-index: 2; } .tpl-page { max-width: 480px; margin: 0 auto; position: relative; overflow: hidden; background: var(--bg); min-height: 100vh; } .tpl .script { font-family: var(--font-script), cursive; } .tpl .latin-script { font-family: var(--font-latin-script, var(--font-script)), cursive; } .tpl h2.title { font-family: var(--font-display), serif; font-weight: 400; font-size: 30px; line-height: 1.15; text-align: center; color: var(--accent); margin-bottom: 18px; } .tpl section.block { padding: 40px 26px; } .tpl .rv { opacity: 0; transform: translateY(var(--reveal-y, 22px)); transition: opacity var(--reveal-ms, 0.8s) ease, transform var(--reveal-ms, 0.8s) ease; } .tpl .rv.on { opacity: 1; transform: none; } @media (prefers-reduced-motion: reduce) { .tpl .rv { opacity: 1; transform: none; transition: none; } } .tpl-lang { position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 400; display: flex; border: 1px solid color-mix(in srgb, var(--on-accent) 60%, transparent); border-radius: 20px; overflow: hidden; backdrop-filter: blur(6px); background: color-mix(in srgb, var(--ink) 40%, transparent); } .tpl-lang button { border: 0; background: transparent; color: var(--on-accent); font-size: 11px; letter-spacing: 0.12em; padding: 6px 13px; cursor: pointer; opacity: 0.75; } .tpl-lang button.act { background: var(--on-accent); color: var(--accent); opacity: 1; font-weight: 600; } .tpl .soundbtn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--rule); background: var(--panel); color: var(--accent); border-radius: 999px; padding: 6px 12px 6px 8px; cursor: pointer; font-size: 12px; } .tpl .soundbtn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.6; } .tpl .soundbtn.muted .waves { opacity: 0.3; } .tpl .topbar .lbl { display: none; } .tpl-cal .cal-head { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-display), serif; color: var(--accent); } .tpl-cal .cal-head .m { font-size: 26px; letter-spacing: 0.08em; text-transform: uppercase; } .tpl-cal .cal-head .y { font-size: 26px; } .tpl-cal .cal-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(7, 1fr); row-gap: 0; text-align: center; font-size: 16px; } .tpl-cal .wd { font-size: 12.5px; color: var(--muted); letter-spacing: 0.05em; padding-bottom: 9px; } .tpl-cal .d { position: relative; height: 40px; display: flex; align-items: center; justify-content: center; } .tpl-cal .d.big { color: var(--on-accent); font-weight: 600; z-index: 0; } .tpl-cal .d .heart { position: absolute; width: 40px; height: 40px; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; } .tpl-cal .d .heart > * { fill: var(--accent); stroke: none; } .tpl-cal .cal-add { display: inline-block; margin-top: 16px; } .tpl .steps { display: grid; gap: 18px; position: relative; } .tpl .step { display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: center; } .tpl .step .ico { width: 56px; height: 56px; border-radius: 50%; background: var(--panel); border: 1px solid var(--rule); color: var(--accent); display: grid; place-items: center; } .tpl .step .ico svg, .tpl-directions .ico svg { color: inherit; } .tpl .step .ico svg { width: 32px; height: 32px; } .tpl .step .time { font-family: var(--font-display), serif; font-size: 22px; color: var(--accent); } .tpl .step .what { font-size: 15.5px; color: var(--ink); } .tpl-venue { text-align: center; } .tpl-venue .vname { font-family: var(--font-display), serif; font-size: 30px; color: var(--accent); margin-bottom: 10px; } .tpl-venue .vsub { font-size: 15px; color: var(--muted); margin-bottom: 6px; } .tpl-venue .vaddr { font-size: 16px; line-height: 1.6; } .tpl-venue .mapbtn { display: block; width: 100%; margin: 18px auto 0; padding: 13px 10px; background: var(--accent); color: var(--on-accent); border: 0; border-radius: var(--radius, 8px); font-size: 16px; cursor: pointer; text-decoration: none; text-align: center; } .tpl-venue .mapbtn.secondary { background: transparent; color: var(--accent); border: 1px solid var(--accent); margin-top: 10px; } .tpl-venue .map { margin-top: 18px; aspect-ratio: 4 / 3; border-radius: var(--radius, 8px); overflow: hidden; background: var(--panel); } .tpl .wall { margin-top: 14px; display: grid; gap: 10px; text-align: left; } .tpl .wish { margin: 0; background: var(--panel); border-radius: var(--radius, 8px); padding: 12px 14px; font-size: 15px; line-height: 1.5; } .tpl .wish .who { display: block; margin-top: 6px; font-size: 13px; font-style: normal; color: var(--accent2); } .tpl-rsvp { margin: 34px 0 0; padding: 40px 26px 46px; background: var(--accent); color: var(--on-accent); } .tpl-rsvp h2.title { color: var(--on-accent); } .tpl-rsvp .sub { text-align: center; font-size: 16px; line-height: 1.6; margin-bottom: 28px; } .tpl-rsvp .field { margin-top: 6px; } .tpl-rsvp .field input, .tpl-rsvp .field select, .tpl-rsvp .field textarea { width: 100%; background: color-mix(in srgb, var(--on-accent) 12%, transparent); border: 1px solid color-mix(in srgb, var(--on-accent) 45%, transparent); border-radius: var(--radius, 8px); color: var(--on-accent); font-family: var(--font-body), sans-serif; font-size: 16px; padding: 11px 12px; outline: none; } .tpl-rsvp .field input::placeholder, .tpl-rsvp .field textarea::placeholder { color: color-mix(in srgb, var(--on-accent) 65%, transparent); } .tpl-rsvp .field select option { color: #1a1a1a; background: #ffffff; } .tpl-rsvp .label { display: block; font-size: 13px; letter-spacing: 0.04em; opacity: 0.85; margin-top: 18px; } .tpl-rsvp .opts { margin-top: 8px; } .tpl-rsvp .opt { display: flex; align-items: center; gap: 14px; padding: 10px 0; cursor: pointer; font-size: 16px; } .tpl-rsvp .opt input { position: absolute; opacity: 0; width: 0; height: 0; } .tpl-rsvp .opt .ring { width: 24px; height: 24px; flex: 0 0 24px; border: 1.6px solid color-mix(in srgb, var(--on-accent) 70%, transparent); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.25s; } .tpl-rsvp .opt .ring:after { content: ''; width: 12px; height: 12px; border-radius: 50%; background: var(--on-accent); transform: scale(0); transition: transform 0.25s; } .tpl-rsvp .opt.sel .ring { border-color: var(--on-accent); } .tpl-rsvp .opt.sel .ring:after { transform: scale(1); } .tpl-rsvp .opt.box .ring { border-radius: 6px; } .tpl-rsvp .opt.box .ring:after { border-radius: 2px; } .tpl-rsvp .consent { font-size: 13px; line-height: 1.5; opacity: 0.85; } .tpl-rsvp .sendbtn { display: block; width: 100%; margin: 26px auto 0; padding: 14px; background: var(--on-accent); color: var(--accent); border: 0; border-radius: var(--radius, 8px); font-family: var(--font-body), sans-serif; font-size: 17px; font-weight: 600; cursor: pointer; transition: transform 0.2s; } .tpl-rsvp .sendbtn:active { transform: scale(0.97); } .tpl-rsvp .sendbtn:disabled { opacity: 0.6; cursor: default; } .tpl-rsvp .done { text-align: center; padding: 26px 0 10px; } .tpl-rsvp .done .hrt { font-size: 40px; } .tpl-rsvp .done p { font-size: 18px; line-height: 1.6; margin-top: 14px; } .tpl-rsvp .error { text-align: center; margin-top: 16px; font-size: 14px; color: #ffd9c4; } .tpl-rsvp .shake { animation: tpl-shake 0.45s; } @keyframes tpl-shake { 0%, 100% { transform: translateX(0); } 25% { transform: translateX(-7px); } 75% { transform: translateX(7px); } } .tpl-count { text-align: center; } .tpl-count .cd { display: flex; justify-content: center; align-items: flex-start; gap: 6px; } .tpl-count .unit { min-width: 62px; } .tpl-count .num { font-family: var(--font-display), serif; font-size: 42px; font-variant-numeric: tabular-nums; color: var(--accent); } .tpl-count .sep { font-size: 36px; line-height: 1.25; opacity: 0.6; } .tpl-count .u { display: block; font-size: 12.5px; margin-top: 6px; color: var(--muted); letter-spacing: 0.05em; } .tpl-greet .lead-in { margin-top: 12px; color: var(--muted); } .tpl-greet .inv-names { font-family: var(--font-script), cursive; font-size: 34px; line-height: 1.2; color: var(--accent); margin: 6px 0 12px; } .tpl-greet .inv-names .mid { font-family: var(--font-body), sans-serif; font-size: 16px; color: var(--muted); margin: 0 8px; } .tpl-hosts .from { color: var(--muted); font-size: 15px; } .tpl-hosts .names { font-family: var(--font-script), cursive; font-size: 30px; color: var(--accent); margin-top: 6px; } .tpl-program .steps { text-align: left; margin-top: 10px; } .tpl-days .days { display: grid; gap: 12px; margin-top: 6px; } .tpl-days .day { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 14px 16px; background: var(--panel); border: 1px solid var(--deco-hair-soft); border-radius: var(--radius, 8px); text-align: left; } .tpl-days .when { display: grid; align-content: start; font-family: var(--font-display), serif; color: var(--accent); } .tpl-days .when .date { font-size: 15px; letter-spacing: 0.04em; } .tpl-days .when .time { font-size: 22px; } .tpl-days .dtitle { font-family: var(--font-display), serif; font-size: 20px; color: var(--ink); } .tpl-days .dvenue { margin-top: 4px; font-size: 15px; } .tpl-days .daddr { font-size: 13.5px; color: var(--muted); } .tpl-bata { text-align: center; } .tpl-bata .intro { color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 16px; } .tpl-bata .batas { display: grid; gap: 12px; text-align: left; } .tpl-bata .bata { margin: 0; padding: 16px 18px; background: var(--panel); border-left: 2px solid var(--accent2); border-radius: 0 var(--radius, 8px) var(--radius, 8px) 0; font-size: 15.5px; line-height: 1.6; } .tpl-bata .bata cite { display: block; margin-top: 8px; font-family: var(--font-script), cursive; font-style: normal; font-size: 18px; color: var(--accent); } .tpl-directions .dirs { display: grid; gap: 12px; text-align: left; } .tpl-directions .dir { display: grid; grid-template-columns: 40px 1fr; gap: 12px; align-items: center; } .tpl-directions .ico { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--rule); color: var(--accent); display: grid; place-items: center; } .tpl-directions .ico svg { width: 24px; height: 24px; } .tpl-directions .txt { font-size: 15.5px; line-height: 1.5; } .tpl-faq .faqs { display: grid; gap: 6px; text-align: left; } .tpl-faq .faq { border-bottom: 1px solid var(--rule); padding: 4px 0 10px; } .tpl-faq summary { cursor: pointer; padding: 8px 0; font-family: var(--font-display), serif; font-size: 17px; color: var(--accent); list-style: none; display: flex; justify-content: space-between; gap: 12px; } .tpl-faq summary::-webkit-details-marker { display: none; } .tpl-faq summary::after { content: '+'; flex: 0 0 auto; font-family: var(--font-body), sans-serif; color: var(--muted); } .tpl-faq details[open] summary::after { content: '−'; } .tpl-faq .faq p { font-size: 15px; line-height: 1.6; color: var(--ink); } .tpl .swatches { display: flex; justify-content: center; gap: 10px; margin-top: 14px; } .tpl .swatches span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--panel); box-shadow: 0 0 0 1px var(--rule); } .tpl .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .tpl .grid img { width: 100%; aspect-ratio: 1; object-fit: cover; } .tpl-expired { text-align: center; padding: 30px 26px; color: var(--accent); } .tpl-expired h2 { font-family: var(--font-display), serif; font-weight: 400; font-size: 30px; margin-bottom: 8px; } .tpl-foot { text-align: center; padding: 36px 26px 40px; background: var(--panel); font-size: 13px; color: var(--muted); } .tpl-foot .mono { font-family: var(--font-display), serif; font-size: 28px; color: var(--accent); margin-bottom: 6px; } .tpl-foot .credit { display: block; margin-top: 18px; text-decoration: none; opacity: 0.7; } .tpl-toast { position: fixed; left: 50%; bottom: calc(var(--deco-floor) + 24px); width: max-content; max-width: calc(100vw - 36px); transform: translate(-50%, 20px); background: var(--ink); color: var(--bg); padding: 12px 18px; border-radius: 999px; font-size: 14px; opacity: 0; transition: opacity 0.3s, transform 0.3s; z-index: 500; pointer-events: none; } .tpl-toast.show { opacity: 1; transform: translate(-50%, 0); } .tpl-hosts .sprig { width: 84px; margin: 14px auto 0; color: var(--deco-hair); } .tpl-cal .cal-card { position: relative; padding: 26px 20px 22px; background: var(--panel); border: 1px solid var(--deco-hair-soft); border-radius: var(--radius, 8px); box-shadow: 0 1px 0 var(--deco-hair-soft) inset; } .tpl-cal .cal-card .corner { width: 52px; } .tpl-cal .cal-head { padding-bottom: 12px; border-bottom: 1px solid var(--deco-hair-soft); } .tpl .steps { padding-left: 2px; } .tpl .steps::before { content: ''; position: absolute; left: 28px; top: 28px; bottom: 28px; width: 1px; background: linear-gradient( 180deg, transparent, var(--deco-hair) 12%, var(--deco-hair) 88%, transparent ); } .tpl .step .ico { position: relative; z-index: 1; box-shadow: 0 0 0 4px var(--panel); } .tpl .step .time { letter-spacing: 0.05em; } .tpl .step .what { color: var(--muted); } .tpl-gallery .grid .cell { overflow: hidden; border-radius: var(--radius, 8px); box-shadow: 0 0 0 1px var(--deco-hair-soft); } .tpl-gallery .grid .cell img { transition: transform 1.4s ease; } .tpl-gallery .grid .cell:hover img { transform: scale(1.05); } .tpl-greet .greet-rule { width: 140px; margin: 16px auto 4px; color: var(--deco-hair); } .tpl-rsvp { position: relative; margin-top: 0; padding-top: 46px; } .tpl-rsvp .hem { position: absolute; top: 0; left: 0; color: var(--bg); height: 18px; } .tpl-rsvp .field input, .tpl-rsvp .field select, .tpl-rsvp .field textarea { background: color-mix(in srgb, var(--on-accent) 9%, transparent); border: 0; border-bottom: 1px solid color-mix(in srgb, var(--on-accent) 45%, transparent); border-radius: var(--radius, 8px) var(--radius, 8px) 0 0; transition: border-color 0.25s, background 0.25s; } .tpl-rsvp .field input:focus, .tpl-rsvp .field select:focus, .tpl-rsvp .field textarea:focus { border-bottom-color: var(--on-accent); background: color-mix(in srgb, var(--on-accent) 16%, transparent); } .tpl-rsvp .sendbtn { letter-spacing: 0.06em; } .tpl-count { position: relative; overflow: hidden; } .tpl-count .num { letter-spacing: 0.02em; } .tpl-count .cd { position: relative; z-index: 1; } .tpl-foot .foot-rule { width: 120px; margin: 10px auto 12px; color: var(--deco-hair); } .ds { --ds-gold: #e8c98a; --ds-linen-light: #f8f1e3; --ds-linen-dark: #dfd3bc; --ds-warm: 122 110 91; --ds-paper: linear-gradient( 170deg, var(--surface), color-mix(in srgb, var(--surface) 55%, var(--bg)) ); --ds-weave: repeating-linear-gradient(90deg, rgb(var(--ds-warm) / 0.08) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, rgb(var(--ds-warm) / 0.06) 0 1px, transparent 1px 3px); --ds-piala: radial-gradient(70% 65% at 35% 28%, #fffcf5, #ede3d0 62%, #d9ccb4); --ds-thread: color-mix(in srgb, var(--accent) 60%, transparent); --ds-dash: 1.4px dashed var(--ds-thread); --ds-dash-soft: 1.4px dashed rgb(var(--ds-warm) / 0.35); --ds-shadow: 0 12px 26px rgb(var(--ds-warm) / 0.28); --ds-shadow-soft: 0 8px 16px rgb(var(--ds-warm) / 0.22); --ds-text: #4a4336; --ds-x: linear-gradient( 45deg, transparent calc(50% - 0.8px), var(--accent2) calc(50% - 0.8px) calc(50% + 0.8px), transparent calc(50% + 0.8px) ), linear-gradient( -45deg, transparent calc(50% - 0.8px), var(--accent2) calc(50% - 0.8px) calc(50% + 0.8px), transparent calc(50% + 0.8px) ); --ds-boorsok: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg fill='none' stroke='%237a6e5b' stroke-opacity='.18' stroke-width='1.2'%3E%3Crect x='8' y='8' width='16' height='16' rx='4' transform='rotate(8 16 16)'/%3E%3Crect x='40' y='40' width='16' height='16' rx='4' transform='rotate(-7 48 48)'/%3E%3C/g%3E%3C/svg%3E"); --ds-bar: calc(68px + env(safe-area-inset-bottom, 0px)); --muted: #5a5244; --rule: rgb(var(--ds-warm) / 0.4); --deco-hair: var(--accent); --deco-hair-soft: color-mix(in srgb, var(--accent) 45%, transparent); --deco-grain-opacity: 0.035; } .ds .tpl-page { background: var(--ds-weave), radial-gradient(120% 40% at 50% 0%, var(--ds-linen-light), var(--bg) 60%, var(--ds-linen-dark)); } .ds .tpl-page:has(.ds-tabs) { padding-bottom: var(--ds-bar); } .ds:has(.ds-tabs) { --deco-floor: var(--ds-bar); } .ds .rv:not([class*='rv-']) { transform: translateY(26px) rotate(-0.6deg); } .ds .rv.on { transform: none; } .ds .amp { font-family: var(--font-script), cursive; color: var(--accent); } .ds section.block { padding: 40px 20px 0; } .ds h2.title { font-size: 26px; line-height: 1.15; color: var(--ink); text-align: left; margin: 0; } .ds .deco-head { display: flex; align-items: center; gap: 12px; text-align: left; margin-bottom: 16px; } .ds .deco-head .title { flex: 0 1 auto; min-width: 0; } .ds .deco-head .fl { flex: 1 0 40px; width: auto; height: 12px; color: var(--accent); } .ds .tpl-lang { top: 18px; left: calc(50% - min(240px, 50%) + 18px); transform: none; height: 44px; padding: 0 5px; align-items: center; border: var(--ds-dash); border-radius: 12px; background: rgb(251 246 236 / 0.85); box-shadow: 0 2px 6px rgb(var(--ds-warm) / 0.25); backdrop-filter: none; } .ds .tpl-lang button { min-width: 38px; height: 32px; padding: 0 6px; border-radius: 9px; font-size: 15px; letter-spacing: 0.06em; color: #6b6152; opacity: 1; } .ds .tpl-lang button.act { background: var(--accent); color: var(--on-accent); font-weight: 400; } .ds .topbar { top: 18px; left: auto; flex-direction: column; align-items: flex-end; gap: 4px; } .ds .soundbtn { width: 44px; height: 44px; padding: 0; justify-content: center; border: var(--ds-dash); border-radius: 50%; background: rgb(251 246 236 / 0.92); color: var(--accent2); box-shadow: 0 2px 6px rgb(var(--ds-warm) / 0.25); } .ds .soundbtn svg { width: 22px; height: 22px; } .ds .topbar .lbl { display: block; font-size: 10px; letter-spacing: 0.1em; color: var(--muted); white-space: nowrap; } .ds-hero { position: relative; display: flex; flex-direction: column; min-height: 100svh; padding: 78px 24px calc(var(--ds-bar) + 16px); overflow: hidden; } .ds-hero .light { position: absolute; inset: 0; background: radial-gradient(120% 70% at 50% 40%, transparent 55%, rgb(var(--ds-warm) / 0.22)); pointer-events: none; animation: ds-light 13s ease-in-out infinite; } @keyframes ds-light { 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } } .ds-hero .kicker { position: relative; display: flex; align-items: center; gap: 12px; animation: ds-up 0.8s ease-out 1.05s both; } .ds-hero .kicker .type { flex: none; font-size: 15px; letter-spacing: 0.3em; text-indent: 0; color: var(--muted); } .ds-hero .kicker .stitch { flex: 1 0 40px; width: auto; height: 12px; color: var(--accent); } .ds-hero .kicker .stitch path { stroke-dasharray: 1; stroke-dashoffset: 1; animation: ds-stitch 1.6s ease-out 1.2s both; } @keyframes ds-stitch { to { stroke-dashoffset: 0; } } .ds-hero .snap { position: relative; z-index: 1; width: clamp(232px, 64%, 264px); margin-top: 38px; transform: rotate(-3deg); animation: ds-print 1.05s cubic-bezier(0.25, 1.1, 0.4, 1) 0.55s both; } @keyframes ds-print { 0% { transform: translateY(-38px) rotate(-11deg); } 70% { transform: translateY(3px) rotate(-2.2deg); } 100% { transform: rotate(-3deg); } } .ds-hero .frame { position: relative; padding: 11px 11px 46px; background: linear-gradient( 170deg, var(--surface), color-mix(in srgb, var(--surface) 45%, var(--bg)) ); box-shadow: 0 16px 30px rgb(var(--ds-warm) / 0.35), 0 2px 4px rgb(var(--ds-warm) / 0.25); } .ds-hero .photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: color-mix(in srgb, var(--bg) 80%, var(--ink2)); } .ds-hero .photo picture, .ds-hero .photo img, .ds-hero .photo .placeholder { width: 100%; height: 100%; object-fit: cover; } .ds-hero .cap { position: absolute; left: 11px; right: 11px; bottom: 10px; text-align: center; font-family: var(--font-script), cursive; font-size: 22px; line-height: 1.1; color: var(--ink2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .ds-hero .frame .ct, .ds-hero .frame .cb { position: absolute; width: 46px; height: 46px; } .ds-hero .frame .ct { left: -9px; top: -9px; color: var(--accent); } .ds-hero .frame .cb { right: -9px; bottom: 26px; color: var(--accent2); transform: rotate(180deg); } .ds-hero .piala { position: absolute; top: 214px; right: -42px; width: 150px; height: 150px; border-radius: 50%; background: var(--ds-piala); box-shadow: 0 10px 22px rgb(var(--ds-warm) / 0.3), inset 0 -6px 14px rgb(var(--ds-warm) / 0.18); animation: ds-bowl 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.95s both; } @keyframes ds-bowl { from { transform: scale(0.82) translateY(16px); opacity: 0; } to { transform: none; opacity: 1; } } .ds-hero .piala::before, .ds-hero .piala::after { content: ''; position: absolute; border-radius: 50%; } .ds-hero .piala::before { inset: 11px; border: 1.4px solid color-mix(in srgb, var(--accent) 70%, transparent); } .ds-hero .piala::after { inset: 19px; border: 4px dotted color-mix(in srgb, var(--accent) 45%, transparent); } .ds-hero .tea { position: absolute; inset: 34px; border-radius: 50%; background: radial-gradient(60% 60% at 40% 34%, #6b4a2c, #3b2a18); box-shadow: inset 0 3px 8px rgb(0 0 0 / 0.45); } .ds-hero .steam { position: absolute; border-radius: 50%; background: #fff; filter: blur(4px); opacity: 0; animation: ds-steam 4.4s ease-out 2.2s infinite; } .ds-hero .steam.s1 { left: 48px; top: 16px; width: 22px; height: 44px; } .ds-hero .steam.s2 { left: 70px; top: 12px; width: 18px; height: 38px; animation-duration: 5.2s; animation-delay: 3.1s; } .ds-hero .steam.s3 { left: 88px; top: 20px; width: 15px; height: 32px; filter: blur(3px); animation-duration: 4.8s; animation-delay: 4.2s; } @keyframes ds-steam { 0% { transform: translateY(10px) scale(0.7); opacity: 0; } 18% { opacity: 0.9; } 55% { transform: translate(-9px, -38px) scale(1.15); opacity: 0.7; } 100% { transform: translate(7px, -92px) scale(1.5); opacity: 0; } } .ds-hero .names { position: relative; z-index: 1; margin-top: 22px; font-family: var(--font-display), serif; font-weight: 400; font-size: clamp(38px, 13.3vw, 52px); line-height: 0.98; letter-spacing: -0.01em; color: var(--ink); overflow-wrap: anywhere; animation: ds-up 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 1.25s both; } .ds-hero .names .nm { display: block; } .ds-hero .names .row { display: flex; align-items: center; gap: 12px; margin-top: 2px; } .ds-hero .names .amp { font-size: 0.85em; line-height: 1; } @keyframes ds-up { from { transform: translateY(20px); opacity: 0; } to { transform: none; opacity: 1; } } .ds-hero .band { position: relative; z-index: 1; align-self: flex-start; display: inline-flex; align-items: center; gap: 14px; margin-top: 22px; padding: 12px 22px; background: var(--accent); color: var(--on-accent); box-shadow: 0 10px 22px color-mix(in srgb, var(--accent) 30%, transparent); font-family: var(--font-display), serif; font-size: 22px; letter-spacing: 0.06em; transform: rotate(-1.6deg); animation: ds-band 1s cubic-bezier(0.2, 0.8, 0.2, 1) 1.5s both; } .ds-hero .band::after { content: ''; position: absolute; inset: 4px; border: 1px dashed color-mix(in srgb, var(--on-accent) 55%, transparent); pointer-events: none; } .ds-hero .band .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--ds-gold); } @keyframes ds-band { from { transform: translateX(-26px) rotate(-3deg); opacity: 0; } to { transform: rotate(-1.6deg); opacity: 1; } } .ds-hero .salut { position: relative; margin-top: 20px; font-family: var(--font-script), cursive; font-size: 21px; line-height: 1.2; color: var(--accent2); animation: ds-up 0.9s ease-out 1.7s both; } .ds-hero .salut.personal { font-size: 24px; } .ds-hero .cue { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: auto; padding-top: 26px; font-size: 15px; letter-spacing: 0.14em; color: var(--muted); animation: ds-up 1s ease-out 1.9s both; } .ds-hero .cue .arrow { width: 16px; height: 18px; color: var(--accent); animation: ds-bob 1.9s ease-in-out 2.4s infinite; } @keyframes ds-bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } } .ds-hero .folds { position: absolute; inset: 0; z-index: 9; overflow: hidden; pointer-events: none; } .ds-hero .fold { position: absolute; top: 0; bottom: 0; width: 50.5%; background: repeating-linear-gradient(90deg, rgb(var(--ds-warm) / 0.09) 0 1px, transparent 1px 3px), linear-gradient(90deg, #f4ebda, #e9dfcb); animation: ds-fold 1.15s cubic-bezier(0.65, 0.02, 0.3, 1) 0.1s both; } .ds-hero .fold.l { left: 0; box-shadow: 8px 0 26px rgb(var(--ds-warm) / 0.35); --ds-fold-to: -101%; } .ds-hero .fold.r { right: 0; background: repeating-linear-gradient(90deg, rgb(var(--ds-warm) / 0.09) 0 1px, transparent 1px 3px), linear-gradient(270deg, #f4ebda, #e9dfcb); box-shadow: -8px 0 26px rgb(var(--ds-warm) / 0.35); --ds-fold-to: 101%; } @keyframes ds-fold { from { transform: translateX(0); } to { transform: translateX(var(--ds-fold-to)); } } .ds section.ds-greet { position: relative; isolation: isolate; padding: 68px 44px 30px; text-align: left; font-size: 16px; line-height: 1.6; color: var(--ds-text); } .ds-greet::before { content: ''; position: absolute; inset: 40px 20px 0; z-index: -1; background: var(--ds-paper); border-radius: 4px; box-shadow: var(--ds-shadow); } .ds-greet::after { content: ''; position: absolute; inset: 47px 27px 7px; border: var(--ds-dash); border-radius: 2px; pointer-events: none; } .ds-greet .salut { font-size: 17px; line-height: 1.55; color: var(--ds-text); } .ds-greet.personal .salut { font-family: var(--font-script), cursive; font-size: 29px; line-height: 1.1; color: var(--accent2); } .ds .ds-greet .greet-rule { display: none; } .ds-greet .lead-in { margin-top: 20px; color: var(--ds-text); } .ds-greet .inv-names { --foil: linear-gradient(var(--ink), var(--ink)); display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 10px; margin: 10px 0 14px; font-family: var(--font-display), serif; font-size: 34px; line-height: 1.05; } .ds-greet .inv-names > span:first-child { flex-basis: 100%; } .ds-greet .inv-names .script, .ds-greet .inv-names .latin-script { font-family: var(--font-display), serif; } .ds-greet .inv-names .mid { margin: 0; font-family: var(--font-script), cursive; font-size: 30px; color: var(--accent); -webkit-text-fill-color: var(--accent); } .ds .tpl-expired { padding: 30px 20px 0; } .ds-hosts { text-align: center; } .ds-hosts .from { font-family: var(--font-script), cursive; font-size: 22px; line-height: 1.2; color: var(--muted); } .ds-hosts .names { margin-top: 8px; font-family: var(--font-display), serif; font-size: 28px; line-height: 1.2; color: var(--ink); } .ds-hosts .names .amp { margin: 0 10px; font-size: 26px; } .ds-hosts .knot { width: 220px; height: 16px; margin: 14px auto 0; color: var(--accent); } .ds-hosts .knot .bead { fill: var(--accent2); } .ds .tpl-cal { text-align: center; } .ds .tpl-cal .cal-card { padding: 22px 16px 24px; background: var(--ds-paper); border: 0; border-radius: 4px; box-shadow: var(--ds-shadow); } .ds .tpl-cal .cal-card::after { content: ''; position: absolute; inset: 7px; border: var(--ds-dash-soft); border-radius: 2px; pointer-events: none; } .ds .tpl-cal .corner { display: none; } .ds .tpl-cal .cal-head { justify-content: center; gap: 0.35em; padding-bottom: 0; border: 0; color: var(--ink); } .ds .tpl-cal .cal-head .m, .ds .tpl-cal .cal-head .y { font-size: 21px; letter-spacing: 0.06em; text-transform: capitalize; } .ds .tpl-cal .cal-grid { margin-top: 14px; row-gap: 3px; column-gap: 3px; color: var(--ds-text); } .ds .tpl-cal .wd { font-size: 12.5px; letter-spacing: 0; color: var(--ink2); padding-bottom: 4px; } .ds .tpl-cal .wd:nth-child(7) { color: var(--accent2); } .ds .tpl-cal .d.big { font-family: var(--font-display), serif; font-size: 19px; font-weight: 400; color: var(--ink); } .ds .tpl-cal .d .heart > * { fill: color-mix(in srgb, var(--accent) 10%, transparent); stroke: var(--accent); stroke-width: 1.4; stroke-dasharray: 4 3.5; } .ds .tpl-cal .d.big::before, .ds .tpl-cal .d.big::after { content: ''; position: absolute; width: 8px; height: 8px; background: var(--ds-x); } .ds .tpl-cal .d.big::before { left: calc(50% - 11px); top: calc(50% - 11px); } .ds .tpl-cal .d.big::after { left: calc(50% + 3px); top: calc(50% + 3px); } .ds .tpl-cal .cal-add { display: inline-flex; align-items: center; height: 46px; margin-top: 14px; padding: 0 22px; border: var(--ds-dash); border-radius: 12px; background: rgb(251 246 236 / 0.8); color: var(--accent); font-size: 15.5px; text-decoration: none; } .ds section.ds-count { overflow: visible; text-align: center; } .ds-count .deco-head { justify-content: center; margin-bottom: 14px; } .ds-count .deco-head .fl { display: none; } .ds-count h2.title { font-family: var(--font-body), sans-serif; font-size: 15px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); } .ds-count .cd { gap: 8px; } .ds-count .sep { display: none; } .ds-count .unit { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 78px; height: 78px; min-width: 0; border-radius: 50%; background: var(--ds-piala); box-shadow: 0 8px 16px rgb(var(--ds-warm) / 0.28), inset 0 -5px 12px rgb(var(--ds-warm) / 0.15); } .ds-count .unit::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; border: 1.2px solid color-mix(in srgb, var(--accent) 55%, transparent); } .ds-count .num { font-size: 24px; line-height: 1; letter-spacing: 0; color: var(--ink); } .ds-count .u { margin-top: 3px; font-size: 11px; letter-spacing: 0; color: var(--ink2); } .ds section.ds-ribbon { padding-left: 0; padding-right: 0; } .ds-ribbon .deco-head { margin-left: 20px; margin-right: 20px; } .ds-ribbon .ribbon { display: flex; gap: 12px; padding: 6px 20px 30px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 0 20px; scrollbar-width: none; } .ds-ribbon .ribbon::-webkit-scrollbar { display: none; } .ds-program .card { position: relative; flex: none; width: 186px; padding: 18px 16px 20px; scroll-snap-align: start; background: var(--ds-paper); border-radius: 4px; box-shadow: 0 10px 20px rgb(var(--ds-warm) / 0.25); } .ds-program .card::after { content: ''; position: absolute; inset: 6px; border: 1.2px dashed color-mix(in srgb, var(--accent) 45%, transparent); pointer-events: none; } .ds-program .card .ico { width: 28px; height: 28px; color: var(--accent); } .ds-program .card .time { margin-top: 10px; font-family: var(--font-display), serif; font-size: 26px; line-height: 1; color: var(--accent2); } .ds-program .card .what { margin-top: 6px; font-size: 16px; line-height: 1.35; color: var(--ink); } .ds-gallery .ribbon { gap: 14px; padding: 10px 20px 34px; } .ds-gallery .snap { position: relative; flex: none; width: 168px; padding: 9px 9px 34px; scroll-snap-align: center; background: linear-gradient( 170deg, var(--surface), color-mix(in srgb, var(--surface) 45%, var(--bg)) ); box-shadow: 0 12px 22px rgb(var(--ds-warm) / 0.3); rotate: var(--tilt, 0deg); } .ds-gallery .snap .photo { height: 196px; overflow: hidden; background: color-mix(in srgb, var(--bg) 80%, var(--ink2)); } .ds-gallery .snap .photo picture, .ds-gallery .snap .photo img { width: 100%; height: 100%; object-fit: cover; } .ds-gallery .snap .x { position: absolute; right: 8px; bottom: 6px; width: 22px; color: var(--accent2); } .ds-venue .plate { position: relative; padding: 24px 20px 22px; background: var(--ds-paper); border-radius: 4px; box-shadow: var(--ds-shadow); } .ds-venue .plate::after { content: ''; position: absolute; inset: 7px; border: var(--ds-dash-soft); pointer-events: none; } .ds .tpl-venue .vname { margin-bottom: 6px; font-size: 28px; color: var(--ink); } .ds .tpl-venue .vsub { margin-bottom: 4px; font-size: 15px; color: var(--ink2); } .ds .tpl-venue .vaddr { font-size: 16px; line-height: 1.45; color: var(--muted); } .ds .tpl-venue .mapbtn { display: flex; align-items: center; justify-content: center; height: 46px; margin-top: 18px; padding: 0 12px; border-radius: 12px; background: var(--accent); color: var(--on-accent); font-size: 15.5px; } .ds .tpl-venue .mapbtn.secondary { margin-top: 10px; background: transparent; border: var(--ds-dash); color: var(--accent); } .ds .tpl-venue .map { margin-top: 18px; aspect-ratio: auto; height: 186px; border-radius: 4px; box-shadow: var(--ds-shadow-soft); } .ds .tpl-directions .dirs { gap: 10px; } .ds .tpl-directions .dir { grid-template-columns: 28px 1fr; gap: 12px; align-items: start; padding: 14px; border-radius: 4px; background: rgb(251 246 236 / 0.7); border: var(--ds-dash-soft); } .ds .tpl-directions .ico { width: 28px; height: 28px; border: 0; color: var(--accent); } .ds .tpl-directions .txt { font-size: 15.5px; line-height: 1.45; color: var(--ink); } .ds .tpl-days .day { position: relative; grid-template-columns: 88px 1fr; padding: 16px 18px; background: var(--ds-paper); border: 0; border-radius: 4px; box-shadow: var(--ds-shadow-soft); } .ds .tpl-days .day::after { content: ''; position: absolute; inset: 6px; border: 1.2px dashed color-mix(in srgb, var(--accent) 40%, transparent); pointer-events: none; } .ds .tpl-days .when .date { font-family: var(--font-body), sans-serif; font-size: 13.5px; letter-spacing: 0; color: var(--muted); } .ds .tpl-days .when .time { font-size: 24px; color: var(--accent2); } .ds .tpl-days .dvenue { color: var(--ds-text); } .ds .tpl-bata, .ds .tpl-bata .intro { text-align: left; } .ds .tpl-bata .intro { font-size: 15.5px; color: var(--muted); } .ds .tpl-bata .bata { position: relative; padding: 18px 20px 18px 24px; background: var(--ds-paper); border: 0; border-radius: 4px; box-shadow: var(--ds-shadow-soft); font-size: 16px; color: var(--ds-text); rotate: -0.5deg; } .ds .tpl-bata .bata:nth-child(even) { rotate: 0.4deg; } .ds .tpl-bata .bata::before { content: ''; position: absolute; left: 9px; top: 8px; bottom: 8px; border-left: 1.4px dashed color-mix(in srgb, var(--accent2) 55%, transparent); } .ds .tpl-bata .bata cite { font-size: 21px; color: var(--accent2); } .ds .tpl-faq .faqs { gap: 10px; } .ds .tpl-faq .faq { position: relative; padding: 4px 16px 4px; border: 0; border-radius: 4px; background: var(--ds-paper); box-shadow: var(--ds-shadow-soft); } .ds .tpl-faq .faq::after { content: ''; position: absolute; inset: 6px; border: 1.2px dashed color-mix(in srgb, var(--accent) 40%, transparent); pointer-events: none; } .ds .tpl-faq summary { align-items: center; min-height: 44px; padding: 8px 0; font-size: 18px; color: var(--ink); } .ds .tpl-faq summary::after { font-size: 20px; color: var(--accent); } .ds .tpl-faq .faq p { padding-bottom: 10px; color: var(--ds-text); } .ds .wall { gap: 12px; margin-top: 0; } .ds .wall > p { color: var(--muted); } .ds .wish { display: flex; flex-direction: column; padding: 16px 18px; background: var(--surface); border-radius: 4px; box-shadow: var(--ds-shadow-soft); font-size: 15.5px; color: var(--ds-text); rotate: -0.6deg; } .ds .wish:nth-child(3n + 2) { rotate: 0.5deg; } .ds .wish:nth-child(3n) { rotate: -0.4deg; } .ds .wish .who { order: -1; margin: 0 0 4px; font-family: var(--font-script), cursive; font-size: 21px; line-height: 1.1; color: var(--accent2); } .ds section.block:has(> .swatches) > p { font-size: 15.5px; line-height: 1.55; color: var(--muted); } .ds .swatches { flex-wrap: wrap; gap: 10px; margin-top: 18px; } .ds .swatches span { position: relative; flex: 1 1 60px; width: auto; max-width: 92px; height: 74px; border: 0; border-radius: 3px; box-shadow: 0 6px 14px rgb(var(--ds-warm) / 0.28); } .ds .swatches span::after { content: ''; position: absolute; inset: 0; border-radius: 3px; background: repeating-linear-gradient(90deg, rgb(255 255 255 / 0.12) 0 1px, transparent 1px 3px), repeating-linear-gradient(0deg, rgb(0 0 0 / 0.08) 0 1px, transparent 1px 3px); } .ds .tpl-story p { text-align: left; font-size: 16.5px; line-height: 1.7; color: #3d3729; } .ds .tpl-story p::first-letter { float: left; padding: 6px 10px 0 0; font-family: var(--font-display), serif; font-size: 52px; line-height: 0.82; color: var(--accent2); } .ds section.tpl-gift { position: relative; isolation: isolate; padding: 64px 40px 26px; text-align: center; } .ds .tpl-gift::before { content: ''; position: absolute; inset: 40px 20px 0; z-index: -1; background: var(--ds-boorsok), var(--ds-paper); border-radius: 4px; box-shadow: var(--ds-shadow); } .ds .tpl-gift::after { content: ''; position: absolute; inset: 47px 27px 7px; border: 1.4px dashed color-mix(in srgb, var(--accent2) 45%, transparent); pointer-events: none; } .ds .tpl-gift .deco-head { justify-content: center; margin-bottom: 10px; } .ds .tpl-gift .deco-head .fl { display: none; } .ds .tpl-gift p { font-size: 15.5px; line-height: 1.55; color: var(--muted); } .ds .tpl-gift p + p { margin-top: 12px; font-family: var(--font-display), serif; font-size: 22px; letter-spacing: 0.04em; color: var(--ink); } .ds .tpl-rsvp { margin: 0; padding: 40px 20px 0; background: transparent; color: var(--ink); } .ds .tpl-rsvp .hem, .ds .tpl-rsvp .corner { display: none; } .ds .tpl-rsvp h2.title { color: var(--ink); } .ds .tpl-rsvp .deco-head .fl { color: var(--accent); } .ds .tpl-rsvp .sub { margin-bottom: 14px; text-align: left; font-size: 15.5px; color: var(--muted); } .ds .tpl-rsvp .field { margin-top: 12px; } .ds .tpl-rsvp .field input, .ds .tpl-rsvp .field select, .ds .tpl-rsvp .field textarea { height: 48px; padding: 0 14px; background: var(--surface); border: 1px solid rgb(var(--ds-warm) / 0.4); border-radius: 10px; color: var(--ink); } .ds .tpl-rsvp .field textarea { height: auto; padding: 12px 14px; } .ds .tpl-rsvp .field input::placeholder, .ds .tpl-rsvp .field textarea::placeholder { color: var(--ink2); } .ds .tpl-rsvp .field input:focus, .ds .tpl-rsvp .field select:focus, .ds .tpl-rsvp .field textarea:focus { background: var(--surface); border: var(--ds-dash); } .ds .tpl-rsvp .label { margin-top: 16px; font-size: 14.5px; letter-spacing: 0; color: var(--muted); opacity: 1; } .ds .tpl-rsvp .opts { display: grid; gap: 8px; margin-top: 10px; } .ds .tpl-rsvp .opt { min-height: 46px; padding: 10px 14px; gap: 12px; background: var(--surface); border: 1px solid rgb(var(--ds-warm) / 0.3); border-radius: 10px; } .ds .tpl-rsvp .opt .ring { width: 20px; height: 20px; flex-basis: 20px; border: 1.6px solid color-mix(in srgb, var(--accent) 60%, transparent); } .ds .tpl-rsvp .opt .ring:after { width: 10px; height: 10px; background: var(--accent); } .ds .tpl-rsvp .opt.sel { border-color: var(--accent); } .ds .tpl-rsvp .opt.sel .ring { border-color: var(--accent); } .ds .tpl-rsvp .opt.box { align-items: flex-start; margin-top: 12px; } .ds .tpl-rsvp .opt.box .ring { margin-top: 2px; border-radius: 5px; } .ds .tpl-rsvp .consent { font-size: 14px; color: var(--muted); opacity: 1; } .ds .tpl-rsvp .deadline { margin-top: 12px; color: var(--accent2); } .ds .tpl-rsvp .sendbtn { height: 52px; margin-top: 18px; padding: 0; background: var(--accent2); color: var(--on-accent); border-radius: 12px; font-family: var(--font-display), serif; font-weight: 400; font-size: 18px; letter-spacing: 0.02em; box-shadow: 0 10px 20px color-mix(in srgb, var(--accent2) 30%, transparent); } .ds .tpl-rsvp .error { color: var(--accent2); } .ds .tpl-rsvp .done .hrt { color: var(--accent2); } .ds .ds-closing { margin: 44px 20px 0; text-align: center; font-family: var(--font-script), cursive; font-size: 26px; line-height: 1.3; color: var(--accent2); } .ds .tpl-foot { position: relative; margin-top: 30px; padding: 30px 20px 34px; overflow: hidden; background: linear-gradient(180deg, rgb(var(--ds-warm) / 0.08), rgb(var(--ds-warm) / 0.14)); color: var(--muted); } .ds .tpl-foot .grid { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; color: var(--ink2); opacity: 0.3; pointer-events: none; } .ds .tpl-foot .mono { position: relative; display: flex; align-items: center; justify-content: center; width: 92px; height: 92px; margin: 0 auto; border-radius: 50%; background: var(--ds-piala); box-shadow: 0 8px 18px rgb(var(--ds-warm) / 0.3); font-size: 27px; color: var(--ink); } .ds .tpl-foot .mono::before { content: ''; position: absolute; inset: 7px; border-radius: 50%; border: 1.3px dashed var(--ds-thread); } .ds .tpl-foot .mono .amp { margin: 0 4px; font-size: 24px; } .ds .tpl-foot .date { position: relative; margin-top: 14px; font-family: var(--font-display), serif; font-size: 18px; letter-spacing: 0.12em; color: var(--ink); } .ds .tpl-foot .credit { position: relative; margin-top: 18px; font-size: 13px; color: var(--muted); opacity: 1; } .ds-tabs { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: stretch; justify-content: space-around; width: min(480px, 100%); height: var(--ds-bar); padding-bottom: env(safe-area-inset-bottom, 0px); background: rgb(251 246 236 / 0.96); backdrop-filter: blur(6px); border-top: 1.2px dashed rgb(var(--ds-warm) / 0.5); box-shadow: 0 -6px 16px rgb(var(--ds-warm) / 0.15); } .ds-tabs .tab { flex: 1 1 0; min-width: 0; min-height: 44px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 0 4px; color: var(--muted); font-size: 11.5px; line-height: 1.15; text-align: center; text-decoration: none; } .ds-tabs .tab svg { flex: none; width: 22px; height: 22px; color: var(--accent); } .ds-tabs .tab span { display: -webkit-box; max-width: 100%; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } @media (prefers-reduced-motion: reduce) { .ds-hero .light, .ds-hero .kicker, .ds-hero .kicker .stitch path, .ds-hero .snap, .ds-hero .piala, .ds-hero .names, .ds-hero .band, .ds-hero .salut, .ds-hero .cue, .ds-hero .cue .arrow { animation: none; } .ds-hero .kicker .stitch path { stroke-dashoffset: 0; } .ds-hero .folds, .ds-hero .steam { display: none; } .ds .rv:not([class*='rv-']) { transform: none; } }