
@font-face{
  font-family:"Canva Sans";
  src:
    url("../fonts/CanvaSans-Regular.woff2") format("woff2"),
    url("../fonts/CanvaSans-Regular.woff") format("woff"),
    url("../fonts/CanvaSans-Regular.ttf") format("truetype"),
    url("../fonts/Canva Sans Regular.woff2") format("woff2"),
    url("../fonts/Canva Sans Regular.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

@font-face{
  font-family:"Anton";
  src:
    url("../fonts/Anton-Regular.woff2") format("woff2"),
    url("../fonts/Anton-Regular.woff") format("woff"),
    url("../fonts/Anton-Regular.ttf") format("truetype"),
    url("../fonts/Anton.woff2") format("woff2"),
    url("../fonts/Anton.ttf") format("truetype");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}

:root{
  --bg:#000;
  --fg:#f5f5f5;
}

*{box-sizing:border-box}

html, body{
  margin:0;
  min-height:100%;
  background:#000;
  color:var(--fg);
}

body{
  font-family:"Canva Sans", Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
}

a{
  color:inherit;
  text-decoration:none;
}

a:hover,
a:focus-visible{
  opacity:.75;
}

/* CENTERED FIXED DESKTOP WINDOW */
.viewport{
  min-height:100svh;
  display:grid;
  place-items:center;
  overflow:auto;
  background:#000;
  padding:20px;
}

.stage{
  position:relative;
  width:780px;
  height:320px;
  background:#000;
}

.details{
  position:absolute;
  left:43px;
  top:22px;
  width:250px;
}

.section{
  margin:0 0 34px;
}

.section-title{
  margin:0 0 12px;
  font-family:"Anton", Impact, sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:400;
  text-transform:uppercase;
}

.hours{
  display:grid;
  grid-template-columns:68px auto;
  gap:7px 14px;
  width:max-content;
  font-size:13px;
  line-height:1.15;
}

.contact{
  font-size:13px;
  line-height:1.2;
}

.contact-address{
  margin:0 0 18px;
}

.contact a{
  display:block;
  width:max-content;
  max-width:100%;
}

.brand-wrap{
  position:absolute;
  right:0;
  top:20px;
  width:160px;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
}

.brand-logo{
  width:150px;
  margin:0;
}

.brand-logo img{
  display:block;
  width:100%;
  height:auto;
}

.tagline{
  display:none; /* desktop reference currently shows logo only */
}

.tagline img{
  display:block;
  width:100%;
  height:auto;
}

.car{
  position:absolute;
  right:0;
  top:108px;
  width:319px;
  margin:0;
}

.car img{
  display:block;
  width:100%;
  height:auto;
}

/* Use bottom anchoring so Instagram never overlaps the contact block */
.social{
  position:absolute;
  left:44px;
  bottom:34px;
}

.instagram{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:31px;
  height:31px;
}

.instagram svg{
  display:block;
  width:31px;
  height:31px;
}

.footer{
  position:absolute;
  left:44px;
  bottom:-22px;
}

.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:27px;
  margin-bottom:18px;
}

.footer-nav a{
  font-family:"Anton", Impact, sans-serif;
  font-size:12px;
  line-height:1;
  font-weight:400;
  text-transform:uppercase;
}

.copyright{
  margin:0;
  color:#c3c3c3;
  font-size:10px;
  line-height:1.2;
}

/* MOBILE — left aligned with separate high-res logo and separate Passion pur */
@media (max-width:600px){
  .viewport{
    display:block;
    min-height:100svh;
    padding:0;
  }

  .stage{
    position:static;
    width:100%;
    height:auto;
    padding:18px 16px 22px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }

  .details,
  .brand-wrap,
  .car,
  .social,
  .footer{
    position:static;
    left:auto;
    right:auto;
    top:auto;
    bottom:auto;
    width:auto;
    margin:0;
  }

  .brand-wrap{
    order:1;
    width:auto;
    align-items:flex-start;
    margin-bottom:28px;
  }

  .brand-logo{
    width:120px;
    margin:0 0 6px;
  }

  .tagline{
    display:block;
    width:86px;
  }

  .details{
    order:2;
    width:100%;
  }

  .section{
    margin-bottom:25px;
  }

  .section-title{
    margin-bottom:10px;
    font-size:11px;
  }

  .hours{
    grid-template-columns:68px auto;
    gap:5px 14px;
    font-size:12px;
  }

  .contact{
    font-size:12px;
    line-height:1.25;
  }

  .contact-address{
    margin-bottom:14px;
  }

  .car{
    order:3;
    width:183px;
    margin:2px 0 12px;
  }

  .social{
    order:4;
    margin-bottom:15px;
  }

  .instagram,
  .instagram svg{
    width:27px;
    height:27px;
  }

  .footer{
    order:5;
    width:100%;
    bottom:auto;
  }

  .footer-nav{
    gap:25px;
    margin-bottom:17px;
  }

  .footer-nav a{
    font-size:11px;
  }

  .copyright{
    font-size:9px;
  }
}

/* Legal pages */
.subpage .viewport{
  place-items:start center;
}

.subpage .content{
  width:min(820px,100%);
  margin:0 auto;
  padding:48px 42px 72px;
}

.back{
  display:inline-block;
  margin-bottom:42px;
  font-family:"Anton", Impact, sans-serif;
  font-size:12px;
  text-transform:uppercase;
}

.subpage h1{
  margin:0 0 30px;
  font-family:"Anton", Impact, sans-serif;
  font-size:34px;
  line-height:1;
  font-weight:400;
  text-transform:uppercase;
}

.subpage h2{
  margin:30px 0 8px;
  font-family:"Anton", Impact, sans-serif;
  font-size:16px;
  font-weight:400;
}

.subpage p,
.subpage li{
  color:#d1d1d1;
  font-size:14px;
  line-height:1.6;
}

.note{
  margin-top:36px;
  padding:14px 16px;
  border:1px solid #2a2a2a;
  color:#999!important;
  font-size:12px!important;
}

@media (max-width:600px){
  .subpage .content{
    padding:32px 28px 56px;
  }
}
