section[data-astro-cid-3ef6ksr2]#header{display:flex;flex-direction:column;gap:1em;align-items:center;text-align:center;font-size:clamp(16px,calc(16px + 1vmin),40px);h2#sjk{order:1}h2#ndm{order:3}div.header-details{order:2;display:flex;width:100%;justify-content:space-between;align-items:center;text-transform:uppercase;flex-direction:column;gap:2.5em;padding:1em;>*{font-size:.8em;margin:0;line-height:1;letter-spacing:.0375em;text-align:center;font-family:Inter,Helvetica,Arial,system-ui,sans-serif}p:first-of-type{order:1}p:last-of-type{order:3}p{width:100%;display:flex;justify-content:space-between}h1{order:2;font-weight:700}}h2{position:relative;font-family:Playground,Times New Roman,Times,serif;font-weight:400;font-size:4.5em;color:var(--color-primary);line-height:.85;width:100%;@media (min-width: 600px){text-align:justify}text-align:center}img{max-width:600px;margin-top:1em;order:4}}section[data-astro-cid-3ef6ksr2]#header.smol{gap:0;h2{font-size:2.5em}div.header-details{order:0;gap:0;p{display:block}h1{order:0}}img{width:50%}}:root{--color-bg: #e3ebdc;--color-text: #333;--color-primary: #860617}@font-face{font-family:Playground;src:url(/fonts/PPPlayground-Regular.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:Paragraf;src:url(/fonts/Paragrafv0.1-Regular.woff2) format("woff2");font-style:normal;font-weight:400}@font-face{font-family:Paragraf;src:url(/fonts/Paragrafv0.1-Bold.woff2) format("woff2");font-style:normal;font-weight:700}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;width:100%;min-height:100%;background-color:var(--color-bg);color:var(--color-text);font-family:Paragraf,Times New Roman,Times,serif;font-size:clamp(1rem,calc(1rem + .5vw),1.25rem);overflow-x:hidden}.cute-korean{font-family:Dongle,cursive;font-weight:400;font-style:normal;font-size:3rem}.text-primary{color:var(--color-primary)}.Playground{font-family:Playground,Times New Roman,Times,serif;font-size:3em}h1,h2,h3,h4,h5,h6,p,a,ul,ol,li{margin:0;padding:0}p{line-height:1.5}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=datetime-local],input[type=tel],input[type=url],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;border:1px solid #ccc;border-radius:.2em}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px color(from var(--color-primary) srgb r g b / .5)}input,button,textarea,select{font:inherit;padding:.625em .75em}input::placeholder{opacity:.75}.form-field>label,.question{font-weight:600;line-height:1.25}.question+p{font-size:.9em;opacity:.75;line-height:1.2}button,.button{display:inline-block;padding:.75em 1em;background-color:var(--color-text);border-radius:.1em;cursor:pointer;text-decoration:none;text-align:center;color:var(--color-bg);text-transform:uppercase;letter-spacing:.1em;font-weight:700;border:none;transition:background-color .2s,color .2s,opacity .2s;&:hover{background-color:#111;color:#fff}&.secondary{background-color:transparent;opacity:.8;color:#666;border:1px solid transparent;&:hover{background-color:#f9f9f9;border-color:#bbb;color:var(--color-text);opacity:1}}}.radio-label{display:grid;grid-template-columns:1em auto;gap:.5em;align-items:center;padding:.625em .75em;border:1px solid #ccc;border-radius:.4em;cursor:pointer;background-color:#f5f5f5;transition:background-color .2s,color .2s,box-shadow .2s;input[type=radio]{appearance:none;padding:0;background-color:#fff;margin:0;font:inherit;color:currentColor;width:1em;height:1em;border:.15em solid currentColor;border-radius:50%;display:grid;place-content:center;&:before{content:"";width:.5em;height:.5em;border-radius:50%;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #666}&:checked:before{transform:scale(1)}}&:hover{background-color:#eee;color:#000;border-color:#999;input[type=radio]:not(:checked):before{box-shadow:inset 1em 1em #999;transform:scale(.5)}}&:has(input[type=radio]:checked){background-color:#e8e8e8;border-color:#666;box-shadow:inset 0 0 0 1px #666}}.radio-group{display:flex;flex-direction:column;gap:.25em;margin-top:.5em}h1{font-size:calc(2rem + 2vw);font-family:Louise,Cormorant Garamond,serif;font-weight:500}main{min-height:100%;display:flex;flex-direction:column;align-items:center;gap:2rem;padding:5vw;margin:2rem auto 0}footer{position:relative;text-align:center;opacity:.8;pointer-events:none;user-select:none;max-width:40ch;margin:0 auto;background-color:var(--color-bg);p{position:absolute;width:100%;top:35%}img{mix-blend-mode:multiply;width:100%;opacity:.375}}section#details{display:grid;grid-template-columns:1fr 1fr;gap:.15rem;p{span{font-weight:700;display:block}margin-bottom:1em}}section#information{text-align:center;max-width:40ch}.header-image{transform:rotate(-5deg);width:calc(100% + 10vw);filter:drop-shadow(0 .2em .2em rgba(0,0,0,.05))}@media (max-width: 600px){section#details{grid-template-columns:1fr;gap:.5rem}.header-image{width:118%;margin-left:-9%}}main section{display:flex;flex-direction:column;gap:.5rem}h2{font-size:calc(1rem + 1vw)}.form-section{width:100%;max-width:40ch;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#fff;margin:1rem 0;border-radius:.1rem;box-shadow:0 .25rem .5rem -.4rem #00000080}.form-field{display:flex;flex-direction:column;gap:6px}form{font-family:Inter,sans-serif;font-size:clamp(.85rem,calc(.85rem + .25vw),1.25rem);display:flex;flex-direction:column;gap:2rem}.hidden{position:absolute;border:0;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0,0,0);white-space:nowrap;word-wrap:normal}.display-none{display:none!important}
