*{box-sizing:border-box}.beach-hero{width:100%}.beach-hero__container{max-width:1280px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 768px){.beach-hero__container{grid-template-columns:1fr 1fr;padding:0 2rem}}.beach-hero__content{display:flex;flex-direction:column;gap:1.5rem}.beach-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;width:fit-content}.beach-hero__badge img{width:20px;height:20px}.beach-hero__headline{font-weight:700;line-height:1.2;margin:0}.beach-hero__subheadline{line-height:1.6;margin:0}.beach-hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.beach-hero__button{padding:1rem 2rem;border-radius:9999px;font-weight:600;text-decoration:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.beach-hero__button--primary{box-shadow:0 10px 30px #0003}.beach-hero__button--primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0000004d}.beach-hero__button--secondary{border:2px solid currentColor}.beach-hero__button--secondary:hover{opacity:.8}.beach-hero__button--secondary img{width:20px;height:20px}.beach-hero__image{width:100%;border-radius:1.5rem;overflow:hidden;box-shadow:0 20px 60px #00000026}.beach-hero__image img{width:100%;height:100%;display:block}.beach-video-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.beach-video-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000e6}.beach-video-modal__content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.beach-video-modal__close{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;z-index:10}.beach-video-modal__iframe-wrapper{position:relative;width:100%;max-width:1200px;padding-bottom:56.25%}.beach-video-modal__iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.beach-reasons{width:100%}.beach-reasons__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-reasons__container{padding:0 2rem}}.beach-reasons__headline{text-align:center;font-weight:700;margin:0 0 3rem}.beach-reasons__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.beach-reasons__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.beach-reasons__grid{grid-template-columns:repeat(4,1fr)}}.beach-reasons__item{padding:2rem;border-radius:1rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.beach-reasons__item:hover{transform:translateY(-5px);box-shadow:0 10px 40px #00000026}.beach-reasons__image{width:100%;aspect-ratio:4/3;border-radius:.75rem;overflow:hidden;margin-bottom:1.5rem}.beach-reasons__image img{width:100%;height:100%;display:block}.beach-reasons__icon{width:60px;height:60px;margin-bottom:1.5rem}.beach-reasons__icon img{width:100%;height:100%;display:block}.beach-reasons__title{font-weight:700;margin:0 0 .75rem}.beach-reasons__description{line-height:1.6;margin:0}.beach-use-cases{width:100%}.beach-use-cases__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-use-cases__container{padding:0 2rem}}.beach-use-cases__headline{text-align:center;font-weight:700;margin:0 0 1rem}.beach-use-cases__subheadline{text-align:center;margin:0 0 3rem}.beach-use-cases__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.beach-use-cases__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.beach-use-cases__grid{grid-template-columns:repeat(4,1fr)}}.beach-use-cases__item{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .3s ease}.beach-use-cases__item:hover{transform:scale(1.02)}.beach-use-cases__image{position:relative;width:100%;aspect-ratio:3/4}.beach-use-cases__image img{width:100%;height:100%;display:block}.beach-use-cases__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;text-align:center}.beach-use-cases__icon{width:60px;height:60px;margin-bottom:1rem}.beach-use-cases__icon img{width:100%;height:100%;display:block}.beach-use-cases__title{font-weight:700;margin:0 0 .5rem}.beach-use-cases__description{margin:0;line-height:1.5}.beach-faq{width:100%}.beach-faq__container{max-width:900px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-faq__container{padding:0 2rem}}.beach-faq__headline{text-align:center;font-weight:700;margin:0 0 3rem}.beach-faq__accordion{display:flex;flex-direction:column;gap:1rem}.beach-faq__item{border-radius:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.beach-faq__question{width:100%;text-align:left;background:none;border:none;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:0}.beach-faq__icon{font-size:24px;font-weight:300;transition:transform .3s ease}.beach-faq__item.active .beach-faq__icon{transform:rotate(45deg)}.beach-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease;line-height:1.6;padding-top:0}.beach-faq__item.active .beach-faq__answer{max-height:500px;padding-top:1rem}.beach-cta{width:100%;position:relative;overflow:hidden}.beach-cta__container{max-width:1280px;margin:0 auto;padding:0 1rem;text-align:center;position:relative;z-index:1}@media (min-width: 768px){.beach-cta__container{padding:0 2rem}}.beach-cta__headline{font-weight:700;line-height:1.2;margin:0 0 1rem}.beach-cta__subheadline{margin:0 0 2rem;line-height:1.6;opacity:.9}.beach-cta__button-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.ultimateCar{cursor:pointer;display:inline-block;padding:1.5rem 4rem;border-radius:9999px;box-shadow:0 20px 60px #0000004d;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.ultimateCar:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.ultimateCar:hover:before{width:300px;height:300px}.ultimateCar:hover{transform:scale(1.05);box-shadow:0 25px 80px #0006}.ultimateCar h2{margin:0;font-weight:700;position:relative;z-index:1}@media (max-width: 768px){.ultimateCar{padding:1.25rem 2.5rem}}.beach-cta__badges{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.beach-cta__badge{display:flex;align-items:center;gap:.5rem}.beach-cta__badge img{width:20px;height:20px}.beach-use-cases__button{cursor:pointer;transition:opacity .3s ease,transform .2s ease}.beach-use-cases__button:hover{opacity:.9;transform:translateY(-2px)}.beach-use-cases__button:active{transform:translateY(0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.beach-video-modal__content{animation:slideUp .4s ease}.beach-testimonials{width:100%}.beach-testimonials__container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.beach-testimonials__container{padding:0 2rem}}.beach-testimonials__headline{margin:0 0 1rem;font-weight:700;line-height:1.2}.beach-testimonials__subheadline{margin:0 0 3rem;line-height:1.6}.beach-testimonials__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 640px){.beach-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.beach-testimonials__grid{gap:2.5rem}}.beach-testimonials__card{height:100%}.beach-testimonials__frame{height:100%;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease}.beach-testimonials__frame:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0003}.beach-testimonials__inner{height:100%;display:flex;flex-direction:column;gap:1.5rem}.beach-testimonials__stars{letter-spacing:2px;line-height:1}.beach-testimonials__text{margin:0;flex:1;font-style:italic}.beach-testimonials__customer{display:flex;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.beach-testimonials__avatar{flex-shrink:0;box-shadow:0 2px 8px #0000001a}.beach-testimonials__info{display:flex;flex-direction:column;gap:.25rem}.beach-testimonials__name{margin:0;line-height:1.3}.beach-testimonials__location{margin:0;line-height:1.3;opacity:.8}@media (max-width: 639px){.beach-testimonials__grid{gap:1.5rem}.beach-testimonials__inner{gap:1rem}}.beach-testimonials__review-image{position:relative;width:calc(100% + 2 * var(--card-padding, 2rem))}.beach-testimonials__review-image img{display:block;transition:transform .3s ease}.beach-testimonials__card:hover .beach-testimonials__review-image img{transform:scale(1.05)}@media (max-width: 768px){.home-honeycomb__layout{grid-template-columns:1fr!important;gap:2rem!important}.home-honeycomb__content,.home-honeycomb__image-wrapper{order:0!important}.home-honeycomb__headline{font-size:32px!important;line-height:1.2!important}.home-honeycomb__description{font-size:16px!important}.home-honeycomb__eyebrow{font-size:12px!important}.home-australian-made__layout{grid-template-columns:1fr!important;gap:2rem!important}.home-australian-made__content,.home-australian-made__image-wrapper{order:0!important}.home-australian-made__headline{font-size:32px!important;line-height:1.2!important}.home-australian-made__story{font-size:16px!important}.home-australian-made__eyebrow{font-size:12px!important}.home-australian-made__stats{grid-template-columns:1fr!important;gap:1rem!important}.home-categories__grid{grid-template-columns:1fr!important;gap:1.5rem!important}.home-categories__headline{font-size:32px!important}.home-features__grid{grid-template-columns:1fr!important;gap:1.5rem!important}.home-features__headline{font-size:32px!important}.home-shop-by-make__grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.home-shop-by-make__headline{font-size:32px!important}.home-trust__grid{grid-template-columns:1fr!important;gap:1.5rem!important}.home-trust__headline{font-size:32px!important}.home-trust__payment-icons{gap:15px!important}.home-hero__content-wrapper{grid-template-columns:1fr!important;gap:2rem!important}.home-hero__headline{font-size:32px!important;line-height:1.2!important}.home-hero__subheadline{font-size:16px!important}.home-hero__buttons{flex-direction:column!important;align-items:stretch!important}.home-hero__buttons a,.home-hero__buttons button{width:100%!important;text-align:center!important;justify-content:center!important}.home-video-section__grid{grid-template-columns:1fr!important}.home-video-section__headline,.home-cta__headline{font-size:32px!important}.home-cta__subheadline{font-size:16px!important}.home-faq__item{padding:1rem!important}.home-faq__headline{font-size:32px!important}.home-honeycomb__container,.home-australian-made__container,.home-categories__container,.home-features__container,.home-shop-by-make__container,.home-trust__container,.home-hero__container,.home-video-section__container,.home-cta__container,.home-faq__container{padding-left:1rem!important;padding-right:1rem!important}}@media (max-width: 480px){.home-shop-by-make__grid{grid-template-columns:1fr!important}.home-honeycomb__headline,.home-australian-made__headline,.home-categories__headline,.home-features__headline,.home-shop-by-make__headline,.home-trust__headline,.home-hero__headline,.home-video-section__headline,.home-cta__headline,.home-faq__headline{font-size:24px!important}.home-hero__buttons a,.home-hero__buttons button,.home-categories__btn,.home-shop-by-make__cta-button,.home-cta__button-wrapper .ultimateCar{padding:.875rem 1.5rem!important;font-size:14px!important}}@media (min-width: 769px) and (max-width: 1024px){.home-honeycomb__layout{gap:2rem!important}.home-honeycomb__headline{font-size:32px!important}.home-australian-made__layout{gap:2rem!important}.home-australian-made__headline{font-size:32px!important}.home-categories__grid,.home-features__grid{grid-template-columns:repeat(2,1fr)!important}.home-shop-by-make__grid{grid-template-columns:repeat(3,1fr)!important}.home-trust__grid{grid-template-columns:repeat(2,1fr)!important}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/home-sections.css.map */
