body {
    padding: 0;
    margin: 0;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 20px;
    color: #2B2342;
    background: #FAF9F6;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active, a:focus, button:active, button:focus {
    outline: none;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

a.btn {
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 50px;
    border: 3px solid #2B2342;
    border-radius: 20px;
    color: #2B2342;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

a.btn:hover {
    background: #2B2342;
    color: #FAF9F6;
    transition: 1s;
}

section {
    padding: 60px 0;
}

h1 {
    font-size: 64px;
    font-weight: 900;
    text-align: center;
}

.lavish {
    padding: 20px 0;
    background: #2B2342;
}

.lavish .logo-mark {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #FAF9F6;
}

.lavish .trail {
    display: flex;
    justify-content: end;
    margin-top: 15px;
}

.lavish .trail__one {
    margin: 0 15px;
}

.lavish .trail__one a {
    color: #FAF9F6;
}

.bar {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.bar span {
    width: 100%;
    height: 3px;
    background: #FAF9F6;
    transition: all 0.3s;
}

.bar.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
}

.bar.active span:nth-child(2) {
    opacity: 0;
}

.bar.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
}

.rowfolk__card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.rowfolk__card.first .picture {
    height: 536px;
}

.rowfolk__card .picture {
    width: 100%;
    height: 200px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.rowfolk__card .picture img {
    width: 125%;
}

.rowfolk__card .info {
    text-align: center;
    padding: 10px 20px 20px 20px;
}

.rowfolk__card p:first-child {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.rowfolk .row div .rowfolk__card:last-child {
    margin-bottom: 0;
}

.heather .picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    border-radius: 50px;
}

.heather .picture img {
    width: 125%;
}

.heather .heather__all {
    position: relative;
}

.heather .picture {
    width: 100%;
    height: 600px;
}

.heather__info {
    position: absolute;
    background: #FAF9F6;
    width: 85%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
    padding: 20px;
}

.heather__info p {
    text-align: center;
    margin-bottom: 20px;
}

.heather__info a {
    width: 170px;
    font-size: 20px;
    background-color: #2B2342;
    color: #FAF9F6;
    margin: 0 auto;
}

.heather.page section {
    padding: 0;
}

.heather.page .picture {
    width: 100%;
    height: 500px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.heather.page .picture img {
    width: 125%;
}

.heather.page h1 {
    color: #0E1726;
    margin-bottom: 40px;
}

.heather.page h2 {
    text-align: start;
    margin-top: 40px;
    margin-bottom: 10px;
}

.heather.page p {
    text-align: start;
    margin-bottom: 10px;
}

.heather.page p:last-of-type {
    margin-bottom: 0;
}

.kindwords .kindwords__one {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: #FAF9F6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.kindwords .kindwords__one .up .stars {
    font-size: 18px;
    margin-top: 5px;
    margin-left:auto;
    color: gold;
}

.kindwords .kindwords__one .up .stars i {
    margin-left: 5px;
}

.kindwords .kindwords__one p:last-child {
    font-size: 21px;
    font-weight: 600;
    text-align: justify;
    margin-top: 5px;
}

.vista .picture {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vista .picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 150%;
}

.vista .info-v3 {
    height: 500px;
    align-items: center;
}

.vista .pasth1-v3 {
    text-align: center;
    margin-top: 25px;
}

.vista a {
    margin: 0 auto;
    margin-top: 30px;
}

.leafnotes .leafnotes-one {
    margin-bottom: 30px;
}

.leafnotes .row div:last-of-type .leafnotes-one {
    margin-bottom: 0;
}

.leafnotes .leafnotes-one .picture {
    height: 300px;
    width: 100%;
    margin-top: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.leafnotes .leafnotes-one .picture img {
    width: 125%;
}

.leafnotes .leafnotes-one p:first-of-type {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.leafnotes .leafnotes-one p:last-of-type {
    margin-bottom: 10px;
}

.leafnotes .leafnotes-one a {
    color: #2B2342;
    width: 200px;
    height: 40px;
    font-size: 22px;
}

.leafnotes .leafnotes-one a:hover {
    border-bottom: 1px solid #2B2342;
    color: #FAF9F6;
}

.waypost {
    background: #2B2342;
    color: #FAF9F6;
}

.waypost .all {
    justify-content: center;
}

.waypost .all .waypost__one {
    align-items: center;
    margin: 0 20px;
    text-align: center;
}

.waypost .all .waypost__one p:first-child {
    margin-right: 10px;
}

.waypost.page {
    background: #FAF9F6;
    color: #2B2342;
}

.inkpad {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.duo-inkpad {
    gap: 20px;
}

.inkpad input,
.inkpad textarea {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #2B2342;
    padding: 0 25px;
    border: 1px solid #2B2342;
    border-radius: 100px;
    background: #FAF9F6;
    transition: 0.5s;
    margin-bottom: 0;
}

.inkpad input {
    height: 50px;
}

.inkpad textarea {
    height: 120px;
    padding: 15px 25px;
    border-radius: 25px;
    resize: vertical;
}

.inkpad input:focus,
.inkpad textarea:focus {
    outline: none;
    border: 1px solid #2B2342;
}

.inkpad input::placeholder,
.inkpad textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.inkpad-check {
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

.inkpad-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #2B2342; 
}

.inkpad-check label {
    font-size: 16px;
    margin-bottom: 0;
    color: #2B2342;
}

.inkpad-check label a {
    color: #7A5FA3;
    text-decoration: underline;
}

.inkpad-check label a:hover {
    color: #7A5FA3;
}

button.btn {
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 100%;
    height: 50px;
    border: 3px solid #2B2342;
    border-radius: 20px;
    color: #2B2342;
    font-size: 25px;
    font-weight: 600;
    transition: 1s;
}

button.btn:hover {
    background: #2B2342;
    color: #FAF9F6;
    transition: 1s;
}

/* form-error */
.inkpad input.error,
.inkpad textarea.error,
.inkpad input.error:focus,
.inkpad textarea.error:focus {
    border: 1px solid #7A5FA3;
}

#privacyConsent.error {
    box-shadow: inset 0 0 0 1px #7A5FA3;
    outline: none;
}

.inkpad-check.error {
    border: 1px solid #7A5FA3; 
}

.inkpad-check.error input[type="checkbox"] {
    border: 1px solid #7A5FA3;
}

/* whorl */
#whorl {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    overflow: hidden;
    display: none;
    z-index: 10001;
}

#whorl img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 10001;
}

.afterglow {
    background: #2B2342;
    padding: 50px 0
}

.afterglow .logo-mark {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto;
    color: #FAF9F6;
}

.afterglow .trail{
    opacity: 1;
}

.afterglow .trail__one {
    margin-bottom: 5px;
    align-items: center;
}

.afterglow .trail .trail__one:last-child {
    margin-bottom: 0;
}

.afterglow .trail__one a {
    display: block;
    font-size: 16px;
    color: #FAF9F6;
}

.afterglow .trail__one p {
    font-size: 16px;
    color: #FAF9F6;
}

.afterglow .trail__one p:first-child {
    margin-right: 10px;
}

.sugarnote {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 400px;
    background: #FAF9F6;
    box-shadow: 0 6px 20px rgba(43, 58, 66, 0.25);
    z-index: 1000;
    display: none;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.sugarnote__box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sugarnote__copy h3 {
    font-size: 18px;
    color: #2B2342;
    margin-bottom: 8px;
}

.sugarnote__copy p {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    line-height: 1.4;
}

.sugarnote__copy a {
    color: #7A5FA3;
    text-decoration: underline;
}

.sugarnote__copy a:hover {
    color: #2B2342;
}

.sugarnote__actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.sugarnote__actions .btnx_prime {
    min-width: 100px;
    height: 38px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    background: #2B2342;
    color: #FAF9F6;
}

.sugarnote__actions .btnx_prime.btnx_dim {
    background: #ccc;
    color: #333333;
}

.sugarnote__actions .btnx_prime:hover {
    opacity: 0.85;
}