:root {
    --jb-deep: #07374a;
    --jb-sea: #075d68;
    --jb-teal: #0a8f88;
    --jb-green: #0b7556;
    --jb-sand: #f7f0e3;
    --jb-gold: #e9bd63;
    --jb-coral: #ce7048;
    --jb-text: #1d4144;
    --jb-muted: #607576;
    --jb-line: rgba(7, 93, 104, .15);
    --jb-shadow: 0 24px 60px rgba(4, 54, 70, .16)
}

/* Justifica apenas os parágrafos */
p {
  text-align: justify;
}

/* Os títulos permanecem com o alinhamento padrão ou o que você definir */
h1, h2, h3 {
  text-align: left; /* ou center, etc. */
}

body {
    text-align: justify;
    text-justify: inter-word; /* Melhora a distribuição das palavras */
}

html,
body {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.jaburu-page {
    background: #fff
}

.jaburu-page main {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible
}

.jaburu-page *,
.jaburu-page *:before,
.jaburu-page *:after {
    box-sizing: border-box
}

.jaburu-page img {
    display: block;
    max-width: 100%
}

.jb-shell {
    width: min(1220px, calc(100% - 36px));
    margin-inline: auto
}

.jb-section {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 108px 0;
    scroll-margin-top: 142px
}

.jb-eyebrow {
    display: inline-flex;
    color: var(--jb-teal);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase
}

.jb-eyebrow--light {
    color: #b9f0e6
}

.jb-eyebrow--gold {
    color: var(--jb-gold)
}

.jb-lead {
    color: #385b5f;
    font-size: clamp(1.08rem, 1.8vw, 1.27rem);
    line-height: 1.78
}

.jb-heading {
    max-width: 880px;
    margin-bottom: 46px
}

.jb-heading--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.jb-heading--light h2,
.jb-heading--light p {
    color: #fff
}

.jb-heading h2,
.jb-sources h2 {
    margin: 10px 0 18px;
    color: var(--jb-deep);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.55rem, 5vw, 4.8rem);
    letter-spacing: -.045em;
    line-height: .98
}

.jb-heading p {
    max-width: 760px;
    margin: 0;
    color: var(--jb-muted);
    line-height: 1.75
}

.jb-hero {
    position: relative;
    min-height: min(800px, calc(100vh - 78px));
    overflow: hidden;
    color: #fff;
    background: var(--jb-deep)
}

.jb-hero__image,
.jb-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.jb-hero__image {
    object-fit: cover;
    object-position: center
}

.jb-hero__overlay {
    background: linear-gradient(90deg, rgba(2, 27, 38, .93), rgba(5, 52, 63, .60) 52%, rgba(5, 52, 63, .12)), linear-gradient(0deg, rgba(2, 28, 37, .50), transparent 56%)
}

.jb-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: min(710px, calc(100vh - 78px));
    padding-top: 95px;
    padding-bottom: 110px;
    justify-content: center;
    flex-direction: column
}

.jb-breadcrumbs {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 9px;
    color: rgba(255, 255, 255, .75);
    font-size: .78rem
}

.jb-breadcrumbs a {
    color: inherit;
    text-decoration: none
}

.jb-hero h1 {
    max-width: 840px;
    margin: 13px 0 23px;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(4.2rem, 10vw, 8rem);
    letter-spacing: -.065em;
    line-height: .84;
    text-shadow: 0 14px 35px rgba(0, 24, 38, .30)
}

.jb-hero__content>p {
    max-width: 740px;
    margin: 0 0 30px;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1.04rem, 2vw, 1.24rem);
    line-height: 1.74
}

.jb-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.jb-button {
    display: inline-flex;
    min-height: 50px;
    padding: 13px 20px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    font-size: .86rem;
    font-weight: 900;
    text-decoration: none;
    transition: transform .2s ease
}

.jb-button:hover {
    transform: translateY(-2px)
}

.jb-button--primary {
    color: #063642;
    background: linear-gradient(135deg, #ffe8ad, var(--jb-gold));
    box-shadow: 0 15px 34px rgba(233, 189, 99, .24)
}

.jb-button--glass {
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(12px)
}

.jb-hero__notice {
    position: absolute;
    z-index: 3;
    right: 22px;
    bottom: 22px;
    padding: 10px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    background: rgba(2, 38, 48, .58);
    font-size: .68rem;
    backdrop-filter: blur(10px)
}

.jb-nav-wrap {
    position: sticky;
    z-index: 850;
    top: 78px;
    border-bottom: 1px solid var(--jb-line);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 25px rgba(5, 61, 82, .07);
    backdrop-filter: blur(14px)
}

.jb-nav {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none
}

.jb-nav::-webkit-scrollbar {
    display: none
}

.jb-nav a {
    position: relative;
    display: inline-flex;
    min-height: 58px;
    padding: 15px 16px;
    align-items: center;
    color: #5a7071;
    font-size: .78rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap
}

.jb-nav a:after {
    position: absolute;
    right: 15px;
    bottom: 0;
    left: 15px;
    height: 3px;
    border-radius: 99px 99px 0 0;
    background: var(--jb-teal);
    content: '';
    opacity: 0;
    transform: scaleX(.25);
    transition: .2s
}

.jb-nav a:hover,
.jb-nav a.is-active {
    color: var(--jb-deep)
}

.jb-nav a.is-active:after {
    opacity: 1;
    transform: scaleX(1)
}

.jb-overview {
    background: radial-gradient(circle at 95% 0%, rgba(10, 143, 136, .10), transparent 28%), #fff
}

.jb-overview__grid {
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    gap: 62px;
    align-items: center
}

.jb-overview h2,
.jb-name h2 {
    margin: 12px 0 22px;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: clamp(2.45rem, 5vw, 4.8rem);
    letter-spacing: -.045em;
    line-height: .98
}

.jb-overview p:not(.jb-lead),
.jb-name p:not(.jb-lead) {
    color: var(--jb-muted);
    line-height: 1.8
}

.jb-cards {
    display: grid;
    margin-top: 34px;
    gap: 11px
}

.jb-cards article {
    padding: 17px 18px;
    border: 1px solid var(--jb-line);
    border-radius: 17px;
    background: #f8fbfa
}

.jb-cards strong,
.jb-cards span {
    display: block
}

.jb-cards strong {
    color: var(--jb-deep)
}

.jb-cards span {
    margin-top: 4px;
    color: var(--jb-muted);
    font-size: .83rem;
    line-height: 1.55
}

.jb-overview__media {
    position: relative;
    margin: 0
}

.jb-overview__media:before {
    position: absolute;
    z-index: -1;
    top: -22px;
    right: -22px;
    width: 70%;
    height: 62%;
    border-radius: 28px;
    background: linear-gradient(145deg, var(--jb-gold), #f6ddab);
    content: ''
}

.jb-overview__media img {
    width: 100%;
    min-height: 560px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--jb-shadow)
}

.jb-overview__media figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 17px 18px;
    border-radius: 16px;
    color: rgba(255, 255, 255, .76);
    background: rgba(3, 48, 61, .86);
    font-size: .78rem;
    line-height: 1.55;
    backdrop-filter: blur(10px)
}

.jb-overview__media strong,
.jb-overview__media span {
    display: block
}

.jb-overview__media strong {
    color: #fff
}

.jb-history,
.jb-moinho,
.jb-memory {
    color: #fff;
    background: radial-gradient(circle at 100% 15%, rgba(10, 143, 136, .17), transparent 28%), linear-gradient(145deg, #072d48 0%, #075d68 60%, #0b7556 100%)
}

.jb-history__grid {
    display: grid;
    grid-template-columns: 1fr .84fr;
    gap: 64px;
    align-items: start
}

.jb-history__grid>article .jb-lead {
    color: rgba(255, 255, 255, .88)
}

.jb-history__grid>article p:not(.jb-lead) {
    color: rgba(255, 255, 255, .73);
    line-height: 1.8
}

.jb-timeline {
    position: relative;
    display: grid;
    gap: 13px
}

.jb-timeline:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 18px;
    width: 2px;
    background: rgba(255, 255, 255, .18);
    content: ''
}

.jb-timeline article {
    position: relative;
    padding: 18px 18px 18px 55px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08)
}

.jb-timeline article:before {
    position: absolute;
    top: 24px;
    left: 11px;
    width: 16px;
    height: 16px;
    border: 4px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    background: var(--jb-gold);
    content: ''
}

.jb-timeline span {
    color: var(--jb-gold);
    font-size: .71rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase
}

.jb-timeline h3 {
    margin: 5px 0 6px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 1.23rem
}

.jb-timeline p {
    margin: 0;
    color: rgba(255, 255, 255, .69);
    font-size: .82rem;
    line-height: 1.6
}

.jb-name {
    background: radial-gradient(circle at 0% 0%, rgba(233, 189, 99, .16), transparent 27%), linear-gradient(180deg, #fffdf8, var(--jb-sand))
}

.jb-name__grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 64px;
    align-items: center
}

.jb-name__mark {
    position: relative;
    display: grid;
    min-height: 510px;
    padding: 46px;
    overflow: hidden;
    border-radius: 28px;
    place-content: center;
    background: linear-gradient(150deg, var(--jb-teal), var(--jb-deep));
    box-shadow: var(--jb-shadow)
}

.jb-name__mark span,
.jb-name__mark strong {
    color: #fff;
    font-family: Georgia, serif;
    line-height: .85
}

.jb-name__mark span {
    font-size: clamp(3.5rem, 6vw, 5.3rem)
}

.jb-name__mark strong {
    font-size: clamp(3.2rem, 6vw, 5.3rem)
}

.jb-note {
    margin-top: 28px;
    padding: 20px 22px;
    border-left: 4px solid var(--jb-gold);
    border-radius: 0 17px 17px 0;
    background: rgba(255, 255, 255, .82)
}

.jb-note strong {
    color: #7b5f1c
}

.jb-note p {
    margin: 6px 0 0;
    color: #745f35 !important;
    font-size: .84rem;
    line-height: 1.6 !important
}

.jb-capela {
    background: #fff
}

.jb-feature {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 45px;
    align-items: center
}

.jb-feature figure {
    margin: 0
}

.jb-feature img {
    width: 100%;
    min-height: 500px;
    border-radius: 27px;
    object-fit: cover;
    box-shadow: var(--jb-shadow)
}

.jb-feature figcaption,
.jb-moinho figcaption {
    margin-top: 10px;
    color: var(--jb-muted);
    font-size: .76rem;
    line-height: 1.5
}

.jb-year {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--jb-coral);
    font-family: Georgia, serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1
}

.jb-feature h3 {
    margin: 0 0 17px;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.03
}

.jb-feature p {
    color: var(--jb-muted);
    line-height: 1.78
}

.jb-info-grid {
    display: grid;
    margin-top: 52px;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.jb-info-grid article {
    padding: 24px;
    border: 1px solid var(--jb-line);
    border-radius: 20px;
    background: #f8fbfa
}

.jb-info-grid strong {
    display: block;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: 1.25rem
}

.jb-info-grid p {
    margin: 10px 0 0;
    color: var(--jb-muted);
    font-size: .82rem;
    line-height: 1.6
}

.jb-moinho__grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 52px;
    align-items: center
}

.jb-moinho__current {
    margin: 0
}

.jb-moinho__current img {
    width: 100%;
    min-height: 520px;
    border-radius: 27px;
    object-fit: cover;
    box-shadow: 0 28px 75px rgba(0, 28, 42, .30)
}

.jb-moinho__grid article .jb-lead {
    color: rgba(255, 255, 255, .88)
}

.jb-moinho__grid article p:not(.jb-lead) {
    color: rgba(255, 255, 255, .72);
    line-height: 1.8
}

.jb-moinho__compare {
    display: grid;
    margin-top: 48px;
    grid-template-columns: .42fr 1.58fr;
    gap: 16px
}

.jb-moinho__compare figure {
    margin: 0
}

.jb-moinho__compare img {
    width: 100%;
    height: 560px;
    border-radius: 23px;
    object-fit: cover
}

.jb-moinho__compare figcaption {
    color: rgba(255, 255, 255, .68)
}

.jb-legends {
    background: radial-gradient(circle at 100% 0%, rgba(206, 112, 72, .10), transparent 27%), #fffdf8
}

.jb-legends__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.jb-legends__grid article {
    min-height: 335px;
    padding: 29px;
    border: 1px solid #eadfc9;
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(74, 52, 18, .07)
}

.jb-legends__grid article>span {
    color: var(--jb-coral);
    font-family: Georgia, serif;
    font-size: 1.5rem;
    font-weight: 900
}

.jb-legends h3 {
    margin: 14px 0 13px;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: 1.6rem;
    line-height: 1.05
}

.jb-legends p {
    color: var(--jb-muted);
    line-height: 1.72
}

.jb-legends small {
    display: block;
    margin-top: 18px;
    color: #92764b;
    font-size: .72rem;
    line-height: 1.5
}

.jb-facts {
    background: #f4faf9
}

.jb-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
}

.jb-facts__grid article {
    min-height: 225px;
    padding: 25px;
    border: 1px solid var(--jb-line);
    border-radius: 20px;
    background: #fff
}

.jb-facts strong {
    display: block;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: 1.35rem;
    line-height: 1.08
}

.jb-facts p {
    margin: 13px 0 0;
    color: var(--jb-muted);
    font-size: .84rem;
    line-height: 1.65
}

.jb-gallery {
    background: #fff
}

.jb-gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 245px;
    gap: 14px
}

.jb-gallery__item {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 21px;
    background: var(--jb-deep);
    cursor: zoom-in
}

.jb-gallery__item--wide {
    grid-column: span 2
}

.jb-gallery__item--tall {
    grid-row: span 2
}

.jb-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease
}

.jb-gallery__item:hover img {
    transform: scale(1.045)
}

.jb-gallery__item span {
    position: absolute;
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 11px 13px;
    border-radius: 12px;
    color: #fff;
    background: rgba(3, 45, 56, .76);
    font-size: .75rem;
    font-weight: 850;
    text-align: left;
    backdrop-filter: blur(10px)
}

.jb-memory__header {
    max-width: 820px;
    margin-bottom: 42px
}

.jb-memory__header h2 {
    margin: 10px 0 16px;
    color: #fff;
    font-family: Georgia, serif;
    font-size: clamp(2.55rem, 5vw, 4.7rem);
    line-height: .98
}

.jb-memory__header p {
    color: rgba(255, 255, 255, .72);
    line-height: 1.75
}

.jb-memory__grid {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 28px;
    grid-template-columns: .86fr 1.14fr;
    background: #fff;
    box-shadow: 0 28px 80px rgba(0, 28, 42, .28)
}

.jb-memory__form,
.jb-memory__feed {
    padding: 36px
}

.jb-memory__form {
    color: var(--jb-text);
    background: #f8fbfa
}

.jb-memory__form h3,
.jb-memory__feed h3 {
    margin: 0 0 20px;
    color: var(--jb-deep);
    font-family: Georgia, serif;
    font-size: 1.75rem
}

.jb-memory__form label {
    display: block;
    margin: 18px 0 8px;
    color: var(--jb-text);
    font-size: .79rem;
    font-weight: 900
}

.jb-memory__form label span {
    color: var(--jb-muted);
    font-weight: 600
}

.jb-memory__form input,
.jb-memory__form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #cbded8;
    border-radius: 13px;
    outline: none;
    color: var(--jb-text);
    background: #fff;
    font: inherit
}

.jb-memory__form textarea {
    resize: vertical
}

.jb-memory__counter {
    display: flex;
    margin-top: 7px;
    justify-content: space-between;
    gap: 12px;
    color: var(--jb-muted);
    font-size: .7rem
}

#jb-memory-warning {
    color: #aa4f34
}

#jb-memory-submit {
    width: 100%;
    min-height: 50px;
    margin-top: 20px;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--jb-teal), var(--jb-green));
    font-weight: 900;
    cursor: pointer
}

#jb-memory-submit:disabled {
    cursor: not-allowed;
    opacity: .45
}

.jb-memory__privacy,
.jb-memory__status {
    color: var(--jb-muted);
    font-size: .72rem;
    line-height: 1.5
}

.jb-memory__privacy {
    margin: 11px 0 0
}

.jb-memory__status {
    min-height: 22px;
    margin-top: 10px;
    font-weight: 800
}

.jb-memory__status[data-type=success] {
    color: #087a45
}

.jb-memory__status[data-type=error] {
    color: #a33e2d
}

.jb-memory__status[data-type=warning] {
    color: #96630e
}

.jb-memory__feed {
    color: var(--jb-text);
    background: #fff
}

.jb-memory__feed-head {
    display: flex;
    margin-bottom: 18px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px
}

.jb-memory__feed-head small {
    color: var(--jb-teal);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase
}

.jb-memory__feed-head h3 {
    margin: 5px 0 0
}

#jb-memory-total {
    padding: 7px 10px;
    border-radius: 99px;
    color: var(--jb-green);
    background: #e2f3ec;
    font-size: .71rem
}

.jb-memory__list {
    display: grid;
    max-height: 620px;
    overflow-y: auto;
    gap: 12px
}

.jb-memory__empty {
    padding: 30px;
    border: 1px dashed #bed7cf;
    border-radius: 18px;
    color: var(--jb-muted);
    background: #f8fbfa;
    text-align: center
}

.jb-memory-card {
    padding: 19px;
    border: 1px solid var(--jb-line);
    border-radius: 17px;
    background: #fff
}

.jb-memory-card__top {
    display: flex;
    justify-content: space-between;
    gap: 12px
}

.jb-memory-card strong {
    color: var(--jb-green)
}

.jb-memory-card time {
    color: var(--jb-muted);
    font-size: .7rem
}

.jb-memory-card p {
    margin: 11px 0 0;
    color: #526765;
    line-height: 1.65;
    white-space: pre-wrap;
    overflow-wrap: anywhere
}

.jb-memory-card__actions {
    display: flex;
    margin-top: 13px;
    justify-content: flex-end
}

.jb-memory-like {
    min-height: 34px;
    padding: 7px 11px;
    border: 1px solid var(--jb-line);
    border-radius: 99px;
    color: var(--jb-green);
    background: #f6faf8;
    font-size: .72rem;
    font-weight: 850;
    cursor: pointer
}

.jb-sources {
    background: var(--jb-sand)
}

.jb-sources__grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 70px
}

.jb-sources li {
    color: var(--jb-muted);
    line-height: 1.75
}

.jb-sources__note {
    padding: 17px 19px;
    border-left: 4px solid var(--jb-gold);
    border-radius: 0 15px 15px 0;
    background: rgba(255, 255, 255, .74);
    color: var(--jb-muted);
    line-height: 1.7
}

.jb-lightbox {
    width: min(1080px, calc(100% - 28px));
    max-height: calc(100vh - 28px);
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #041f2a;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .45)
}

.jb-lightbox::backdrop {
    background: rgba(1, 18, 25, .83);
    backdrop-filter: blur(7px)
}

.jb-lightbox img {
    width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain
}

.jb-lightbox p {
    margin: 0;
    padding: 16px 22px 20px;
    color: rgba(255, 255, 255, .78);
    font-size: .82rem
}

.jb-lightbox__close {
    position: absolute;
    z-index: 3;
    top: 13px;
    right: 13px;
    display: grid;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    place-items: center;
    color: #fff;
    background: rgba(1, 31, 42, .74);
    font-size: 1.6rem;
    cursor: pointer
}

@media(max-width:1080px) {
    .jb-nav-wrap {
        top: 72px
    }

    .jb-overview__grid,
    .jb-history__grid,
    .jb-name__grid,
    .jb-feature,
    .jb-moinho__grid {
        grid-template-columns: 1fr
    }

    .jb-info-grid,
    .jb-facts__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .jb-legends__grid,
    .jb-memory__grid,
    .jb-sources__grid {
        grid-template-columns: 1fr
    }

    .jb-memory__form {
        border-bottom: 1px solid var(--jb-line)
    }
}

@media(max-width:760px) {
    .jb-shell {
        width: min(100% - 24px, 1220px)
    }

    .jb-hero {
        min-height: 690px
    }

    .jb-hero__content {
        min-height: 620px;
        padding-top: 82px;
        padding-bottom: 105px
    }

    .jb-hero h1 {
        font-size: clamp(3.8rem, 21vw, 6rem)
    }

    .jb-hero__actions {
        flex-direction: column
    }

    .jb-button {
        width: 100%
    }

    .jb-hero__notice {
        display: none
    }

    .jb-section {
        padding: 75px 0
    }

    .jb-overview__media img,
    .jb-feature img {
        min-height: 380px
    }

    .jb-info-grid,
    .jb-facts__grid,
    .jb-gallery__grid,
    .jb-moinho__compare {
        grid-template-columns: 1fr
    }

    .jb-gallery__grid {
        grid-auto-rows: 330px
    }

    .jb-gallery__item--wide,
    .jb-gallery__item--tall {
        grid-column: auto;
        grid-row: auto
    }

    .jb-moinho__compare img {
        height: 420px
    }

    .jb-memory__form,
    .jb-memory__feed {
        padding: 25px
    }

    .jb-memory__feed-head,
    .jb-memory-card__top {
        flex-direction: column
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    .jb-gallery__item img,
    .jb-button {
        transition: none
    }
}
.jb-heading.jb-heading--light h2 {
  color: #ffffff;
}

.jb-heading.jb-heading--light p {
  color: rgba(255, 255, 255, 0.85);
}