:root { --t-gold: #7B5D06; }
.reviews {
position: relative;
isolation: isolate;
background-color: var(--t-concrete);
color: var(--t-ink);
font-family: 'Inter', Helvetica, Arial, sans-serif;
padding: 50px 0 87px;
--rv-gutter: 5%;
}
.reviews::before {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background-image: url('/assets/img/section2/concrete-light.webp');
background-size: 420px 420px;
background-repeat: repeat;
mix-blend-mode: multiply;
opacity: .22;
}
.reviews-inner { position: relative; z-index: 1; padding: 0 var(--rv-gutter); }
.reviews-head {
display: flex; align-items: flex-start; justify-content: space-between; gap: 48px;
margin: 0 0 24px;
}
.rv-eyebrow {
display: flex; align-items: center; gap: 18px;
margin: 0 0 12px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 14.5px; letter-spacing: .08em;
color: var(--t-ink); text-transform: uppercase;
}
.rv-eyebrow::after {
content: ''; flex: 0 0 auto; width: 118px; height: 2px;
background: var(--h-cyan); opacity: .9;
}
.reviews-h2 {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: 40.5px;
line-height: 1.16;
letter-spacing: -.004em;
text-transform: uppercase;
color: var(--t-ink);
}
.reviews-h2 .l { display: block; }
@supports ((-webkit-mask-image: url('')) or (mask-image: url(''))) {
.reviews-h2 .l {
-webkit-mask-image: url('/assets/img/hero/headline-mask.webp');
mask-image: url('/assets/img/hero/headline-mask.webp');
-webkit-mask-size: 420px 420px; mask-size: 420px 420px;
-webkit-mask-repeat: repeat; mask-repeat: repeat;
}
}
.rv-rating {
flex: 0 0 auto;
display: block;
text-align: left;
text-decoration: none;
color: var(--t-ink);
padding: 4px 6px 6px;
margin: 6px -6px 0;
}
.rv-rating-word {
display: block;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 14.5px; letter-spacing: .045em;
text-transform: uppercase;
}
.rv-rating-stars { display: flex; gap: 4px; margin: 9px 0 8px; }
.rv-rating-meta { margin: 0; font-size: 16px; line-height: 1.4; color: var(--t-ink-soft); }
.rv-rating-meta strong { font-weight: 700; color: var(--t-ink); }
.rv-rating-src {
display: block; margin: 8px 0 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 600; font-size: 14.5px; letter-spacing: .05em;
color: var(--t-ink-soft);
}
.rv-rating:hover .rv-rating-word,
.rv-rating:hover .rv-rating-src { color: var(--h-cyan-dark); }
.rv-rating:focus-visible { outline: 3px solid var(--h-cyan); outline-offset: 3px; }
.star { width: 26px; height: 26px; fill: var(--t-gold); display: block; }
.star-lg { width: 30px; height: 30px; }
.rv-carousel { position: relative; }
.rv-viewport { overflow: hidden; }
.rv-track {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 1fr;
list-style: none; margin: 0; padding: 0;
}
.rv-card {
display: flex; align-items: flex-start; gap: 14px;
min-width: 0;
padding: 0 34px;
border-left: 1px solid var(--t-hair);
}
.rv-card:first-child { border-left: 0; padding-left: 0; }
.rv-quote {
flex: 0 0 auto;
display: block; width: 84px; height: 58px;
color: var(--t-concrete-lo);
opacity: .9;
}
.rv-quote svg { display: block; width: 100%; height: 100%; }
.rv-body { min-width: 0; }
.rv-name {
margin: 6px 0 0;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 800; font-size: 14.5px; letter-spacing: .05em;
text-transform: uppercase;
}
.rv-text { margin: 16px 0 0; font-size: 16.5px; line-height: 1.62; color: var(--t-ink-soft); }
.rv-nav[hidden] { display: none; }
.rv-nav button {
position: absolute; z-index: 2;
width: 28px; height: 30px;
display: flex; align-items: center; justify-content: center;
background: #2A2E31; border: 0; cursor: pointer;
color: var(--t-concrete);
}
.rv-nav button:hover { background: var(--t-ink); }
.rv-nav button:focus-visible { outline: 3px solid var(--h-cyan); outline-offset: 2px; }
.rv-nav button[disabled] { opacity: .32; cursor: default; }
.rv-prev { left: -46px; }
.rv-next { right: -46px; }
.rv-nav svg { width: 9px; height: 15px; }
@media (min-width: 981px) {
.rv-nav button { top: 50%; transform: translateY(-50%); }
}
.inside {
position: relative;
isolation: isolate;
background-color: var(--h-black);
color: var(--h-bone);
font-family: 'Inter', Helvetica, Arial, sans-serif;
--in-gutter: 5%;
--in-apex-x: 55.7%;
--in-left-y: 0px;
--in-apex-y: 39px;
--in-right-y: 3px;
margin-top: -39px;
--in-pad-b: 71px;
padding: 55px 0 var(--in-pad-b);
clip-path: polygon(0 var(--in-left-y), var(--in-apex-x) var(--in-apex-y),
100% var(--in-right-y), 100% 100%, 0 100%);
}
.inside::before {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background-image: url('/assets/img/hero/concrete.webp'), url('/assets/img/hero/grain.webp');
background-size: 420px 420px, 128px 128px;
background-repeat: repeat, repeat;
background-blend-mode: normal, overlay;
opacity: .07;
mix-blend-mode: screen;
}
.inside::after {
content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
background:
linear-gradient(180deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 18%),
radial-gradient(120% 100% at 50% 46%, rgba(0,0,0,0) 42%, rgba(0,0,0,.5) 100%);
}
.inside-edge {
position: absolute; left: 0; right: 0; top: 0; height: 60px;
z-index: 3; pointer-events: none;
background: var(--h-cyan);
clip-path: polygon(
0 var(--in-left-y), var(--in-apex-x) var(--in-apex-y), 100% var(--in-right-y),
100% calc(var(--in-right-y) + 2.5px), var(--in-apex-x) calc(var(--in-apex-y) + 2.5px),
0 calc(var(--in-left-y) + 2.5px));
filter: drop-shadow(0 0 6px rgba(8,169,221,.5));
}
.inside-inner {
position: relative; z-index: 2;
padding: 0 var(--in-gutter);
display: grid;
grid-template-columns: minmax(0, 1fr) 53%;
gap: 34px;
align-items: start;
}
.in-eyebrow {
display: flex; align-items: center; gap: 18px;
margin: 0 0 12px;
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 14.5px; letter-spacing: .073em;
color: var(--h-cyan); text-transform: uppercase; white-space: nowrap;
}
.in-eyebrow::after {
content: ''; flex: 0 0 auto; width: 84px; height: 2px; background: var(--h-cyan); opacity: .9;
}
.inside-h2 {
margin: 0;
font-family: 'Anton', 'Barlow Semi Condensed', Impact, sans-serif;
font-weight: 400;
font-size: 39.5px;
line-height: 1.13;
letter-spacing: -.004em;
text-transform: uppercase;
color: var(--h-bone);
}
.inside-h2 .l { display: block; }
@supports ((-webkit-mask-image: url('')) or (mask-image: url(''))) {
.inside-h2 .l {
-webkit-mask-image: url('/assets/img/hero/headline-mask.webp');
mask-image: url('/assets/img/hero/headline-mask.webp');
-webkit-mask-size: 420px 420px; mask-size: 420px 420px;
-webkit-mask-repeat: repeat; mask-repeat: repeat;
}
}
.in-lede {
margin: 9px 0 0; max-width: 392px;
font-size: 16.5px; line-height: 1.6; color: var(--h-muted);
}
.in-list {
list-style: none; margin: 23px 0 0; padding: 0;
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 48px;
}
.in-list li {
display: flex; align-items: flex-start; justify-content: space-between; gap: 12px;
padding: 0 0 13px;
margin: 0 0 21px;
border-bottom: 1px solid rgba(231,229,223,.22);
font-size: 15px; line-height: 1.42;
color: var(--h-bone);
}
.in-list li::after {
content: ''; flex: 0 0 auto;
width: 4px; height: 19px; margin-top: 2px;
background: var(--h-cyan);
}
.in-explore {
display: inline-flex; align-items: center; gap: 16px;
margin: 12px 0 0; padding-bottom: 8px;
border-bottom: 1px solid var(--h-cyan);
font-family: 'Barlow Semi Condensed', 'Inter', sans-serif;
font-weight: 500; font-size: 16.5px; letter-spacing: .075em;
text-transform: uppercase; text-decoration: none;
color: var(--h-cyan);
}
.in-explore svg { width: 44px; height: 13px; flex: 0 0 auto; }
.in-explore:hover { color: #4fd0ff; border-bottom-color: #4fd0ff; }
.in-explore:focus-visible { outline: 3px solid var(--h-cyan); outline-offset: 4px; }
.in-photo {
position: relative;
margin-top: -48px;
aspect-ratio: 6120 / 5100;
--in-cut: 90px;
--in-cut-top: 26px;
--in-apex-in-panel: 17.6%;
--in-cut-right: 0px;
--in-bleed-r: -10.48218%;
}
.in-photo picture {
display: block; width: 100%; height: 100%;
clip-path: polygon(0 var(--in-cut-top), var(--in-apex-in-panel) 32px, 100% var(--in-cut-right),
100% 100%, var(--in-cut) 100%);
}
.in-photo img {
width: 100%; height: 100%;
object-fit: cover;
object-position: 62% 42%;
display: block;
}
.in-photo::after {
content: ''; position: absolute; inset: 0;
pointer-events: none;
background: var(--h-cyan);
clip-path: polygon(0 var(--in-cut-top), 3px var(--in-cut-top),
calc(var(--in-cut) + 3px) 100%, var(--in-cut) 100%);
filter: drop-shadow(0 0 5px rgba(8,169,221,.45));
}
@media (min-width: 981px) {
.inside {
z-index: 1;
margin-bottom: calc(-1 * (var(--a-seam-r) - var(--a-seam-cyan)));
clip-path: polygon(
0 var(--in-left-y), var(--in-apex-x) var(--in-apex-y), 100% var(--in-right-y),
100% 100%,
0 calc(100% - (var(--a-seam-r) - var(--a-seam-l))));
}
.in-photo {
margin-right: var(--in-bleed-r);
margin-bottom: calc(var(--in-pad-b) * -1);
align-self: stretch;
aspect-ratio: auto;
}
.in-photo::before {
content: '';
display: block;
width: 100%;
aspect-ratio: 6120 / 5100;
}
.in-photo picture { position: absolute; inset: 0; width: auto; height: auto; }
}
@media (min-width: 981px) and (max-width: 1200px) {
.in-photo { --in-bleed-r: -13.22751%; }
}
@media (min-width: 1201px) {
.in-photo {
--in-apex-in-panel: 15.939%;
--in-cut-right: -4px;
}
}
@media (max-width: 1200px) {
.reviews-h2 { font-size: 3.26vw; }
.inside-h2 { font-size: 3.12vw; }
.rv-quote { font-size: 87.5px; }
.rv-card { padding: 0 24px; }
.inside-inner { grid-template-columns: minmax(0, 1fr) 42%; gap: 30px; }
.in-photo { margin-top: -30px; --in-cut-top: 0px; }
.in-photo picture {
clip-path: polygon(0 var(--in-cut-top), 100% 0, 100% 100%, var(--in-cut) 100%);
}
}
@media (max-width: 980px) {
.reviews { padding: 50px 0 87px; }
.reviews-head { flex-direction: column; gap: 26px; margin-bottom: 38px; }
.rv-rating { margin-left: 0; }
.reviews-h2 { font-size: clamp(21.5px, 4.057vw, 37.5px); }
.rv-track {
grid-auto-columns: 100%;
transition: transform .28s ease-out;
}
.rv-viewport { overflow: hidden; }
.rv-card { border-left: 0; padding: 0; }
.rv-nav button { top: auto; bottom: -58px; }
.rv-prev { left: 0; }
.rv-next { left: 44px; right: auto; }
.inside {
--in-apex-y: 26px; --in-right-y: 2px;
margin-top: -25px; padding: 62px 0 60px;
}
.inside-inner { grid-template-columns: 1fr; gap: 34px; }
.inside-h2 { font-size: clamp(21.5px, 3.919vw, 36.5px); }
.in-lede { max-width: none; }
.in-photo { order: -1; margin-top: 0; aspect-ratio: 16 / 10; --in-cut: 0px; }
.in-photo picture { clip-path: none; }
.in-photo::after {
clip-path: none;
top: auto; height: 3px;
filter: none;
}
.in-photo img { object-position: 60% 45%; }
}
@media (max-width: 620px) {
.reviews { --rv-gutter: 22px; padding: 39px 0 84px; }
.inside { --in-gutter: 22px; --in-apex-y: 16px; padding: 49px 0 50px; }
.reviews-h2 { font-size: clamp(19.5px, 5.796vw, 29px); }
.inside-h2 { font-size: clamp(19px, 5.515vw, 29px); }
.rv-eyebrow, .in-eyebrow { font-size: 14px; letter-spacing: .07em; gap: 12px; }
.rv-eyebrow::after, .in-eyebrow::after { display: none; }
.rv-eyebrow, .in-eyebrow { white-space: normal; }
.rv-quote { font-size: 65.5px; }
.star { width: 22px; height: 22px; }
.star-lg { width: 25px; height: 25px; }
.in-list { grid-template-columns: 1fr; column-gap: 0; }
.in-photo { aspect-ratio: 3 / 2; }
}
@media (prefers-reduced-motion: reduce) {
.rv-track { transition: none !important; }
}
