 #cr-cards + .services {margin-top: 0;}#cr-cards, #reviews, #sbs, #service-areas {padding-top: clamp(2.5rem, 5vw, 4rem);padding-bottom: clamp(2.5rem, 5vw, 4rem);}#cr-cards {padding-bottom: clamp(1.5rem, 3vw, 2.5rem);}#hero {display: flex;flex-direction: column;justify-content: center;min-height: 80vh;padding-bottom: 0;}#hero .cs-container {padding-top: clamp(2rem, 5vw, 4rem);padding-bottom: clamp(2rem, 5vw, 4rem);}#hero .cs-flex-group {margin-bottom: 0;}#seasonal-note {background-color: #14a9e0;padding: 0.75rem 1rem;text-align: center;}#seasonal-note p {margin: 0;color: #fff;font-size: 1rem;line-height: 1.5;}#seasonal-note a {color: #fff;font-weight: 700;text-decoration: underline;text-underline-offset: 2px;}@media only screen and (min-width: 0rem) {#cr-cards {padding: var(--sectionPadding);}#cr-cards .cr-cards-intro {max-width: 46rem;margin: 0 auto 2.5rem;text-align: center;}#cr-cards .cr-cards-intro .cs-title {margin-bottom: 1rem;}#cr-cards .cr-cards-intro .cs-text a {color: #0a7bab;text-decoration: underline;text-underline-offset: 2px;}#cr-cards .cr-cards {max-width: 80rem;margin: auto;display: grid;grid-template-columns: 1fr;gap: 1.5rem;}#cr-cards .cr-card {display: flex;flex-direction: column;background-color: #fff;border: 1px solid #e6e6e6;border-radius: 14px;overflow: hidden;text-decoration: none;color: inherit;transition: transform 0.2s ease, box-shadow 0.2s ease;}#cr-cards .cr-card:hover, #cr-cards .cr-card:focus-visible {transform: translateY(-4px);box-shadow: rgba(0, 0, 0, 0.12) 0 12px 30px;}#cr-cards .cr-card-img {display: block;aspect-ratio: 4 / 3;overflow: hidden;}#cr-cards .cr-card-pic, #cr-cards .cr-card-pic img {display: block;width: 100%;height: 100%;object-fit: cover;}#cr-cards .cr-card-body {display: flex;flex-direction: column;align-items: flex-start;gap: 0.4rem;padding: 1.25rem;flex: 1;}#cr-cards .cr-card-tag {font-size: 0.72rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.08em;color: var(--primary);}#cr-cards .cr-card-title {font-size: 1.4rem;font-weight: 700;color: var(--headerColor);line-height: 1.2;}#cr-cards .cr-card-price {font-size: 1.15rem;font-weight: 700;color: var(--headerColor);}#cr-cards .cr-card-meta {font-size: 0.9rem;color: var(--bodyTextColor);margin-bottom: 0.5rem;}#cr-cards .cr-card-btn {margin-top: auto;}#cr-cards .cr-cards-foot {text-align: center;margin-top: 2.5rem;}}@media only screen and (min-width: 48rem) {#cr-cards .cr-cards {grid-template-columns: repeat(3, 1fr);}}body.dark-mode #cr-cards .cr-card {background-color: var(--medium, #2c394b);border-color: #46586b;}body.dark-mode #cr-cards .cr-card-title, body.dark-mode #cr-cards .cr-card-price {color: #fff;}body.dark-mode #cr-cards .cr-card-meta {color: #cdd6df;}body.dark-mode #cr-cards .cr-cards-intro .cs-text a {color: #5bc9f2;}@media only screen and (min-width: 0rem) {#cr-detail {padding: var(--sectionPadding);}#cr-detail .cr-wrap {margin: auto;max-width: 80rem;width: 100%;display: flex;flex-direction: column;gap: 2rem;}#cr-detail .cr-gallery {display: grid;grid-template-columns: 1fr 1fr;gap: 0.75rem;align-content: start;}#cr-detail .cr-shot {display: block;margin: 0;border-radius: 12px;overflow: hidden;aspect-ratio: 4 / 3;}#cr-detail .cr-shot-main {grid-column: 1 / -1;aspect-ratio: 16 / 10;}#cr-detail .cr-shot img {width: 100%;height: 100%;object-fit: cover;display: block;}#cr-detail .cr-specs {background-color: #f7f7f7;border-radius: 1rem;padding: clamp(1.25rem, 4vw, 2rem);}#cr-detail .cr-specs .cs-topper {text-align: left;}#cr-detail .cr-specs .cs-title {text-align: left;margin-bottom: 1rem;}#cr-detail .cr-price {font-size: 1.5rem;font-weight: 700;color: var(--headerColor);margin: 0;}#cr-detail .cr-price span {display: block;font-size: 0.9rem;font-weight: 400;color: var(--bodyTextColor);margin-top: 0.15rem;}#cr-detail .cr-spec-list {list-style: none;margin: 1.5rem 0;padding: 0;}#cr-detail .cr-spec-list li {display: flex;justify-content: space-between;gap: 1rem;padding: 0.65rem 0;border-bottom: 1px solid #e2e2e2;color: var(--bodyTextColor);}#cr-detail .cr-spec-list li b {color: var(--headerColor);white-space: nowrap;}#cr-detail .cr-spec-list li span {text-align: right;}#cr-detail .cr-suitable-label {font-weight: 700;color: var(--headerColor);margin: 0 0 0.6rem;}#cr-detail .cr-chips {list-style: none;margin: 0 0 1.75rem;padding: 0;display: flex;flex-wrap: wrap;gap: 0.4rem;}#cr-detail .cr-chips li {font-size: 0.85rem;line-height: 1.2;background-color: #fff;border: 1px solid #dcdcdc;border-radius: 2rem;padding: 0.35rem 0.8rem;color: var(--bodyTextColor);}#cr-detail .cr-cta {display: flex;flex-wrap: wrap;gap: 0.75rem;}}@media only screen and (min-width: 64rem) {#cr-detail .cr-wrap {flex-direction: row;align-items: stretch;gap: 2.5rem;}#cr-detail .cr-gallery {flex: 1 1 56%;}#cr-detail .cr-specs {flex: 1 1 44%;}}body.dark-mode #cr-detail .cr-specs {background-color: var(--medium, #2c394b);}body.dark-mode #cr-detail .cr-specs .cs-title, body.dark-mode #cr-detail .cr-price, body.dark-mode #cr-detail .cr-spec-list li b, body.dark-mode #cr-detail .cr-suitable-label {color: #fff;}body.dark-mode #cr-detail .cr-price span, body.dark-mode #cr-detail .cr-spec-list li {color: #cdd6df;}body.dark-mode #cr-detail .cr-spec-list li {border-bottom-color: #46586b;}body.dark-mode #cr-detail .cr-chips li {background-color: var(--accent, #334756);border-color: #46586b;color: #e4eaf0;}