* { box-sizing: border-box; margin: 0; padding: 0; outline: 0; border: 0; text-align: center; } html { font: 21px/1.4 sans-serif; } body { padding: 55px; display: flex; flex-direction: column; min-height: 100vh; background: #efefe3; color: #333; } main { flex: 1; } header { margin-bottom: 33px; } header::after { content: ""; display: block; width: 99px; height: 1px; background-color: #ccc; margin: 34px auto 0; } header a { text-decoration: none; } footer { margin-top: 55px; font-size: 16px; font-style: italic; } h1 { font-size: 32px; } h2 { font-size: 24px; } h3 { font-size: 21px; margin-top: 24px; } a { text-underline-offset: 5px; color: #f43737; font-weight: bold; } button { background-color: #55ae76; color: #fff; cursor: pointer; padding: 19px; border-radius: 13px; font-weight: bold; margin: 21px; font-size: 17px; } address { margin-block: 21px; } p { margin: 15px auto 13px; max-width: 800px; } section { margin-bottom: 13px; } details { margin: 15px auto; max-width: 800px; } details details { margin: 10px auto; } ul { list-style: none; padding: 10px 0; } ul li { margin-bottom: 12px; } ul.bullet-list { list-style-type: disc; list-style-position: inside; } ul li a { display: inline-block; padding: 5px; font-weight: normal; font-size: 22px; } summary { list-style: none; cursor: pointer; font-weight: 900; font-size: 27px; letter-spacing: .5px; padding: 10px; color: #000; display: flex; justify-content: center; align-items: center; gap: 8px; user-select: none; } summary::-webkit-details-marker { display: none; } summary span { text-decoration: underline 2px #000; text-underline-offset: 8px; } details details summary { font-weight: 600; font-size: 23px; letter-spacing: 0; color: #444; } details details summary span { text-decoration: underline 1px #888; text-underline-offset: 5px; } summary::after { content: '+'; font-size: 32px; color: #888; font-weight: normal; text-decoration: none; display: inline-block; } details details summary::after { font-size: 23px; } details[open]>summary::after { content: '-'; } section details { margin-bottom: 0; } section summary { font-size: 21px; font-weight: normal; letter-spacing: 0; color: inherit; display: block; padding: 0; margin-bottom: 13px; } section summary span { text-decoration: none; } section summary::after { margin-left: 8px; line-height: 0; vertical-align: -4px; } section details>div { margin-top: 13px; } hr { margin: 30px 0; border: none; border-top: 1px solid #ccc; } .faq details { margin: 8px auto; } .faq details p { margin: 8px auto; font-size: 17px; } .faq details summary { font-weight: normal; font-style: italic; font-size: 16px; letter-spacing: 1.5px; padding: 5px; color: #111; gap: 5px; } .faq details summary span { text-decoration: underline 1px #444; text-underline-offset: 4px; } .faq details summary::after { font-size: 20px; }.slide { display: flex; justify-content: center; justify-content: safe center; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 10px; margin: 19px auto; margin-bottom: 55px; max-width: 800px; scrollbar-width: thin; scrollbar-color: #f43737 transparent; box-shadow: none; background-color: transparent; border-radius: 12px; } .slide::-webkit-scrollbar { height: 8px; } .slide::-webkit-scrollbar-track { background: transparent; border-radius: 4px; } .slide::-webkit-scrollbar-thumb { background: #f43737; border-radius: 4px; } .slide::-webkit-scrollbar-thumb:hover { background: #d62f2f; } .slide img { flex: 0 0 calc(20% - 8px); scroll-snap-align: center; border-radius: 8px; cursor: pointer; max-height: 175px; object-fit: cover; } @media (max-width: 768px) { .slide img { flex: 0 0 calc(50% - 5px); } } .slide-modal { display: none; position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(5px); justify-content: center; align-items: center; opacity: 0; transition: opacity 0.3s ease; } .slide-modal.active { display: flex; opacity: 1; } .slide-modal-img { max-width: 90%; max-height: 90%; border-radius: 8px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5); object-fit: contain; transform: scale(0.9); transition: transform 0.3s ease; cursor: pointer; } .slide-modal.active .slide-modal-img { transform: scale(1); } .slide-modal-close { position: absolute; top: 20px; right: 35px; color: #fff; font-size: 40px; font-weight: bold; cursor: pointer; transition: color 0.2s; user-select: none; z-index: 1001; } .slide-modal-close:hover { color: #f43737; }.spiral-container { position: relative; display: inline-block; margin: 40px auto; padding-left: 35px; background-color: #fff; border-radius: 5px 15px 15px 5px; box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.15); } .spiral-container::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 10px; width: 14px; background: radial-gradient(circle, #efefe3 6px, transparent 6.5px); background-size: 14px 30px; } .spiral-container::after { content: ""; position: absolute; top: 20px; bottom: 20px; left: -12px; width: 31px; background: linear-gradient(to bottom, transparent 12px, #333 12px, #333 18px, transparent 18px); background-size: 100% 30px; -webkit-mask-image: radial-gradient(circle at 3px 15px, black 3px, transparent 3.5px), radial-gradient(circle at 28px 15px, black 3px, transparent 3.5px), linear-gradient(to right, transparent 3px, black 3px, black 28px, transparent 28px); -webkit-mask-size: 31px 30px; -webkit-mask-repeat: repeat-y; mask-image: radial-gradient(circle at 3px 15px, black 3px, transparent 3.5px), radial-gradient(circle at 28px 15px, black 3px, transparent 3.5px), linear-gradient(to right, transparent 3px, black 3px, black 28px, transparent 28px); mask-size: 31px 30px; mask-repeat: repeat-y; } .spiral-container img { display: block; max-width: 100%; border-radius: 0 12px 12px 0; } .spiral-container h2 { display: flex; align-items: center; justify-content: center; width: 500px; height: 707px; background-color: #ea9736; color: #444; margin: 0; border-radius: 0 12px 12px 0; box-sizing: border-box; font-size: 34px; }