:root {
  --softub-blue:#00a1de;
  --navy:#17233d;
  --text:#243047;
  --white:#ffffff;
  --cool-gray-3:#C9CAC8;
  --cool-gray-8:#8B8D8E;
  --warm-gray-3:#C7C2BA;
  --warm-gray-8:#8B8178;
}

* {
  box-sizing:border-box;
}

html, body {
  margin:0;
  padding:0;
  width:100%;
  overflow-x:hidden;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
}

body {
  font-size:clamp(16px, 1.1vw, 20px);
}


sup {
  font-size:28%;
  line-height:0;
  vertical-align:super;
  position:relative;
  top:-0.38em;
  margin-left:0.02em;
}

.page {
  width:100%;
  max-width:none;
  margin:0;
}

.section {
  width:100%;
  padding:clamp(24px, 4vw, 70px);
}


.top-made-banner{
  background:linear-gradient(90deg, #17233d 0%, #243047 100%);
  color:#ffffff;
  text-align:center;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
  padding:10px 18px;
  font-size:clamp(12px,1vw,16px);
  border-bottom:3px solid var(--softub-blue);
}

.hero {
  min-height:100vh;
  display:grid;
  grid-template-columns:50% 50%;
  gap:clamp(24px, 3vw, 52px);
  align-items:center;
}

.hero-photo {
  min-height:780px;
  overflow:hidden;
}

.hero-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.copy {
  max-width:780px;
  padding-right:36px;
  min-width:0;
}

h1 {
  max-width:100%;
  padding-right:28px;
  overflow:visible;
  margin:0;
  color:var(--softub-blue);
  font-size:clamp(42px, 5.6vw, 96px);
  line-height:.92;
  font-weight:900;
  letter-spacing:.02em;
}

h1 span {
  display:block;
  color:var(--softub-blue);
}

.open-banner,
.showroom-banner {
  border-top:3px solid var(--softub-blue);
  border-bottom:3px solid var(--softub-blue);
  padding:clamp(13px, 1.5vw, 20px) 0;
  margin:clamp(24px, 3vw, 42px) 0;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.open-banner {
  color:var(--softub-blue);
  font-size:clamp(20px, 2.6vw, 38px);
}

.made-header{
  color:#17233d;
  font-size:clamp(18px,1.5vw,24px);
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top:-10px;
  margin-bottom:18px;
}

.verizon-line{
  display:block;
  margin-top:6px;
  font-weight:700;
}

.location-highlight {
  color:var(--softub-blue);
  font-weight:800;
  margin-top:calc(clamp(24px, 3vw, 42px) * -0.45);
  margin-bottom:clamp(22px, 3vw, 34px);
  font-size:clamp(16px, 1.4vw, 21px);
}

.showroom-banner {
  color:var(--navy);
  font-size:clamp(32px, 4vw, 62px);
  line-height:1.05;
}

h2 {
  margin:0 0 18px;
  color:var(--navy);
  font-size:clamp(28px, 3.2vw, 48px);
  line-height:1.05;
  font-weight:900;
}

p {
  margin:0 0 22px;
  line-height:1.58;
}

.buttons {
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:30px;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:58px;
  padding:16px 30px;
  border-radius:9px;
  font-weight:900;
  text-decoration:none;
  border:2px solid var(--softub-blue);
  white-space:nowrap;
  box-shadow:0 5px 14px rgba(0,0,0,.14);
}

.btn-primary {
  background:var(--softub-blue);
  color:#fff;
}

.btn-secondary {
  background:#fff;
  color:var(--softub-blue);
}

.showroom {
  min-height:90vh;
  display:grid;
  grid-template-columns:56% 44%;
  gap:clamp(30px, 4vw, 70px);
  align-items:center;
}

.showroom-photo {
  min-height:780px;
  overflow:hidden;
}

.showroom-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

.info-row {
  display:flex;
  align-items:center;
  gap:16px;
  margin:20px 0;
  font-weight:800;
}

.info-row i {
  color:var(--softub-blue);
  font-size:28px;
  width:30px;
  text-align:center;
}

.features {
  text-align:center;
  padding-top:40px;
  padding-bottom:62px;
}

.features-title {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-bottom:38px;
}


.why-choose-logo-text{
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:.28em;
  flex-wrap:wrap;
}

.softub-wordmark-text{
  color:var(--navy);
  font-weight:900;
  letter-spacing:.02em;
  display:inline-block;
  position:relative;
  padding-right:.28em;
}

.softub-wordmark-text .wordmark-r{
  position:absolute;
  top:-.18em;
  right:0;
  font-size:.28em;
  line-height:1;
}

@media (max-width:650px){
  .why-choose-logo-text{
    gap:.18em;
  }
}

.features-title:before,
.features-title:after {
  content:"";
  height:3px;
  background:var(--softub-blue);
  flex:1;
  max-width:460px;
}

.feature-grid {
  width:100%;
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:0;
}

.feature {
  padding:20px clamp(12px, 1.5vw, 30px);
  border-right:1px solid #ddd;
  min-width:0;
}

.feature:last-child {
  border-right:0;
}

.feature i {
  color:var(--softub-blue);
  font-size:50px;
  margin-bottom:18px;
}

.feature h3 {
  color:var(--navy);
  font-size:clamp(15px, 1.2vw, 19px);
  line-height:1.15;
  margin:0 0 13px;
  font-weight:900;
  text-transform:uppercase;
}

.feature p {
  font-size:clamp(13px, 1vw, 16px);
  line-height:1.45;
  margin:0;
}

.cta {
  background:var(--softub-blue);
  color:#fff;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:clamp(24px, 3vw, 48px);
  align-items:center;
  padding:clamp(34px, 4vw, 64px) clamp(28px, 5vw, 80px);
}

.cta h2,
.cta h3,
.cta p {
  color:#fff;
}

.cta h2 {
  font-size:clamp(32px, 4.2vw, 62px);
  letter-spacing:.04em;
}

.bottom-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:20px;
}

.bottom-buttons .btn {
  min-width:165px;
  border-color:#fff;
}

.bottom-buttons .call {
  background:#fff;
  color:var(--softub-blue);
}

.bottom-buttons .pricing {
  background:#fff;
  color:var(--softub-blue);
  border-color:#fff;
}

.footer-logo {
  text-align:center;
  color:#fff;
  font-size:clamp(42px, 5vw, 76px);
  line-height:.95;
  font-weight:900;
}

.footer-logo span {
  display:block;
  font-size:clamp(22px, 2.4vw, 36px);
  font-weight:700;
}

.footer-logo em {
  display:block;
  margin-top:8px;
  font-family:Georgia, serif;
  font-size:clamp(20px, 2.4vw, 34px);
  font-weight:400;
}



/* Balanced image sizing polish */
.hero-photo,
.showroom-photo{
  border-radius:14px;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  background:transparent;
}

.hero-photo{
  min-height:780px;
}

.showroom-photo{
  min-height:780px;
}

.hero-photo img,
.showroom-photo img{
  aspect-ratio:5 / 4;
}

@media (min-width:1101px){
  .hero{
    grid-template-columns:52% 48%;
  }

  .showroom{
    grid-template-columns:52% 48%;
  }
}

@media (max-width:1100px){
  .hero-photo img,
  .showroom-photo img{
    aspect-ratio:8 / 5;
  }
}

@media (max-width:650px){
  .hero-photo,
  .showroom-photo{
    border-radius:10px;
  }

  .hero-photo img,
  .showroom-photo img{
    aspect-ratio:5 / 4;
  }
}


/* Show more of original photos / avoid cutting off signs */
.hero-photo,
.showroom-photo{
  min-height:auto !important;
  height:auto !important;
  overflow:hidden;
}

.hero-photo img,
.showroom-photo img{
  width:100%;
  height:auto !important;
  aspect-ratio:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
}


/* Mobile Zoho form polish */
@media (max-width:800px){
  .modal-box{
    width:95vw;
    max-height:94vh;
    border-radius:14px;
  }

  .modal-header{
    padding:16px 18px;
  }

  .modal-title{
    font-size:28px;
  }

  .modal-body{
    padding:12px;
    max-height:calc(94vh - 72px);
  }

  .modal-body #crmWebToEntityForm.zcwf_lblRight{
    padding:18px 14px !important;
    width:100% !important;
  }

  .modal-body .zcwf_lblRight .zcwf_row{
    margin:14px 0 !important;
  }

  .modal-body .zcwf_lblRight .zcwf_col_lab{
    width:100% !important;
    float:none !important;
    text-align:left !important;
    margin:0 0 6px 0 !important;
    padding:0 !important;
    font-size:16px !important;
    font-weight:700 !important;
    color:var(--navy) !important;
  }

  .modal-body .zcwf_lblRight .zcwf_col_fld{
    width:100% !important;
    float:none !important;
    padding:0 !important;
    margin:0 !important;
  }

  .modal-body .zcwf_lblRight .zcwf_col_fld input[type=text],
  .modal-body .zcwf_lblRight .zcwf_col_fld input[ftype=email],
  .modal-body .zcwf_lblRight .zcwf_col_fld textarea,
  .modal-body .zcwf_lblRight .zcwf_col_fld_slt{
    width:100% !important;
    min-height:46px !important;
    float:none !important;
    border:1px solid var(--cool-gray-3, #C9CAC8) !important;
    border-radius:8px !important;
    padding:10px 12px !important;
    font-size:16px !important;
    background:#fff !important;
  }

  .modal-body .zcwf_lblRight .zcwf_col_fld input:focus,
  .modal-body .zcwf_lblRight .zcwf_col_fld textarea:focus,
  .modal-body .zcwf_lblRight .zcwf_col_fld_slt:focus{
    outline:none !important;
    border-color:var(--softub-blue) !important;
    box-shadow:0 0 0 3px rgba(0,161,222,.18) !important;
  }

  .modal-body .zcwf_lblRight .zcwf_privacy{
    padding:0 !important;
  }

  .modal-body .zcwf_lblRight .zcwf_privacy_txt{
    width:calc(100% - 34px) !important;
    font-size:13px !important;
    line-height:1.45 !important;
    margin-left:8px !important;
  }

  .modal-body .zcwf_lblRight .zcwf_button{
    min-height:44px !important;
    max-width:none !important;
    padding:10px 18px !important;
    border-radius:8px !important;
    font-size:16px !important;
  }

  .modal-body .zcwf_lblRight .formsubmit{
    width:100% !important;
    margin:6px 0 10px !important;
    background:var(--softub-blue) !important;
    color:#fff !important;
    border-color:var(--softub-blue) !important;
  }

  .modal-body .zcwf_lblRight input[type=reset]{
    width:100% !important;
    background:#fff !important;
    color:var(--softub-blue) !important;
    border-color:var(--softub-blue) !important;
  }

  .modal-body .zcwf_lblRight img[id^=imgid]{
    max-width:100% !important;
    height:auto !important;
    display:block !important;
    margin:6px 0 !important;
  }
}

/* Zoho Modal CTA */
.modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(23,35,61,.72);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:22px;
}

.modal-overlay.active{
  display:flex;
}

.modal-box{
  width:min(920px, 96vw);
  max-height:92vh;
  background:transparent;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.32);
  animation:modalFadeIn .18s ease-out;
}

@keyframes modalFadeIn{
  from{opacity:0; transform:translateY(14px) scale(.98);}
  to{opacity:1; transform:translateY(0) scale(1);}
}

.modal-header{
  background:var(--softub-blue);
  color:#ffffff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:18px 22px;
}

.modal-title{
  font-weight:900;
  font-size:clamp(20px, 2.2vw, 30px);
  letter-spacing:.02em;
}

.modal-close{
  appearance:none;
  border:0;
  background:transparent;
  color:#ffffff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  padding:0 4px;
}

.modal-body{
  padding:22px;
  overflow:auto;
  max-height:calc(92vh - 76px);
  background:var(--cool-gray-3);
}

.modal-body #crmWebToEntityForm{
  margin:0 auto !important;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.12);
  
}

.modal-body .zcwf_title{
  color:var(--navy) !important;
  font-size:22px !important;
  text-align:center;
}

.modal-body .formsubmit.zcwf_button{
  background:var(--softub-blue) !important;
  color:#ffffff !important;
  border-color:var(--softub-blue) !important;
}

@media (max-width:650px){
  .modal-overlay{
    padding:10px;
    align-items:flex-start;
  }

  .modal-box{
    width:100%;
    max-height:96vh;
    margin-top:8px;
  }

  .modal-body{
    padding:4px;
    max-height:calc(96vh - 70px);
  }
}

.bottom-bar a{
  color:inherit;
  text-decoration:none;
}
.bottom-bar a:hover{
  text-decoration:underline;
}

.bottom-bar {
  background:var(--navy);
  color:#fff;
  text-align:center;
  font-weight:900;
  padding:10px;
  letter-spacing:.08em;
}


@media (min-width:1001px) and (max-width:1500px) {
  h1 {
    font-size:clamp(40px, 5.2vw, 88px);
    letter-spacing:.01em;
  }
}

@media (min-width:1500px) {
  .section {
    padding-left:6vw;
    padding-right:6vw;
  }

  .copy {
    max-width:900px;
  }
}

@media (max-width:1100px) {
  .hero,
  .showroom,
  .cta {
    grid-template-columns:1fr;
    min-height:auto;
  }

  .hero-photo,
  .showroom-photo {
    min-height:0;
  }

  .hero-photo img,
  .showroom-photo img {
    height:auto;
    aspect-ratio:8 / 5;
  }

  .copy {
    max-width:none;
  }

  .feature-grid {
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .feature:nth-child(3) {
    border-right:0;
  }

  .feature:nth-child(-n+3) {
    border-bottom:1px solid #ddd;
  }
}

@media (max-width:650px) {
  .section {
    padding:24px 18px;
  }

  .hero,
  .showroom {
    gap:24px;
  }

  .hero-photo img,
  .showroom-photo img {
    aspect-ratio:5 / 4;
  }

  h1 {
    font-size:clamp(42px, 13vw, 62px);
  }

  .buttons,
  .bottom-buttons {
    flex-direction:column;
  }

  .btn {
    width:100%;
    white-space:normal;
    text-align:center;
  }

  .feature-grid {
    grid-template-columns:1fr;
  }

  .feature {
    border-right:0;
    border-bottom:1px solid #ddd;
    padding:28px 18px;
  }

  .feature:last-child {
    border-bottom:0;
  }

  .features-title {
    gap:12px;
  }

  .features-title:before,
  .features-title:after {
    max-width:70px;
  }

  .cta {
    text-align:left;
  }

  .footer-logo {
    text-align:center;
  }
}

/* Make Zoho model dropdown behave like a normal mobile select */
.modal-body .zcwf_lblRight select#LEADCF29{
  appearance:auto !important;
  -webkit-appearance:menulist !important;
  height:46px !important;
}


/* Single-page model sections */
html{
  scroll-behavior:smooth;
}

.site-nav{
  position:sticky;
  top:0;
  z-index:999;
  background:#17233d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px clamp(18px,4vw,58px);
  box-shadow:0 4px 16px rgba(0,0,0,.12);
}

.site-nav a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}

.site-nav .nav-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  align-items:center;
}

.site-nav .nav-cta{
  background:#00a1de;
  padding:10px 16px;
  border-radius:8px;
}

.models-section{
  padding:clamp(40px,5vw,78px) clamp(20px,5vw,80px);
  background:#ffffff;
}

.models-section h2{
  text-align:center;
  color:#17233d;
  margin:0 0 14px;
  font-size:clamp(34px,4vw,58px);
}

.models-intro{
  max-width:780px;
  margin:0 auto 34px;
  text-align:center;
  color:#243047;
  font-size:clamp(16px,1.2vw,20px);
  line-height:1.55;
}

.model-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}

.model-card{
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.12);
  text-decoration:none;
  color:#243047;
  display:flex;
  flex-direction:column;
  transition:transform .18s ease, box-shadow .18s ease;
}

.model-card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.model-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}

.model-card-content{
  padding:16px;
}

.model-card h3{
  margin:0 0 8px;
  color:#17233d;
  font-size:20px;
}

.model-card p{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.4;
}

.model-card span{
  color:#00a1de;
  font-weight:900;
}

.model-detail{
  padding:clamp(40px,6vw,92px) clamp(20px,5vw,80px);
  background:#f8f9fa;
  scroll-margin-top:90px;
}

.model-detail:nth-of-type(even){
  background:#ffffff;
}

.model-detail-inner{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:52% 48%;
  gap:clamp(24px,4vw,64px);
  align-items:center;
}

.model-detail-image{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.15);
}

.model-detail-image img{
  width:100%;
  display:block;
}

.model-detail-copy h2{
  color:#17233d;
  font-size:clamp(42px,6vw,92px);
  line-height:.95;
  margin:0 0 16px;
  text-transform:uppercase;
  font-weight:900;
}

.model-detail-copy .model-tagline{
  color:#00a1de;
  font-size:clamp(24px,3vw,42px);
  line-height:1.05;
  font-weight:900;
  margin-bottom:18px;
}

.model-detail-copy p{
  font-size:clamp(17px,1.3vw,21px);
  line-height:1.58;
  margin:0 0 24px;
}



.model-buttons{margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.model-buttons .btn{
  min-height:54px;
  padding:14px 22px;
}

@media(max-width:1100px){
  .model-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .model-detail-inner{
    grid-template-columns:1fr;
  }
}

@media(max-width:650px){
  .site-nav{
    position:relative;
    align-items:flex-start;
    flex-direction:column;
  }

  .model-grid{
    grid-template-columns:1fr;
  }

  .model-feature-row{
    grid-template-columns:repeat(2,1fr);
  }
}


/* Refined top navigation */
.site-nav{
  position:sticky;
  top:0;
  z-index:999;
  background:#17233d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:12px clamp(18px,4vw,58px);
  box-shadow:0 4px 16px rgba(0,0,0,.14);
}

.nav-brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#ffffff;
  text-decoration:none;
  min-width:220px;
}

.nav-softub-logo{
  height:42px;
  width:auto;
  display:block;
}

.nav-softub-text{
  font-size:34px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.02em;
  color:#fff;
}

.nav-of-dartmouth{
  display:block;
  font-size:19px;
  font-weight:800;
  color:#ffffff;
  line-height:1;
  margin-top:12px;
  white-space:nowrap;
}

.site-nav .nav-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.site-nav .nav-links a{
  color:#ffffff;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.03em;
  text-transform:uppercase;
  font-size:14px;
  padding:11px 14px;
  border-radius:9px;
  transition:background .18s ease, color .18s ease;
}

.site-nav .nav-links a:hover{
  background:rgba(255,255,255,.12);
}

.site-nav .nav-links .nav-cta{
  background:#00a1de;
  color:#ffffff;
  box-shadow:0 4px 12px rgba(0,161,222,.26);
}

.site-nav .nav-links .nav-cta:hover{
  background:#008fc5;
}

@media(max-width:700px){
  .site-nav{
    position:relative;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:12px;
  }

  .nav-brand{
    min-width:0;
    justify-content:center;
  }

  .nav-softub-logo{
    height:38px;
  }

  .nav-of-dartmouth{
    font-size:17px;
    margin-top:10px;
  }

  .site-nav .nav-links{
    justify-content:center;
  }
}



/* Actual Softub all-white PNG logo in header */


.nav-brand-white-logo{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  gap:0 !important;
  min-width:255px !important;
}

.nav-softub-logo-white{
  height:52px !important;
  width:auto !important;
  display:block !important;
}

.nav-of-dartmouth-white{
  color:#ffffff !important;
  font-weight:800 !important;
  font-size:15px !important;
  line-height:1 !important;
  letter-spacing:-0.01em !important;
  margin-top:-1px !important;
  /* Position under the wave/logo similar to footer */
  margin-left:42px !important;
  white-space:nowrap !important;
  font-family:inherit !important;
}

@media(max-width:700px){
  .nav-softub-logo-white{
    height:44px !important;
  }
  .nav-of-dartmouth-white{
    font-size:13px !important;
    margin-left:34px !important;
    margin-top:0 !important;
  }
}
.nav-softub-logo-white{
    height:44px !important;
  }
  .nav-of-dartmouth-white{
    font-size:12px !important;
    margin-left:15px !important;
  }
}

/* Merged handcrafted line into header */
.site-nav{
  align-items:center !important;
  padding:14px clamp(18px,4vw,58px) !important;
}

.nav-brand-white-logo{
  min-width:285px !important;
}

.nav-softub-logo-white{
  height:64px !important;
  max-width:300px !important;
}

.nav-of-dartmouth-white{
  font-size:15px !important;
  font-weight:800 !important;
  margin-left:48px !important;
  margin-top:0 !important;
}

.nav-right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}

.nav-made{
  color:#ffffff;
  font-size:clamp(11px,.9vw,14px);
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
  opacity:.92;
  padding-bottom:2px;
  border-bottom:2px solid var(--softub-blue);
  white-space:nowrap;
}

.site-nav .nav-links{
  justify-content:flex-end !important;
}

@media(max-width:850px){
  .site-nav{
    flex-direction:column !important;
    align-items:center !important;
    gap:14px !important;
  }

  .nav-right{
    align-items:center;
  }

  .nav-made{
    white-space:normal;
    text-align:center;
    line-height:1.35;
  }

  .nav-softub-logo-white{
    height:54px !important;
  }

  .nav-brand-white-logo{
    min-width:0 !important;
    align-items:flex-start !important;
  }

  .nav-of-dartmouth-white{
    font-size:13px !important;
    margin-left:40px !important;
  }
}


.poseidonx-title{
  white-space:nowrap !important;
  letter-spacing:-0.02em;
}

.poseidon-x{
  display:inline !important;
  margin-left:.06em;
}


/* Interactive front/back sell sheet flip cards */
.flip-card{
  position:relative;
  perspective:1600px;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

.flip-card-inner{
  position:relative;
  width:100%;
  transform-style:preserve-3d;
  transition:transform .75s cubic-bezier(.2,.7,.2,1);
  border-radius:18px;
}

.flip-card.is-flipped .flip-card-inner{
  transform:rotateY(180deg);
}

.flip-card-face{
  width:100%;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.15);
  background:#fff;
}

.flip-card-face img{
  width:100%;
  display:block;
}

.flip-card-back{
  position:absolute;
  inset:0;
  transform:rotateY(180deg);
}

.flip-btn{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  z-index:5;
  border:2px solid var(--softub-blue);
  background:#ffffff;
  color:var(--softub-blue);
  font-weight:900;
  border-radius:999px;
  padding:12px 18px;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.18);
  letter-spacing:.02em;
}

.flip-btn:hover{
  background:var(--softub-blue);
  color:#ffffff;
}

@media(max-width:650px){
  .flip-btn{
    bottom:10px;
    padding:10px 14px;
    font-size:14px;
  }
}


/* Sell sheet lightbox enlargement */
.sheet-lightbox{
  position:fixed;
  inset:0;
  background:rgba(10,18,34,.88);
  z-index:10000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}

.sheet-lightbox.active{
  display:flex;
}

.sheet-lightbox-panel{
  position:relative;
  width:min(1120px,96vw);
  height:min(92vh,1100px);
  display:flex;
  align-items:center;
  justify-content:center;
}

.sheet-lightbox img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
  cursor:zoom-in;
  transition:transform .2s ease;
  transform-origin:center center;
}

.sheet-lightbox.zoomed img{
  transform:scale(1.55);
  cursor:zoom-out;
}

.sheet-lightbox-close,
.sheet-lightbox-flip{
  position:absolute;
  z-index:10001;
  border:0;
  cursor:pointer;
  font-weight:900;
  border-radius:999px;
  box-shadow:0 8px 24px rgba(0,0,0,.28);
}

.sheet-lightbox-close{
  top:16px;
  right:16px;
  width:48px;
  height:48px;
  background:#ffffff;
  color:#17233d;
  font-size:30px;
  line-height:1;
}

.sheet-lightbox-flip{
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  padding:13px 22px;
  background:#00a1de;
  color:#ffffff;
  font-size:16px;
}

.flip-card-face img{
  cursor:pointer;
}

@media(max-width:650px){
  .sheet-lightbox{
    padding:10px;
  }

  .sheet-lightbox-panel{
    width:98vw;
    height:88vh;
  }

  .sheet-lightbox.zoomed img{
    transform:scale(1.35);
  }

  .sheet-lightbox-close{
    width:44px;
    height:44px;
    top:10px;
    right:10px;
  }

  .sheet-lightbox-flip{
    bottom:12px;
    font-size:14px;
    padding:11px 18px;
  }
}


/* Header logo alignment tweak */
.nav-brand-white-logo{
display:flex!important;
flex-direction:column!important;
align-items:flex-start!important;
}
.nav-softub-logo-white{
height:64px!important;
}
.nav-of-dartmouth-white{
width:100%;
text-align:center!important;
margin-left:0!important;
padding-left:22px!important;
font-size:14px!important;
font-weight:800!important;
}
@media(max-width:700px){
.nav-of-dartmouth-white{
padding-left:18px!important;
font-size:12px!important;
}
}


/* Mobile-only header CTA symmetry */
@media (max-width:700px){
  .site-nav{
    padding:28px 22px 34px !important;
    gap:18px !important;
  }

  .nav-right{
    width:100% !important;
    align-items:center !important;
    gap:18px !important;
  }

  .nav-made{
    width:100% !important;
    max-width:520px !important;
    margin:0 auto !important;
    padding-bottom:12px !important;
    text-align:center !important;
    line-height:1.35 !important;
  }

  .site-nav .nav-links{
    width:100% !important;
    max-width:520px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
    justify-content:center !important;
    align-items:center !important;
  }

  .site-nav .nav-links a{
    width:100% !important;
    text-align:center !important;
    padding:15px 10px !important;
    font-size:clamp(20px,5vw,28px) !important;
    line-height:1 !important;
  }

  .site-nav .nav-links .nav-cta{
    grid-column:1 / -1 !important;
    max-width:none !important;
    margin:2px auto 0 !important;
    padding:18px 18px !important;
    border-radius:16px !important;
    box-shadow:0 10px 26px rgba(0,161,222,.28) !important;
  }
}


/* Softub video section */
.video-section{
  background:#ffffff;
  padding:clamp(42px,6vw,90px) clamp(20px,5vw,80px);
  text-align:center;
}

.video-section h2{
  color:var(--navy);
  font-size:clamp(34px,4.4vw,64px);
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.video-section p{
  max-width:820px;
  margin:0 auto 30px;
  font-size:clamp(16px,1.25vw,21px);
  line-height:1.55;
}

.video-frame{
  max-width:1120px;
  margin:0 auto;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(0,0,0,.16);
  background:#17233d;
}

.video-frame video{
  width:100%;
  display:block;
  aspect-ratio:16/9;
  background:#17233d;
}

@media(max-width:650px){
  .video-section{
    padding:36px 18px;
  }

  .video-frame{
    border-radius:12px;
  }

  .video-section .video-buttons{
    flex-direction:column;
  }
}


/* Google Reviews section */
.reviews-section{
  background:#f8f9fa;
  padding:clamp(42px,6vw,88px) clamp(20px,5vw,80px);
  text-align:center;
}

.reviews-section h2{
  color:var(--navy);
  font-size:clamp(34px,4.2vw,62px);
  margin:0 0 12px;
  text-transform:uppercase;
  letter-spacing:.03em;
}

.reviews-intro{
  max-width:780px;
  margin:0 auto 28px;
  font-size:clamp(16px,1.25vw,21px);
  line-height:1.55;
}

.google-rating{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:#ffffff;
  border-radius:999px;
  padding:12px 20px;
  box-shadow:0 8px 22px rgba(0,0,0,.10);
  margin-bottom:30px;
  color:var(--navy);
  font-weight:900;
}

.google-rating .stars{
  color:#f5b301;
  letter-spacing:.05em;
}

.review-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.review-card{
  background:#ffffff;
  border-radius:18px;
  padding:26px 24px;
  text-align:left;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  border-top:4px solid var(--softub-blue);
}

.review-card .stars{
  color:#f5b301;
  font-size:20px;
  letter-spacing:.05em;
  margin-bottom:14px;
}

.review-card p{
  margin:0 0 18px;
  color:var(--text);
  line-height:1.55;
  font-size:clamp(15px,1vw,17px);
}

.review-card strong{
  color:var(--navy);
  font-size:15px;
}

.reviews-button{
  margin-top:30px;
}

@media(max-width:900px){
  .review-grid{
    grid-template-columns:1fr;
  }

  .review-card{
    text-align:center;
  }
}

/* ===== next <style> block ===== */

/* Final header logo alignment */
.nav-brand-white-logo{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
}

.nav-softub-logo-white{
    display:block !important;
    height:64px !important;
    width:auto !important;
}

.nav-of-dartmouth-white{
    display:block !important;
    width:100% !important;
    text-align:center !important;
    margin:2px 0 0 0 !important;
    padding:0 !important;
    font-size:14px !important;
    font-weight:800 !important;
    letter-spacing:0 !important;
    line-height:1 !important;
}

@media (max-width:700px){
    .nav-softub-logo-white{
        height:52px !important;
    }
    .nav-of-dartmouth-white{
        font-size:12px !important;
    }
}

/* ===== next <style> block ===== */

.ar6a4cca9c84hidden{ position:absolute !important; opacity:0 !important; pointer-events:none !important}

/* ===== next <style> block ===== */

.hidden {
                        display: none;
                    }
                    .content {
                        position: fixed;
                        bottom: 20px;
                        right: 20px;
                        z-index: 999999999;
                    }
                    .close {
                        position: absolute;
                        top: 0;
                        right: 0;
                        cursor: pointer;
                        padding: 5px;
                        z-index: 8;
                        transition: transform 0.2s;
                    }
                    .contents:hover .close {
                        left: -40px;
                        right: unset;
                    }
                    .content:hover .close {
                        transform: translateX(-30px);
                    }
                    .close svg {
                        height: 20px;
                        width: 20px;
                        cursor: pointer;
                    }
                    .content img {
                        position: relative !important;
                        right: unset !important;
                        bottom: unset !important;
                        cursor: pointer;
                        z-index: 10;
                    }
                    .confirm {
                        position: absolute;
                        bottom: 0;
                        right: calc(100% + 4px);
                        padding: 8px;
                        border-radius: 8px;
                        border: 1px solid #637688;
                        background: #191E23;
                        z-index: 9;
                    }
                    .confirm .title {
                        color: #FFF;
                        font-family: Inter, sans-serif;
                        font-size: 14px;
                        font-weight: 700;
                    }
                    .confirm .info {
                        min-width: 200px;
                        margin: 8px 0 16px;
                        color: #E5E9ED;
                        font-family: Inter, sans-serif;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 150%;
                    }
                    .btns {
                        display: flex;
                        gap: 16px;
                        align-items: center;
                        justify-content: space-between;
                        flex-wrap: nowrap;
                    }
                    .btns button {
                        padding: 4px 8px;
                        color: #FFF;
                        font-family: Inter, sans-serif;
                        font-size: 14px;
                        font-weight: 700;
                        border: none;
                        outline: none;
                        cursor: pointer;
                        background-color: transparent;
                        white-space: nowrap;
                    }

/* ===== next <style> block ===== */

.formsubmit.zcwf_button{
						color: white !important;
						background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%);
					}
					#crmWebToEntityForm.zcwf_lblRight{
						width: 100%;
						padding: 25px;
						margin: 0 auto;
						box-sizing: border-box;
					}
					#crmWebToEntityForm.zcwf_lblRight *{
						box-sizing: border-box;
					}
					#crmWebToEntityForm{
						text-align: left;
					}
					#crmWebToEntityForm *{
						direction: ltr;
					}
					.zcwf_lblRight .zcwf_title{
						word-wrap: break-word;
						padding: 0px 6px 10px;
						font-weight: bold }
					.zcwf_lblRight.cpT_primaryBtn:hover{
						background: linear-gradient(#02acff 0,#006be4 100%)no-repeat padding-box !important;
						box-shadow: 0 -2px 0 0  #0159b9 inset !important;
						border: 0 !important;
						color:  #fff !important;
						outline: 0 !important;
					}
					.zcwf_lblRight .zcwf_col_fld input[ type  = text], input[ type  = password], .zcwf_lblRight .zcwf_col_fld textarea{
						width: 60%;
						border: 1px solid  #c0c6cc !important;
						resize: vertical;
						border-radius: 2px;
						float: left;
					}
					.zcwf_lblRight .zcwf_col_lab{
						width: 30%;
						word-break: break-word;
						padding: 0px 6px 0px;
						margin-right: 10px;
						margin-top: 5px;
						float: left;
						min-height: 1px;
						text-align: right;
					}
					.zcwf_lblRight .zcwf_col_fld{
						float: left;
						width: 68%;
						padding: 0px 6px 0px;
						position: relative;
						margin-top: 5px;
					}
					.zcwf_lblRight .zcwf_privacy{
						padding: 6px;
					}
					.zcwf_lblRight .wfrm_fld_dpNn{
						display: none;
					}
					.dIB{
						display: inline-block;
					}
					.zcwf_lblRight .zcwf_col_fld_slt{
						width: 60%;
						border: 1px solid  #ccc;
						background:  #fff;
						border-radius: 4px;
						font-size: 16px;
						float: left;
						resize: vertical;
						padding: 2px 5px;
					}
					.zcwf_lblRight .zcwf_row:after, .zcwf_lblRight .zcwf_col_fld:after{
						content: '';
						display: table;
						clear: both;
					}
					.zcwf_lblRight .zcwf_col_help{
						float: left;
						margin-left: 7px;
						font-size: 16px;
						max-width: 35%;
						word-break: break-word;
					}
					.zcwf_lblRight .zcwf_help_icon{
						cursor: pointer;
						width: 16px;
						height: 16px;
						display: inline-block;
						background:  #fff;
						border: 1px solid  #c0c6cc;
						color:  #c1c1c1;
						text-align: center;
						font-size: 11px;
						line-height: 16px;
						font-weight: bold;
						border-radius: 50%;
					}
					.zcwf_lblRight .zcwf_row{
						margin: 15px 0px;
					}
					.zcwf_lblRight .formsubmit{
						margin-right: 5px;
						cursor: pointer;
						color:  #313949;
						font-size: 16px;
					}
					.zcwf_lblRight .zcwf_privacy_txt{
						width: 90%;
						color: rgb(0, 0, 0);
						font-size: 16px;
						font-family: Arial;
						display: inline-block;
						vertical-align: top;
						color:  #313949;
						padding-top: 2px;
						margin-left: 6px;
					}
					.zcwf_lblRight .zcwf_button{
						font-size: 16px;
						color:  #313949;
						border: 1px solid  #c0c6cc;
						padding: 3px 9px;
						border-radius: 4px;
						cursor: pointer;
						max-width: 120px;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
					}
					.zcwf_lblRight .zcwf_tooltip_over{
						position: relative;
					}
					.zcwf_lblRight .zcwf_tooltip_ctn{
						position: absolute;
						background:  #dedede;
						padding: 3px 6px;
						top: 3px;
						border-radius: 4px;
						word-break: break-word;
						min-width: 100px;
						max-width: 150px;
						color:  #313949;
						z-index: 100;
					}
					.zcwf_lblRight .zcwf_ckbox{
						float: left;
					}
					.zcwf_lblRight .zcwf_file{
						width: 55%;
						box-sizing: border-box;
						float: left;
					}
					.cBoth:after{
						content: '';
						display: block;
						clear: both;
					}
					@media all and  (max-width: 800px){
						.zcwf_lblRight .zcwf_col_lab, .zcwf_lblRight .zcwf_col_fld{
							width: auto;
							float: none !important;
						}
						.zcwf_lblRight .zcwf_col_help{
							width: 40%;
						}
						.zcwf_lblRight.zcwf_rtl .zcwf_col_lab{
							text-align: left;
						}
						.zcwf_lblRight.zcwf_rtl .zcwf_col_lab{
							text-align: right;
						}
					}