@charset "UTF-8";
  .bca-container {
width: min(1120px, calc(100% - 48px));
margin: 0 auto;
}
@media (min-width: 960px) {
.bca-container {
width: min(1120px, calc(100% - 248px));
}
} .bca-hero {
position: relative;
overflow: hidden;
padding: clamp(72px, 9vw, 120px) 24px clamp(56px, 7vw, 96px);
background:
radial-gradient(120% 160% at 85% -20%, rgba(185, 158, 116, .22), transparent 55%),
radial-gradient(110% 140% at 8% 110%, rgba(185, 158, 116, .14), transparent 50%),
linear-gradient(180deg, #faf7f2 0%, #fffdf9 100%);
text-align: center;
}
.bca-hero__inner {
position: relative;
max-width: 880px;
margin: 0 auto;
}
.bca-hero__kicker {
margin: 0 0 14px;
color: var(--bm-gold);
font-family: var(--bm-label);
font-size: 13px;
font-weight: 500;
letter-spacing: .52em;
text-indent: .52em;
line-height: 1;
}
.bca-hero__title {
margin: 0 0 18px;
font-family: var(--bm-serif);
font-size: clamp(30px, 4.8vw, 46px);
font-weight: 600;
letter-spacing: .12em;
line-height: 1.4;
color: var(--bm-text);
}
.bca-hero__sub {
margin: 0;
color: var(--bm-text-sub);
font-size: clamp(15px, 1.8vw, 17px);
letter-spacing: .06em;
line-height: 2;
} .bca-nav {
padding: clamp(24px, 3.4vw, 36px) 0 0;
}
.bca-nav__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px 12px;
margin: 0;
padding: 0;
list-style: none;
}
.bca-nav__list a {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 20px;
border: 1px solid var(--bm-line);
border-radius: 999px;
background: #fff;
color: var(--bm-text-sub);
font-size: 14.5px;
letter-spacing: .06em;
text-decoration: none;
transition: border-color .25s ease, color .25s ease, background .25s ease;
}
.bca-nav__list a::after {
content: "";
width: 6px;
height: 6px;
border-right: 1px solid var(--bm-gold);
border-bottom: 1px solid var(--bm-gold);
transform: rotate(45deg) translateY(-1px);
}
.bca-nav__list a:hover {
border-color: var(--bm-gold);
color: var(--bm-gold-dk);
background: #fdfaf5;
} .bca-list-section {
padding-top: clamp(40px, 5vw, 64px);
}
.bca-list {
display: grid;
gap: clamp(32px, 4.4vw, 56px);
}
.bca-card {
overflow: hidden;
border: 1px solid var(--bm-line);
border-radius: 20px;
background: #fff;
box-shadow: 0 18px 44px rgba(60, 48, 32, .08); scroll-margin-top: 96px;
}
@media (min-width: 860px) {
.bca-card {
display: grid;
grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
align-items: stretch;
}
} .bca-card__media {
position: relative;
overflow: hidden;
min-height: 220px;
background: #efe9df;
}
@media (min-width: 860px) {
.bca-card__media {
min-height: 320px;
height: 100%;
}
}
.bca-card__media img {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.bca-card__label {
position: absolute;
left: 0;
top: 16px;
padding: 8px 18px 8px 16px;
border-radius: 0 999px 999px 0;
background: linear-gradient(120deg, #a8895a, #c9ab7c);
color: #fff;
font-size: 13.5px;
font-weight: 600;
letter-spacing: .1em;
line-height: 1;
box-shadow: 0 6px 14px rgba(96, 74, 43, .28);
} .bca-card__body {
padding: clamp(24px, 3.4vw, 40px) clamp(20px, 3.2vw, 40px) clamp(28px, 3.6vw, 44px);
}
.bca-card__status {
display: inline-flex;
align-items: center;
gap: 8px;
margin: 0 0 10px;
padding: 5px 14px;
border: 1px solid rgba(63, 138, 90, .35);
border-radius: 999px;
background: rgba(63, 138, 90, .07);
color: #3f8a5a;
font-size: 12.5px;
font-weight: 600;
letter-spacing: .12em;
line-height: 1;
}
.bca-card__status-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: #3f8a5a;
}
.bca-card__title {
margin: 0 0 6px;
font-family: var(--bm-serif);
font-size: clamp(23px, 2.8vw, 30px);
font-weight: 600;
letter-spacing: .08em;
line-height: 1.5;
color: var(--bm-text);
}
.bca-card__subtitle {
margin: 0 0 14px;
color: var(--bm-gold-dk);
font-size: clamp(14.5px, 1.7vw, 16.5px);
font-weight: 500;
letter-spacing: .08em;
}
.bca-card__period {
display: flex;
align-items: center;
gap: 10px;
margin: 0 0 14px;
font-size: 14.5px;
}
.bca-card__period-label {
flex-shrink: 0;
padding: 4px 12px;
border-radius: 4px;
background: var(--bm-text);
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: .14em;
line-height: 1;
}
.bca-card__period-date {
color: var(--bm-text-sub);
font-weight: 500;
letter-spacing: .05em;
}
.bca-card__desc {
margin: 0 0 18px;
color: var(--bm-text-sub);
font-size: 15px;
letter-spacing: .04em;
line-height: 1.95;
} .bca-card__prices {
margin: 0 0 22px;
padding: 4px 18px;
list-style: none;
border: 1px solid var(--bm-line);
border-radius: 12px;
background: #fdfbf7;
}
.bca-price {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 4px 16px;
padding: 13px 0;
}
.bca-price + .bca-price {
border-top: 1px dashed var(--bm-line);
}
.bca-price__name {
color: var(--bm-text);
font-size: 15px;
font-weight: 600;
letter-spacing: .04em;
line-height: 1.6;
}
.bca-price__name small {
color: var(--bm-text-soft);
font-size: 13px;
font-weight: 500;
}
.bca-price__value {
display: inline-flex;
flex-wrap: wrap;
align-items: baseline;
gap: 4px 10px;
margin-left: auto;
}
.bca-price__regular {
color: var(--bm-text-soft);
font-size: 14px;
letter-spacing: .02em;
}
.bca-price__main {
color: var(--bm-text);
font-size: 15.5px;
font-weight: 600;
white-space: nowrap;
}
.bca-price__main strong {
color: #b0483f;
font-family: var(--bm-label);
font-size: 27px;
font-weight: 700;
letter-spacing: .01em;
}
.bca-price__main small {
color: var(--bm-text-soft);
font-size: 12px;
font-weight: 500;
}
.bca-price__off {
align-self: center;
padding: 4px 10px;
border-radius: 999px;
background: linear-gradient(120deg, #b0483f, #c96a52);
color: #fff;
font-family: var(--bm-label);
font-size: 13.5px;
font-weight: 700;
letter-spacing: .04em;
line-height: 1;
white-space: nowrap;
}
.bca-price__note {
width: 100%;
color: var(--bm-text-soft);
font-size: 13px;
letter-spacing: .03em;
} .bca-card__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
} .bca-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 236px;
min-height: 58px;
padding: 12px 32px;
border: 1px solid transparent;
border-radius: 999px;
background: linear-gradient(135deg, #c9b28b 0%, #b99e74 100%);
color: #fff !important;
font-size: 16.5px;
font-weight: 700;
letter-spacing: .08em;
line-height: 1.4;
text-decoration: none;
box-shadow: 0 6px 16px rgba(185, 158, 116, .35);
transition: opacity .25s ease, transform .25s ease, box-shadow .25s ease;
}
.bca-btn:hover {
transform: translateY(-2px);
box-shadow: 0 10px 22px rgba(185, 158, 116, .45);
}
.bca-btn--ghost {
border-color: #c9b28b;
background: #fff;
color: #8c7b64 !important;
box-shadow: none;
}
.bca-btn--ghost:hover {
background: #faf6ef;
box-shadow: none;
} .bca-notes-section {
padding-top: clamp(56px, 6vw, 80px);
padding-bottom: clamp(72px, 8vw, 112px);
}
.bca-notes__title {
margin: 0 0 20px;
font-family: var(--bm-serif);
font-size: clamp(21px, 2.4vw, 25px);
font-weight: 600;
letter-spacing: .1em;
color: var(--bm-text);
}
.bca-notes__list {
margin: 0;
padding: 22px 26px;
list-style: none;
border: 1px solid var(--bm-line);
border-radius: 12px;
background: #fff;
}
.bca-notes__list li {
position: relative;
padding: 6px 0 6px 18px;
color: var(--bm-text-sub);
font-size: 14.5px;
letter-spacing: .04em;
line-height: 1.9;
}
.bca-notes__list li::before {
content: "";
position: absolute;
left: 0;
top: 17px;
width: 8px;
height: 1.5px;
background: var(--bm-gold);
} @media (max-width: 859px) {
.bca-card__media {
height: 224px;
}
.bca-price {
position: relative;
flex-direction: column;
align-items: flex-start;
gap: 6px;
}
.bca-price__value {
margin-left: 0;
} .bca-price__name {
padding-right: 88px;
}
.bca-price__off {
position: absolute;
top: 14px;
right: 0;
}
.bca-card__actions .bca-btn {
width: 100%;
}
}
@media (max-width: 599px) {
.bca-nav__list {
gap: 8px;
}
.bca-nav__list a {
padding: 9px 16px;
font-size: 13.5px;
}
} #bt-root.bca-page .bt-sidecta__btn--web {
background: linear-gradient(180deg, #cfb488 0%, #b99e74 60%, #a98c60 100%);
}
#bt-root.bca-page .bt-sidecta__btn {
border-radius: 12px 0 0 12px;
padding: 18px 0 13px !important;
font-size: 15px !important;
font-weight: 700;
}
#bt-root.bca-page .bt-sidecta__btn span {
line-height: 1.25;
letter-spacing: .04em;
}
@media (max-width: 768px) {
#bt-root.bca-page .bt-bottombar__btn--web {
background: linear-gradient(90deg, #cfb488 0%, #b99e74 60%, #a98c60 100%);
}
#bt-root.bca-page .bt-bottombar__btn span {
font-size: clamp(15.5px, 4.3vw, 18px) !important; padding-bottom: 0 !important;
margin-bottom: 0 !important;
line-height: 1 !important;
} #bt-root.bca-page .bt-bottombar__btn svg {
transform: none !important;
}
}