:root {
  --font-family-sans: "sofia-pro";
  --font-family-serif: "miller-banner";
  --site-color: #444444;
  --site-background: #ffffff;
  --global-border-radius: 0px;
  --color-light-grey: #999999;
  --color-mid-grey: #777777;
  --color-dark-grey: #333333;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gold: #a68f6b;
  --grid-horizontal-spacing-mobile: 10px;
  --grid-horizontal-spacing-tablet: 40px;
  --grid-horizontal-spacing-desktop: 60px;
  --page-margin-mobile: 20px;
  --page-margin-tablet: 40px;
  --page-margin-desktop: 100px;
  --popup-bg-darkness: 0.6;
}

body {
  margin: 0;
  padding: 0;
	font-size: 14px;
	font-family: var(--font-family-sans), Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	line-height: 1.65;
	letter-spacing: 0em;
	color: var(--site-color);
	background: var(--site-background);
}

@media only screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }  
}

@media only screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }  
}


.color-scheme-light-00 {
  color: #333333;
  background: #ffffff;
}

.color-scheme-light-warm-01 {
  color: #333333;
  background: #efedea;
}

.color-scheme-light-01 {
  color: #333333;
  background: #f2f2f2;
}

.color-scheme-light-02 {
  color: #333333;
  background: #eeeeee;
}

.color-scheme-light-03 {
  color: #333333;
  background: #e1e1e1;
}

.color-scheme-dark-01 {
  color: #cccccc;
  background: #000000;
}

.color-scheme-dark-02 {
  color: #cccccc;
  background: #222222;
}

.color-scheme-navy-01 {
  color: #cccccc;
  background: #1F232E;
}

/* TYPOGRAPHY */

address {
  font-style: normal;
}

a, a:visited, a:active {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.link-no-underline {
  text-decoration: none;
}

.image-with-text--text a {
  color: var(--color-gold); 
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, .h1, h2, .h2 {
  font-family: "miller-banner", serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.01em;  
}

h1, .h1, h2, .h2 {
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.02em;  
}

h4 {
  font-family: var(--font-family-sans), Helvetica, Arial, sans-serif;
  font-weight: 500;
}

h1, .h1 {font-size: 26px;}
h2, .h2 {font-size: 20px;}
h3, .h3 {font-size: 18px; font-weight: 400}
h4, .h4 {font-size: inherit;}

.homepage-section-explore h3 {
  font-weight: 300;
}

.text-size-small {font-size: 13px;}
.text-size-standard {font-size: 15px;}
.text-size-large {font-size: 17px;}

.piano-type-label {
  font-family: "miller-banner", serif;
  font-style: normal;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
}

@media only screen and (min-width: 750px) {
  h1, .h1 {font-size: 28px;}
  h2, .h2 {font-size: 20px;}
  h3, .h3 {font-size: 18px}
}

@media only screen and (min-width: 1025px) {
  h1, .h1 {font-size: 32px}
  h2, .h2 {font-size: 24px}
  h3, .h3 {font-size: 19px}
  .text-size-large {font-size: 18px;}
  .piano-type-label {font-size: 18px}
}

@media only screen and (min-width: 1300px) {
  h1, .h1 {font-size: 40px;} 
  h2, .h2 {font-size: 26px}
  h3, .h3 {font-size: 19px;}
  .text-size-small {font-size: 14px;}
  .text-size-large {font-size: 19px;}
  .piano-type-label {font-size: 19px}
}


.breadcrumb {
  opacity: 0.65;
}

.breadcrumb a {
  text-decoration: none !important;
}


.piano-dimensions {
  opacity: 0.65;
  margin: 30px 0 20px 0;
}


/* LINKS AND BUTTONS */

.icon {
  width: 16px;
  height: 16px;
  color: inherit;
}

.button {
  text-decoration: none;
}

button {
  font-family: var(--font-family-sans), Helvetica, sans-serif;
}

.button {
  font-family: var(--font-family-sans), Helvetica, sans-serif;
  color: #877356;
  background: none;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  padding: 15px 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.0;
  min-width: 140px;
  transition: .25s;
  text-align: center !important;
  -webkit-transition-duration: .25s;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
}

.mig-badge {
  margin: 0 auto;
  width: 60px;
}

@media only screen and (min-width: 900px) {
  .mig-badge {
    margin: 0 auto;
    width: 75px;
  }  
}

.mig-badge img {
  width: 100%;
  height: auto;
}



/* COOKIE CONSENT BANNER */

.global-cookie-banner {
  position: fixed;
  z-index: 100000;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ffffff;
  color: #333333;
  padding: 16px;
  border-top: 1px solid #dddddd;
}

.cookie-notice-message {
  max-width: 900px;
  margin-bottom: 10px;
  font-size: 13px;
}

.cookie-notice-message a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.cookie-notice-buttons {
  width: 100%;
  display: grid; 
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
}

.cookie-notice-buttons .button {
  margin: 0 !important;
  cursor: pointer;
}

@media only screen and (min-width: 750px) {
  .global-cookie-banner {
    padding: 10px 20px;
  }
  .cookie-notice-message {
    margin-bottom: 0;
  }  
  .cookie-notice-inner {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    align-items: center;
    column-gap: 10px;
  }
  .cookie-notice-message {
    grid-column: 1 / span 4;
  }
  .cookie-notice-buttons {
    grid-column: 5 / span 2;
  }
}


/* HEADER */

.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 35px;
  background: #dddddd;
  color: #333333;
  overflow: hidden;
  font-size: 13px;
}

.announcement-bar--close {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.announcement-bar--text {
  margin: 0 auto;
  text-align: center;
  height: 35px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.25;
}

.announcement-bar--text p {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .announcement-bar--text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.header-bar {
  background: #ffffff;
  color: var(--color-black);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  height: 60px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 12px;
  display: grid;
  grid-template-columns: repeat(16,1fr);
  column-gap: 0;
  z-index: 100;
}

body:has(.announcement-bar) .header-bar {
  top: 35px;
}

.header-logo {
  margin: 0 auto;
  text-align: center;
  color: inherit;
  grid-column: 6 / span 6;
  display: flex;
}

.header-logo a {
  display: flex;
}

.header-logo-svg {
  width: 120px;
}

.header-menu {
  grid-column: 1 / span 5;
  height: 60px;
}

.menu-button {
  appearance: none;
  background: none;
  outline: none;
  border: 0;
  box-sizing: border-box;
  padding: 0;
  color: inherit;
  width: 50px;
  height: 60px;
}

.menu-button-line {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--color-black);
  margin-top: 3px;
  margin-bottom: 3px;
}

.body-homepage .menu-button-line {
  background: #ffffff;
}

.body-homepage .header-scrolled .menu-button-line {
  background: var(--color-black);
}

.body-homepage .header-hovered .menu-button-line {
  background: var(--color-black);
}

.menu-button-line:nth-child(1) {
  margin-top: 2px;
}

.menu-button-line:nth-child(2) {
  width: 12px;
}

.menu-drawer-close-button {
  color: #999999;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  cursor: pointer;
  margin-left: auto;
}

.drawer-close-button {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  height: 60px;
  width: 50px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menu-drawer-close-button .icon, .drawer-close-button .icon {
  width: 12px;
  height: 12px;
}

.drawer-language-selector-button {
  font-size: 14px;
}

.header-action-bar {
  color: inherit;
  grid-column: 13 / span 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

.header-action-bar a, .header-action-bar button {
  color: inherit;
  text-decoration: none;
  font-size: 13px !important;
  line-height: 1;
  font-weight: inherit;
}

.button-unstyled {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  color: inherit;
  background: none;
  padding: 0;
}

.header-language-selector-desktop {
  display: none;
  position: relative;
  margin-right: 20px;
}

.header-language-selector-desktop::after {
  content: "";
  border: solid currentColor;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -3px;
  left: 9px;
}

.header-language-dropdown-desktop {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  z-index: 1000;
}

.header-language-dropdown-desktop.open {
  visibility: visible;
  opacity: 1;
  transition: 0.2s linear;
}

.header-language-selector-modal-bg {
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  z-index: 0;  
}

.header-language-selector-modal-contents {
  position: relative;
  z-index: 1;
  height: auto;
  width: calc(100vw - 40px);
  text-align: left;
  background: #ffffff;
  box-sizing: border-box;
}

.modal-header {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eeeeee;
  font-family: "miller-banner", serif;
  font-style: italic;
  letter-spacing: -0.01em;
}

.modal-header .icon {
  width: 12px;
  height: 12px;
}

.modal-close-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.body-homepage .header-bar {
  background: none;
  color: var(--color-white);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  transition: 0.2s linear;
}

.body-homepage .header-bar:not(.header-scrolled, .header-hovered) img.header-logo-svg {
  filter: brightness(0) invert(1);
}

.body-homepage .header-bar.header-scrolled, .body-homepage .header-bar.header-hovered {
  background: #ffffff;
  color: var(--color-black);
}

.body-homepage .header-language-selector-desktop::after {
  border: solid currentColor;
  border-width: 0 1px 1px 0;
}

.body-homepage .header-bar.header-scrolled .header-language-selector-desktop::after {
  border: solid currentColor;
  border-width: 0 1px 1px 0;
}

.body-homepage .header-bar.header-hovered .header-language-selector-desktop::after {
  /*border: solid var(--color-black);*/
  border-width: 0 1px 1px 0;
}

@media only screen and (min-width: 600px) {
  .header-language-selector-modal-contents {
    width: 400px; 
  }  
}

.header-language-dropdown-desktop ul {
  list-style-type: none;
  padding: 20px;
  margin: 0;
}

.header-language-dropdown-desktop li {
  border-bottom: 1px solid #eeeeee;
}

.header-language-dropdown-desktop li:last-child {
  border-bottom: 0;
}

.header-language-dropdown-desktop a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 20px 0;
  min-width: 90px;
  line-height: 1.0;
}

.header-language-dropdown-desktop a:hover {
  
}

.flag-icon {
    position: relative;
    display: block;
    width: 20px;
    height: 13px;
    margin-right: 14px;
    margin-top: 1px;
    pointer-events: none;
}

.flag-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.header-retailer-link {
  display: none;
}

.header-enquiry-button {
  cursor: pointer;  
}

.enquiry-drawer {
  position: fixed;
  z-index: 120;
  width: 100%;
  height: 100%;
  background: #ffffff;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  right: -100%;
}

.enquiry-drawer.open {
  visibility: visible;
  -webkit-transition-duration: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  right: 0;
}

.enquiry-drawer-inner {
  box-sizing: border-box;
  padding: 0;
}

.enquiry-drawer .drawer-header {
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  margin-left: 1rem;
  margin-right: 1rem;
}

.header-desktop-menu-list {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .menu-button {
    display: none;
  }
  .header-desktop-menu-list {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
  }  
  .header-desktop-menu-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
  }
  .header-desktop-menu-list li {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-desktop-menu-list a {
    text-decoration: none;
  }
  .dt-dd-button {
    display: flex;
    align-items: center;
    height: 80px;    
    padding-right: 30px;
    cursor: pointer;
  }
  .dt-dd-panel {
    width: 100%;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 79px;
    left: 0;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    height: 400px;
    color: #333333 !important;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 15px;
    transition: 0.15s linear;
  }
  .dt-dd-button:hover ~ .dt-dd-panel {
    visibility: visible;
    opacity: 1;
  }
  .dt-dd-panel:hover {
    visibility: visible;
    opacity: 1;    
  }
  
  .dt-dd-panel-contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .dd-dd-list {
    width: 320px;
  }
  .dd-list-header {
    font-family: "miller-banner", serif;
    font-style: italic;
    font-weight: 300;
    margin-top: 12px;
    opacity: 0.7;
  }
  .dd-dd-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    height: auto;
    font-size: 15px;
  }
  .dd-visual-menu {
    width: 100%;
    text-align: center;
  }
  .dd-visual-menu ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
  }
  .dd-dd-list li {
    display: block;
    margin: 15px 0;
    padding: 0;
  }
  .dd-visual-menu li {
    width: 25%;
    border-right: 1px solid #bbbbbb;
    padding-right: 30px;
  }
  .dd-visual-menu li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .dd-dd-list img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }  
  .dd-visual-menu--instruments img {
    margin: 0 auto;
    display: block;
    max-width: 180px;
    margin-bottom: 15px;
  }
  /* Hide all images initially */
  .panel-image {
    display: none;
  }
  
  /* Show the visible image */
  .panel-image.visible {
    display: block;
  }  
  .dt-dd-panel a {
    text-decoration: none;
  }
  .dt-dd-panel a:hover {
    color: var(--color-gold);
  }
  .dt-dd-panel-image {
   position: absolute;
   top: 40px;
   right: 40px;
   width: 480px;
   height: 320px;
  }
  .dt-dd-panel-image img {
    position: absolute;
    top: 0;
    left : 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .enquiry-drawer .drawer-header, .drawer-close-button {
    height: 80px;
  }
  .header-retailer-link {
    display: block;
  }
  .header-retailer-link .icon {
    width: 18px;
    height: 18px;
  }
  .header-retailer-link span {
    display: none;
  }
  .header-action-bar a, .header-action-bar button {
    font-size: 14px !important;
  }
}

.enquiry-drawer-contents {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.enquiry-drawer h3 {
  font-size: inherit;
  font-family: "miller-banner", serif;
  font-style: italic;
  letter-spacing: -0.02em;
  color: #555555;
  margin-bottom: 5px;
}

.enquiry-drawer-contents p {
  margin: 0;
  margin-bottom: 20px;
}

.menu-drawer {
  position: fixed;
  z-index: 120;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: #101010;
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left: -100%;
}

.menu-drawer a {
  text-decoration: none;
}

.menu-drawer a:hover {
  color: #cccccc;
}

.menu-drawer.open {
  visibility: visible;
  -webkit-transition-duration: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  left: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-drawer--primary-menu {
  padding: 20px 20px 10px 20px;
  font-size: 16px;
}

.menu-drawer--secondary-menu {
  padding: 0 20px 0 20px;
  font-size: 14px;
}

.menu-drawer--secondary-menu li {
  margin-bottom: 4px;
}

.menu-drawer--secondary-menu a {
  display: inline-block;
  padding: 4px 0;
}

.menu-drawer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu-group-title {
  position: relative;
  margin-top: 14px;
  margin-bottom: 14px;
}

.menu-drawer-accordion-icon {
  position: absolute;
  right: 0;
  top: 0;
}

.menu-group-title .menu-drawer-accordion-icon .icon-close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

.menu-group-title.open .menu-drawer-accordion-icon .icon-expand {
  display: none;
}

.menu-group-title.open .menu-drawer-accordion-icon .icon-close {
  display: block;
}

.menu-group-linklist {
  height: 0;
  overflow: hidden;
  color: #999999;
  transition: height 0.3s ease-out;
}

.menu-drawer--primary-menu li {
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.2);  
}

.menu-drawer--primary-menu li:last-child {
  margin-bottom: 20px;
}

.menu-group-linklist li {
  border-bottom: 0; 
  padding-bottom: 0;
}

.nav-list-vertical-divider {
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.2);
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-drawer--background, .enquiry-drawer--background {
  position: fixed;
  z-index: 101;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.6);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms; 
}

.menu-drawer--background.open, .enquiry-drawer--background.open {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0ms, opacity 300ms;  
}

.menu-drawer--close {
  width: 50px;
  height: 50px;
}

.drawer-close-button {
  appearance: none;
  outline: none;
  border: 0;
  background: none;
  color: inherit;
}

.menu-drawer--social-media {
  padding: 20px;
}

.menu-drawer--social-media ul {
  display: flex;
  justify-content: flex-start;
  column-gap: 8px;
}

.menu-drawer--social-media a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 100%;
}

.menu-drawer--social-media .icon {
  width: 12px;
  height: 12px;
}


@media only screen and (min-width: 750px) {
  .enquiry-drawer {
    width: 350px;
    right: -350px;
  }
  .enquiry-drawer-contents {
    padding: 40px 60px;
  }
  .menu-drawer {
    width: 350px;
    left: -350px;
  }
}


@media only screen and (min-width: 1025px) {
  .header-language-selector-desktop {
    display: block;
    margin-left: 30px;
  }
  .header-enquiry-button {
    margin-left: 30px;
  }
  .enquiry-drawer {
    width: 500px;
    right: -500px;
  }
  .menu-drawer {
    width: 40%;
    left: -40%;
  }
  .header-bar {
    height: 80px;
    padding: 0 40px;
  }
  .header-menu {
    height: 80px;
  }
  .menu-button {
   height: 80px; 
  }
  .header-logo {
    grid-column: 6 / span 6;
  }  
  .header-logo-svg {
    width: 160px;
  }
}

@media only screen and (min-width: 1400px) {
  .enquiry-drawer {
    width: 600px;
    right: -600px;
  }  
}



/* FOOTER */

.footer-action-bar {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
  background: #f8f8f8;
}

.footer-action-bar-inner {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 0;
}

.footer-action-bar-section {
  width: 100%;
  padding: 0;
  line-height: 1.5;
  font-family: "miller-banner", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.01em; 
}

.footer-action-bar-section:first-child {
  border-right: 1px solid rgba(0,0,0,0.15);
}

.footer-action-bar-section .icon {
  margin: 0 auto;
  width: 18px;
  height: 18px;
}

.footer-action-bar-section--title {
  display: block;
  padding-top: 6px;
}

.footer-action-bar a {
  display: inline-block;
  text-decoration: none;
}

.footer {
  background: #111111;
  color: #cccccc;
  padding: 40px 20px;
  font-size: 14px;
  text-align: center;
}

.sub-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 13px;
}

.footer-symbol {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

.footer-symbol-svg {
  width: 36px;
  height: 36px;
}

@media only screen and (min-width: 750px) {
  .footer-symbol {
    padding-bottom: 40px;
  }
  .footer-symbol-svg {
    width: 44px;
    height: 44px;
  }  
}

.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer li {
  display: inline-block;
  margin: 0 auto;
}

.footer a {
  text-decoration: none;
}

.footer-menu {
  display: grid;
}

.footer-menu-list {
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}

.footer-menu-list:last-child {
  border-bottom: 0;
}

.footer-menu-list-title {
  opacity: 0.65;
  position: relative;
}

.footer-menu-list-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0px;
}

.footer-menu-list-title.open::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 0px;  
}

.footer-menu-list ul {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.footer-menu-list li {
  display: block;
  text-align: left;
  margin: 8px 0;
}

.sub-footer-section li {
  display: inline-block;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
}

.sub-footer-section:last-child li:last-child {
  display: block;
  margin-top: 15px;
}

.footer--social-media {
  padding-top: 20px;
}

.footer--social-media ul {
  margin: 0 auto;
  width: 140px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}

.footer--social-media a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #333333;
  border-radius: 100%;
}

.footer--social-media .icon {
  width: 12px;
  height: 12px;
}

.footer--social-media.mobile-hide {
  display: none;
}

@media only screen and (min-width: 750px) {
  .footer--social-media.desktop-hide {
    display: none;
  }
  .footer--social-media.mobile-hide {
    display: flex;
  } 
  .footer--social-media {
    padding-top: 5px;
  }
  .footer--social-media ul {
    margin: 0;
    justify-content: flex-start;
    column-gap: 8px;
  }  
}


@media only screen and (min-width: 750px) {
  .footer-menu {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: var(--grid-horizontal-spacing-tablet);
  }
  .footer-menu-list {
    margin-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;    
  }
  .footer-menu-list ul {
    height: auto;
    overflow: visible;
  }
  .footer-menu-list-title {
    margin-bottom: 10px;
    pointer-events: none;
  }
  .footer-menu-list-title::after {
    content: "";
  }  
  .footer-menu-list li {
    margin: 10px 0;
  }
  .sub-footer {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .sub-footer-section:first-child {
    text-align: left;
  }
  .sub-footer-section:last-child {
    text-align: right;
  }
  .sub-footer-section:last-child li:last-child {
    display: inline-block;
    margin-top: 0;
  }
  .sub-footer-section li {
    margin-left: 0;
    margin-right: 20px;
  }
  .sub-footer-section li:last-child {
    margin-right: 0;
  }
}


@media only screen and (min-width: 950px) {
  .footer {
    padding: 40px 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer {
    padding: 40px var(--page-margin-desktop);
  }
  .footer-menu {
    column-gap: var(--grid-horizontal-spacing-desktop);
  }  
}



/* MAIN PAGE FRAMEWORK AND LAYOUT */

.page-sub-navigation {
  margin: 20px;
}

.page-sub-navigation ul, .page-sub-navigation li {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.page-sub-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-sub-navigation li {
  margin-left: 10px;
  margin-right: 10px;
}

.page-sub-navigation a {
  text-decoration: none;
  opacity: 0.65;
}

.page-sub-navigation a.selected {
  text-decoration: none;
  opacity: 1;
}

.main-content {
  padding-top: 60px;  
}

body:has(.announcement-bar) .main-content {
  padding-top: 95px;
}

.main-content--homepage {
  padding-top: 0;
}

body:has(.announcement-bar) .main-content--homepage {
  padding-top: 35px;
}

.page-width, .page-width-narrow {
  padding-left: 20px;
  padding-right: 20px;
}

.page-width-narrow {
  margin: 0 auto;
  max-width: 800px;
}

.page-width-extra-narrow {
  margin: 0 auto;
  max-width: 600px;
}

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

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.grid {
  display: grid;
  row-gap: 20px;
}

.page-header--text-only {
  padding-top: 80px;
}

.model-breadcrumb {
  position: absolute;
  z-index; 2;
  top: 0;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  z-index: 2;
  box-sizing: border-box;
  padding: 0 20px;
}

.model-breadcrumb a {
  text-decoration: none;
}

.model-breadcrumb a:hover {
  text-decoration: underline;
}

.model-breadcrumb--light {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.page-width-narrow .model-breadcrumb {
  position: relative;
  border-bottom: 0 !important;
  padding-bottom: 20px;
  color: #777777;
}

.footer-breadcrumb {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1.0;
  padding: 0;
  font-size: 13px;
  background: #111111;
  color: #cccccc;
}

@media only screen and (min-width: 1025px) {
  .model-breadcrumb {
    height: 45px;
    justify-content: flex-start;
    padding: 0 40px;
  }
  .page-width-narrow .model-breadcrumb {
    height: auto;
    justify-content: center;
    padding-bottom: 20px;
  }  
}

.breadcrumb-divider {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
}

.piano-hero-360-opener {
  position: absolute;
  z-index: 2;
  font-size: 13px;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: none;
  opacity: 0.75;
  cursor: pointer;
}

.banner-piano-hero:has(.banner-piano-hero-image-static) .piano-hero-360-opener {
  bottom: 40px;
}

.piano-hero-360-opener:hover {
  opacity: 1;
}

.piano-360-modal-opener {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none; 
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: inherit;
}

.piano-360-modal-opener .icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.model-hero-360-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  color: #333333;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.model-hero-360-modal.open {
  visibility: visible;
  opacity: 1; 
}

.model-hero-modal-close {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
}

.model-hero-modal-close .icon {
  width: 12px;
  height: 12px;
}

.modal-hero-360-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 40px;
}

.modal-hero-360-contents img {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.modal-hero-360-contents .swiper {
  max-width: 900px !important;
}

.modal-hero-360-contents .swiper-std-arrows .swiper-button-prev, 
.modal-hero-360-contents .swiper-std-arrows .swiper-button-next {
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 100%;
}

.modal-hero-360-contents .swiper-pagination-bullet {
  opacity: 0.25;
  margin: 0 0px !important;
  width: 36px;
}

.modal-hero-360-contents .swiper-pagination-bullet-active {
  opacity: 1;
}


@media only screen and (min-width: 750px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .grid {
    display: grid;
    column-gap: var(--grid-horizontal-spacing-tablet);
    row-gap: 60px;
  }
  .grid-desktop--two-col {
    grid-template-columns: repeat(2,1fr);
  }
  .grid-desktop--three-col {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-desktop--four-col {
    grid-template-columns: repeat(4,1fr);
  }
}

@media only screen and (min-width: 950px) {
  .page-width {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-content {
    padding-top: 80px;  
  }
  body:has(.announcement-bar) .main-content {
    padding-top: 115px;
  }
  .main-content--homepage {
    padding-top: 0;
  }
  body:has(.announcement-bar) .main-content--homepage {
    padding-top: 35px;
  }
  .page-width, .page-width--desktop {
    padding-left: var(--page-margin-desktop);
    padding-right: var(--page-margin-desktop);
  }  
  .grid {
    display: grid;
    column-gap: var(--grid-horizontal-spacing-desktop);
    row-gap: 60px;
  }
  .grid-desktop--two-col {
    grid-template-columns: repeat(2,1fr);
  }
  .grid-desktop--three-col {
    grid-template-columns: repeat(3,1fr);
  }
  .grid-desktop--four-col {
    grid-template-columns: repeat(4,1fr);
  }
  .grid-desktop--four-col .grid-item {
    
  }
}




/* HOMEPAGE */


.homepage-main-banner {
  height: calc(100vh - 0px);
  background: #000000;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .homepage-main-banner {
    height: calc(100vh - 0px);
  }  
}

.video-in-banner {
  position: relative;
  height: 100vh; 
  width: 100%;
  overflow: hidden;
  background: #000000;
}

.video-in-banner video, .video-in-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-main-banner--text {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  box-sizing: border-box;
  line-height: 1.4;
}

.homepage-main-banner--text h1 {
  line-height: 1.2;
}

@media only screen and (max-width: 750px) {
  .homepage-main-banner--text h1 {
    font-size: 32px;
  }  
}

.homepage-main-banner--media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.homepage-main-banner--media img, .homepage-main-banner--media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.homepage-main-banner--media .video-poster {
  display: none;
}

.homepage-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.homepage-intro-message {
  margin: 0 auto;
  max-width: 600px;
}

.homepage-intro-message-signoffs {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 560px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.homepage-intro-message-signoff {
  box-sizing: border-box;
  padding: 0;
  font-size: 10px;
  line-height: 1.4;
}

.homepage-intro-message-signoff:first-child {
  border-right: 1px solid #cccccc;
}

.homepage-intro-message-signoff .signature-image img {
  width: 100%;
  height: auto;
  max-width: 130px;
  margin-bottom: 10px;
}

.image-montage-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #dddddd;
}

.image-montage-banner--inner {
  position: absolute;
  height: 100%;
  width: 2400px;
  left: 0;
  top: 0;
  z-index: 1;
  animation: panleft 80s ease forwards;
  -ms-animation: panleft 80s ease forwards;
  -webkit-animation: panleft 80s ease forwards;
  -o-animation: panleft 80s ease forwards;
  -moz-animation: panleft 80s ease forwards;
  animation-iteration-count: 1;  
}

@keyframes panleft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

.image-montage-banner--text {
  z-index: 2;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-montage-banner--image {
  position: absolute;
  width: 0;
  height: 0;
}

.image-montage-banner--image:first-child {
  left: 40px;
  top: 40px;
  width: 250px;
  height: 300px;
}

.image-montage-banner--image:nth-child(2) {
  left: 340px;
  top: 50%;
  width: 140px;
  height: 180px;
}

.image-montage-banner--image:nth-child(3) {
  left: 600px;
  top: 40px;
  width: 180px;
  height: 240px;
}

.image-montage-banner--image:nth-child(4) {
  left: 840px;
  top: 50%;
  margin-top: -200px;
  width: 320px;
  height: 400px;
}

.image-montage-banner--image:nth-child(5) {
  left: 1200px;
  bottom: 120px;
  width: 260px;
  height: 300px;
}

.image-montage-banner--image:nth-child(6) {
  left: 1600px;
  top: 80px;
  width: 400px;
  height: 500px;
}

.image-montage-banner--image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.image-montage-banner--bg {
  filter: blur(80px);
  position: absolute;
  width: 100vw;
  height: 100%;
}

.image-montage-banner--bg img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media only screen and (min-width: 750px) {
  .homepage-intro-message-signoffs {
    margin: 0 auto;
    margin-top: 40px;
  }  
  .homepage-intro-message-signoff .signature-image img {
    max-width: 180px;
  }
  .homepage-intro-message-signoff {
    font-size: 12px;
  }
}

.image-text-split-section-image, .image-text-split-section-text {
  position: relative;
  width: 100%;
}

.image-text-split-section-image {
  height: 300px;
}

.image-text-split-section-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-text-split-section-text {
  box-sizing: border-box;
  padding: 40px 20px;
  background: #f8f8f8;
}

.homepage-section .image-text-split-section-text {
  padding: 40px 0;
}

.body-homepage .image-text-split-section-text .text-container {
  padding: 0 20px;
}

.feature-image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.feature-image img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.feature-image a {
  opacity: 1 !important;
}

.image-text-split-section-text a {
  color: var(--color-gold);
  opacity: 1.0;
}

.homepage-collection-slider {
  position: relative;
  width: 100%;
}

.slider-wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0 0px;
  scroll-padding-inline-start: 0px;
  column-gap: 10px;
}

.slider-slide {
  flex: none;
  margin: 0 auto;
  width: 100%;
  scroll-snap-align: start;
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}

.slider-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider-slide {
  opacity: 0;
  transition: 0.4s linear;
}

.active-slide {
  opacity: 1;
  transition: 0.4s linear;
}

.slider-slide img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.slider-pagination {
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.slider-pagination-button {
  margin-left: 3px;
  margin-right: 3px;
  width: 24px;
  height: 2px;
  border: 0;
  background: #555555;
  opacity: 0.5;
  cursor: pointer;
}

.slider-pagination-button.active {
  opacity: 1;
}

  
@media only screen and (min-width: 750px) {
  .slider-pagination-button {
    width: 32px;
  }
  .image-text-split-section {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    height: calc(100vh - 60px);
    max-height: 900px;
  }
  .image-text-split-section-image, .image-text-split-section-text {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .image-text-split-section-text {
    box-sizing: border-box;
    padding: 40px 80px;
  }
  .body-homepage .image-text-split-section-text {
    padding: 40px 0;
  }
  .body-homepage .image-text-split-section-text .text-container {
    padding: 0 60px;
  }
  .feature-image img {
    width: 100%;
    max-width: 240px;
  }
  .image-text-split-section-text a {
    margin-top: 40px;
  }
  .image-text-split-section-text a:hover {
    opacity: 1;
  }
  .dt-img-right .image-text-split-section-image {
    order: 2;
  }
}

@media only screen and (min-width: 1025px) {
  .image-text-split-section {
    height: calc(100vh - 80px);
    max-height: 950px;
  }
}

@media only screen and (min-width: 1600px) {
  .feature-image img {
    width: 100%;
    max-width: 300px;
  }
}


.collection-cards-container {
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card, .collection-card {
  position: relative;
}

.card img, .card-story img, .collection-card img {
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
}

.collection-card-description--serif {
  font-family: "miller-banner", serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.01em; 
}

.card-story, .collection-card {
  box-sizing: border-box;
}

.card-story a, .collection-card a {
  text-decoration: none;
}

.collection-card {
  text-align: center;
  width: 50%;
}

.collection-card:nth-child(1), .collection-card:nth-child(2) {
  margin-bottom: 30px;
}

.collection-card-image {
  box-sizing: border-box;
  padding: 0 20px;
}

@media only screen and (min-width: 750px) {
  .collection-card {
    text-align: center;
    width: 25%;
  }  
  .collection-card:nth-child(1), .collection-card:nth-child(2) {
    margin-bottom: 0;
  }
  .collection-card-image {
    padding: 0 40px;
    margin-bottom: 10px;
  }
  .homepage-section-explore .grid {
    column-gap: 60px;
    position: relative;
  }
  .homepage-section-explore .card-story {
    padding: 0;
    position: relative;
  }
  .homepage-section-explore .card-story:nth-child(2):before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    border-right: 1px solid #444444;
    top: 0;
    left: -30px;
  }
  .homepage-section-explore .card-story:nth-child(2):after {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    border-right: 1px solid #444444;
    top: 0;
    right: -30px;
  }
  .homepage-section-explore.color-scheme-light-01 .card-story:nth-child(2):before {
    border-right: 1px solid #cccccc;
  }
  .homepage-section-explore.color-scheme-light-01 .card-story:nth-child(2):after {
    border-right: 1px solid #cccccc;
  }
}

@media only screen and (min-width: 1025px) {
  .homepage-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }  
}



.full-bleed-collection-cards-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 20px;
  row-gap: 20px; 
}

@media only screen and (min-width: 750px) {
  .full-bleed-collection-cards-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px; 
  }  
}

.full-bleed-collection-cards-container .fb-collection-card {
  position: relative;
  width: 100%;
  height: 500px;
}

.full-bleed-collection-cards-container .fb-collection-card-image {
  position: absolute;
  height: 100%;
  width: 100%;
}


.full-bleed-collection-cards-container .fb-collection-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.full-bleed-collection-cards-container .fb-collection-card-image.image-focal-point--top img {
  object-position: top;
}

.full-bleed-collection-cards-container .fb-collection-card-image.image-focal-point--bottom img {
  object-position: bottom;
}

.full-bleed-collection-cards-container .fb-collection-card-text {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 20px;
}

.full-bleed-collection-cards-container.collection-card-text-position-middle .fb-collection-card-text {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.full-bleed-collection-cards-container .fb-collection-card-text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-offset: 3px;
}

.full-bleed-collection-cards-container .fb-collection-card-text .button {
  color: inherit;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  display: block;
  max-width: fit-content;
}


@media only screen and (min-width: 750px) {
  .full-bleed-collection-cards-container.cards-container-tablet-two-column {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 0; 
  }
  .full-bleed-collection-cards-container .fb-collection-card-text {
    padding: 0 40px;
  }
}


@media only screen and (min-width: 950px) and (min-height: 650px) {
  .full-bleed-collection-cards-container .fb-collection-card {
    height: 600px;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 850px) {
  .full-bleed-collection-cards-container .fb-collection-card {
    height: 700px;
  }
}

.full-bleed-collection-cards-container .fb-collection-card.card-height-fullscreen {
  height: calc(100vh - 60px);
}

@media only screen and (min-width: 1025px) {
  .full-bleed-collection-cards-container .fb-collection-card.card-height-fullscreen {
    height: calc(100vh - 80px);
  }  
  .full-bleed-collection-cards-container .fb-collection-card-text {
    padding: 0 60px;
  }
}



/* SECTIONS */

.section {
  position: relative;
}

.section-padding-top-standard {
  padding-top: 40px;
}

.section-padding-bottom-standard {
  padding-bottom: 40px;
}

.section-padding-top-large {
  padding-top: 80px;
}

.section-padding-bottom-large {
  padding-bottom: 80px;
}

.section-header {
  margin-bottom: 40px;
}

.section-footer {
  margin-top: 40px;
}

@media only screen and (min-width: 750px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-footer {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 1025px) {
  .section-padding-top-standard {
    padding-top: 80px;
  }
  .section-padding-bottom-standard {
    padding-bottom: 80px;
  }  
  .section-padding-top-large {
    padding-top: 120px;
  }
  .section-padding-bottom-large {
    padding-bottom: 120px;
  }
  .section-header {
    margin-bottom: 40px;
  }
}


.product-grid, .product-grid-designer {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  display: grid;  
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}

.product-grid-designer {
  grid-template-columns: repeat(1, 1fr);  
}

.product-grid li {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.related-pianos-grid-container .product-grid li {
  margin: 0 auto;
  max-width: 320px;
}

.related-pianos--view-all-link {
  padding-top: 40px;
}

@media only screen and (min-width: 750px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;    
  }
  .product-grid-designer {
    grid-template-columns: repeat(2, 1fr);  
  }  
  .related-pianos-grid-container .product-grid {
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
  }
}

@media only screen and (min-width: 950px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;    
  }
  .product-grid-designer {
    grid-template-columns: repeat(2, 1fr);  
  }
  .related-pianos-grid-container .product-grid {
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
  }
}

.card-product a, .card-product-collection a {
  text-decoration: none;
}

.card-product-image {
  margin-bottom: 20px;
  padding: 0 20px;
}

.card-product-title {
  line-height: 1.3;
}

@media only screen and (min-width: 1025px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 60px;    
    row-gap: 80px;
  }
  .product-grid-designer {
    grid-template-columns: repeat(2, 1fr);  
  }
  .related-pianos-grid-container .product-grid {
    margin: 0 auto;
    display: flex;
    column-gap: 30px;
  }
  .card-product-image {
    margin-bottom: 20px;
    padding: 0 40px;
  }
  
}


.card-product-collection .card-product-image img {
  max-width: 350px;
}

.product-grid-designer .card-product-image {
  padding: 0;
}

.card-product-image img {
  width: 100%;
  height: auto;
  
}

.card-product-title h3 {
  margin-bottom: 5px;
}

.card-product-title p {
  margin: 0;
  opacity: 0.7;
}

.product-story-card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.piano-specifications-table table {
  margin: 0 auto;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 500px;
  text-align: left;
}

.piano-specifications-table tr {
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}

.piano-specifications-table tr:first-child {
  font-weight: 500;
}

.piano-specifications-table td {
  padding: 12px 0;
}

.piano-specifications-table tr:last-child {
  border-bottom: 0;
}

.tab-content .piano-specifications-table {
  margin-top: 40px;
}

.piano-specifications-cell {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 400px;
  line-height: 1.2;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  row-gap: 10px;
  column-gap: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.15);  
}

.piano-specifications-cell .cell-label {
  font-weight: 500;
  width: auto;
}

.piano-specifications-cell .cell-data {
  width: auto;
  margin-left: auto;
  min-width: 105px;
}

.piano-specifications-cell:last-child {
  border-bottom: 0;
}

@media only screen and (min-width: 750px) {

}


/* ARTISTS PAGE */

.artist-hero-image {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.artist-hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-card .card-image {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  background: #eeeeee;
}

.artist-historic-section .artist-card .card-image {
  padding-bottom: 80%;
}

.artist-label {
  font-family: "miller-banner", serif;
  font-style: italic;
  letter-spacing: -0.01em;
  font-weight: 300;
  opacity: 0.7;
}

.artist-card .card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-card .card-text {
  margin-top: 10px;
}

.artist-card a, .artist-list-card a {
  text-decoration: none;
}

.artists-letter-group {
  margin-bottom: 40px;
}
.artist-list-card {
  margin: 0.8rem 0;
}

@media only screen and (min-width: 750px) {
  .artists-az-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 40px;
  }  
}

@media only screen and (min-width: 950px) {
  .artists-az-grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 40px;
  }  
}


/* BRAND STORY PAGES */

.banner {
  position: relative;
  margin: 0 auto;
  width: 100%;  
  color: #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-page-hero-medium {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 300px;
  color: #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;  
}

.banner-height-large {
  height: 400px;
}

.banner-title {
  margin: 0 auto;
  text-align: center;  
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

.banner-title .button {
  margin-top: 20px;
  color: #ffffff;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.banner-image img, .banner-image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-image.banner-image--align-bottom img {
  object-position: bottom;
}

.banner-image.banner-image--enzo img {
  object-position: 50% 80%;
}

.banner-image-fade-90, .banner-image-fade-80, .banner-image-fade-70 {
  background: #000000;
}

.banner-image-fade-90 img, .content-image-darken-90 img {
  opacity: 0.9;
}

.banner-image-fade-80 img, .content-image-darken-80 img {
  opacity: 0.8;
}

.banner-image-fade-70 img {
  opacity: 0.7;
}

.banner-image-fade-60 img {
  opacity: 0.6;
}

.banner-image-fade-50 img {
  opacity: 0.5;
}

.bi--desktop-only {
  display: none;
}


@media only screen and (min-width: 900px) {
  .bi--mobile-only {
    display: none;
  }
  .bi--desktop-only {
    display: block;
  }  
}

.page-width-narrow img {
  max-width: 100%;
  height: auto;
}

.story-year-navigation-wrapper {
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.3s ease;
}
.sticky {
  position: fixed;
  top: 60px;
  z-index: 2;
  width: 100vw;
  left: 0;
  background: #444444;
  color: #cccccc;
}
@media only screen and (min-width: 1025px) {
  .sticky {
    top: 80px;
  }  
}

@media only screen and (min-width: 600px) {
  .banner-page-hero-medium {
    height: 400px;
  }
}

@media only screen and (min-width: 750px) {
  .banner-page-hero-medium {
    height: 500px;
  }
  .banner-height-large {
    height: 650px;
  }
}

@media only screen and (min-width: 1600px) {
  .banner-page-hero-medium {
    height: 600px;
  }
  .banner-height-large {
    height: 700px;
  }
}


/* RETAILER PAGES */

.list-group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}

.list-group:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.tab-content .list-group {
  margin-top: 60px;
}

.tab-content--intro {
  margin-top: 40px;
}

.card-distributor {
  margin-bottom: 20px;
}

.card-distributor img {
  margin-bottom: 10px;
}

.list-group h3 {
  margin-bottom: 20px;
}

.card-distributor a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-offset: 3px;
  opacity: 0.8;
}

.card-distributor a:hover {
  opacity: 1;
}

@media only screen and (min-width: 750px) {
  .list-group {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .list-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }  
}

/* PIANO PAGES */

.banner-collection-hero-large {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: calc(100vh - 60px);
  color: #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-collection-hero-medium {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 560px;
  color: #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-piano-hero {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 20px 20px 20px;
  text-align: center;
  width: 100%;
  height: 620px;
  background: #eeeeee;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.banner-piano-hero-title {
  position: absolute;
  top: 80px;
  margin: 0 auto;
  text-align: center;
}

.piano-hero-buttons {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
}

.piano-hero-buttons button, .piano-hero-buttons .button {
  min-width: 200px;
  color: #877356;
  padding: 15px 0;
}

.piano-enquire-button {
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .banner-collection-hero-large {
    height: calc(100vh - 80px);
  }
  .banner-piano-hero {
    align-items: center;
    height: calc(100vh - 80px);
    min-height: 580px;
    padding: 20px 20px 20px 20px;
  }
  .banner-piano-hero:has(.piano-hero-360-opener) {
    min-height: 580px;
  }  
  .banner-piano-hero-title {
    top: 100px;
  }
  .piano-hero-buttons {
    max-width: 400px;  
  }
}

.banner-piano-hero-title p {
  margin: 0;
}

.banner-piano-hero-image-static {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  height: 100%;
}

.banner-piano-hero-image-static img {
  margin: 0 auto;
  width: 100%;
  height: calc(100% - 40px);
  object-fit: scale-down;
}

.banner-piano-hero:has('.piano-hero-360-opener') .banner-piano-hero-image-static {
  height: calc(100% - 80px); 
}

.piano-finishes-grid {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
  line-height: 1.0;
  column-gap: 20px;
  row-gap: 20px;
}

.card-finish--subhead {
  width: 100%;
}

.card-finish {
  width: 100px;
  text-align: center;
  line-height: 1.25;
}

.card-finish--large {
  width: 160px;
}

.card-finish img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

@media only screen and (min-width: 750px) {
  .card-finish--large {
    width: 240px;
  }
}

@media only screen and (min-width: 1025px) {
  .card-finish {
    width: 160px;
    text-align: center;
  }  
  .card-finish--large {
    width: 320px;
  }
}

.image-collage-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
  align-items: center;
}

.image-collage-item {
  box-sizing: border-box;
}

.image-collage-item img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 750px) {
  .image-collage-grid {
    column-gap: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .image-collage-grid {
    column-gap: 60px;
  }
}



/* PAGE COMPONENT - NATIVE SLIDER */

.native-slider-pagination--mobile {
  margin: 0 auto;
  padding: 20px 0 0 0;
  display: flex;
  column-gap: 4px;
  justify-content: center;
}

.native-slider-pagination--desktop {
  display: none;
}

.native-slider-pagination-marker {
  background: #555555;
  width: 24px;
  height: 2px;
  opacity: 0.5;
}

.native-slider-pagination-marker.active {
  opacity: 1;
}

@media only screen and (min-width: 750px) {
  .native-slider-pagination--mobile {
    display: none;
  }
  
  .native-slider-pagination--desktop {
    margin: 0 auto;
    display: flex;
    column-gap: 5px;
    justify-content: center;
    padding: 60px 0 0 0;
  }  
  .native-slider-pagination-marker {
    width: 40px;
  }
}


.slider-outer-wrapper {
  position: relative;
  width: 100%;
}

.slider-component {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0 40px;
  scroll-padding-inline-start: 40px;
  column-gap: 10px;  
}

.slider-component::-webkit-scrollbar {
  display: none;
}

.slider-component {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider-component > div {
  flex: none;
  scroll-snap-align: start;
  width: 100%;
}

@media only screen and (min-width: 950px) {
  .slider-component.slider-layout-desktop--three-column > div {
    width: calc(33.33vw - 40px);
  }  
}

.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50px;
  margin-top: -25px;
  z-index: 1;
  visibility: hidden;
  pointer-events: none;
}

@media only screen and (min-width: 750px) {
  .slider-arrows {
    visibility: visible;
  }  
}

.slider-arrow-left, .slider-arrow-right {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff;
  color: #333333;
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #dddddd;
  pointer-events: auto;
}

.slider-arrow-left {
  top: 0;
  left: 40px;
}

.slider-arrow-right {
  top: 0;
  right: 40px;
}

.slider-arrow-left .icon, .slider-arrow-right .icon {
  width: 12px;
  height: 12px;
}

.slider-arrow-left .icon {
  transform: rotate(90deg)
}

.slider-arrow-right .icon {
  transform: rotate(-90deg)
}

.homepage-collection-slider .slider-arrows {
  
}

.homepage-collection-slider .slider-arrow-left, .homepage-collection-slider .slider-arrow-right {
  background: none;
  border: 0;
}


/* PAGE COMPONENT - GALLERY */

.gallery-wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;  
}

.gallery-section {
  margin: 40px 0;  
}

.gallery-page-width {
  padding: 0 20px;  
}
  
@media only screen and (min-width: 750px) {
  .gallery-page-width {
    padding: 0px;  
  }  
}


.gallery-container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0 20px;
  scroll-padding-inline-start: 20px;
  column-gap: 10px;
}

.gallery-container::-webkit-scrollbar {
  display: none;
}

.gallery-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gallery-slide {
  flex: none;
  scroll-snap-align: start;
  margin: 0 auto;
  text-align: center;
  width: calc(100vw - 40px);
  box-sizing: border-box;
  padding: 0;
  max-width: 900px;
}

.gallery-slide img {
  width: 100%;
  height: auto;
}




/* SWIPER */

.swiper-slide {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.swiper-caption {
  font-size: 14px;
  opacity: 0.75;
}

.swiper-pagination {
  position: relative;
  display: block !important;
}

.swiper-pagination-bullets,  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 18px;
  height: 2px;
  border: 0;
  background: rgba(0,0,0,1);
  border-radius: 0;
  opacity: 0.25;
  margin: 0 2px !important;
}

@media only screen and (min-width: 750px) {
  .swiper-pagination-bullet {
    width: 28px;
  }
}

.swiper-gallery-arrows {
  margin: 0 auto;
  max-width: 1000px;
}

.swiper-std-arrows {
  margin: 0 auto;
}

.swiper-pagination-bullet-active {
  background: rgba(0,0,0,1);
  opacity: 1;
}

.color-scheme-navy-01 .swiper-pagination-bullet {
  background: rgba(255,255,255,1);
}

.color-scheme-navy-01 .swiper-pagination-bullet-active {
  background: rgba(255,255,255,1);
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px;
  color: rgba(255,255,255,1);
}

.swiper-button-next, .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 100%;
  opacity: 0.5;
  transition: 0.3s linear;
  visibility: hidden;
  top: 50%;
  margin-top: -48px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  opacity: 1;
  border: 1px solid rgba(255,255,255,0.8);
}

.swiper-button-next {
  right: 0px;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-gallery-arrows .swiper-button-prev, .swiper-gallery-arrows .swiper-button-next {
  background: #ffffff;
  opacity: 1;
}

.swiper-std-arrows .swiper-button-prev, .swiper-std-arrows .swiper-button-next {
  background: none;
  border: 0;
}

.swiper-gallery-arrows .swiper-button-prev {
  left: var(--page-margin-desktop);
}

.swiper-gallery-arrows .swiper-button-next {
  right: var(--page-margin-desktop);
}

.swiper-std-arrows .swiper-button-prev {
  left: 0px;
}

.swiper-std-arrows .swiper-button-next {
  right: 0px;
}

.swiper-std-arrows .swiper-button-next:after, .swiper-std-arrows .swiper-button-prev:after {
  color: #333333;
}

.swiper-gallery-arrows .swiper-button-next:after, .swiper-gallery-arrows .swiper-button-prev:after {
  color: #333333;
}

.banner-piano-hero .swiper {
  max-width: 320px;
} 

.swiper-pagination-bullets {
  bottom: 0;
}

.inline-gallery-section .swiper-slide {
  max-width: 960px;
}

@media only screen and (min-width: 1025px) {
  .swiper-button-next, .swiper-button-prev {
    visibility: visible;
  }

  .inline-gallery-section .swiper-slide {
    box-sizing: border-box;
  }
}


/* REDUCE SIZE OF CERTAIN PIANO MODELS ON MOBILE, TABLET AND/OR DESKTOP */

@media only screen and (max-width: 480px) {
  .banner-piano-hero.piano-hero--model-10 .swiper, 
  .banner-piano-hero.piano-hero--model-11 .swiper {
    max-width: 300px;
  }
}


@media only screen and (min-width: 1025px) and (min-height: 700px) {
  .banner-piano-hero .swiper {
    max-width: 400px;
  }
  .banner-piano-hero .swiper.piano-hero-slider-ph-edition {
    max-width: 500px;
  }
  .banner-piano-hero.piano-hero--model-10 .swiper, .banner-piano-hero.piano-hero--model-11 .swiper {
    max-width: 350px;
  }
}

@media only screen and (min-width: 1400px) and (min-height: 800px) {
  .banner-piano-hero .swiper {
    max-width: 450px;
  }
  .banner-piano-hero.piano-hero--model-10 .swiper, .banner-piano-hero.piano-hero--model-11 .swiper {
    max-width: 400px;
  }

}

@media only screen and (min-width: 1500px) and (min-height: 950px) {
  .banner-piano-hero .swiper {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1600px) and (min-height: 1000px) {
  .banner-piano-hero .swiper {
    max-width: 600px;
  }
}


.piano-swatch-buttons {
  position: absolute;
  box-sizing: border-box;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  height: 60px;
  z-index: 5;
}

.swatch-button {
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}

.swatch-label {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 13px;
}

.swatch-button.active .swatch-label {
  opacity: 1;
}

.swatch-swatch {
  margin-top: 10px;
  width: 20px;
  height: 20px;
  background: #cccccc;
  border-radius: 100%;
  cursor: pointer;
}

.swatch-button.active .swatch-swatch {
  outline: 1px solid rgba(0,0,0,0.8);
  outline-offset: 3px;
}

.swatch-button-black {
  background: #000000;
}

.swatch-button-white {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.1);
}

.swatch-button-red {
  background: #b30012;
}

.swatch-button-navy {
  background: #003580;
}

.swatch-button-green {
  background: #1e5820;
}

.swatch-button-mahogany {
  background: #4e2819 url('/assets/media/instrumente/finishes/colour-swatch-mahogany.jpg') center center no-repeat;
  background-size: cover;
}

.swatch-button-walnut {
  background: #4e2819 url('/assets/media/instrumente/finishes/colour-swatch-walnut.jpg') center center no-repeat;
  background-size: cover;
}

.swatch-button-burl-walnut {
  background: #4e2819 url('/assets/media/instrumente/finishes/colour-swatch-burl-walnut.jpg') center center no-repeat;
  background-size: cover;
}

.swatch-button-satinwood {
  background: #4e2819 url('/assets/media/instrumente/finishes/colour-swatch-satinwood.jpg') center center no-repeat;
  background-size: cover;
}

.swatch-button-rosewood {
  background: #4e2819 url('/assets/media/instrumente/finishes/colour-swatch-rosewood.jpg') center center no-repeat;
  background-size: cover;
}


/* PAGE COMPONENT - IMAGE WITH TEXT */

.image-with-text {
  display: grid;
  grid-template-columns: repeat(1,1fr);  
}

.image-with-text--image {
  margin-bottom: 20px;
}

.image-with-text--image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 750px) {
  .image-with-text {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: var(--grid-horizontal-spacing-tablet);
  }  
  .image-with-text--image {
    margin-bottom: 0;
  }
  .image-with-text--text {
    display: flex;
    align-items: center;
  }
  .image-with-text--image-right .image-with-text--image {
    grid-column: 2 / span 1;
    grid-row: 1;
  }
  .image-with-text--image-right .image-with-text--text {
    grid-column: 1 / span 1;
    grid-row: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .image-with-text {
    column-gap: var(--grid-horizontal-spacing-desktop);
  }  
}



/* TABS */

.tab-menu button {
  appearance: none;
  padding: 0.4rem 0;
  border: 0;
  cursor: pointer;
  font-size: var(--font-body-base-size-mobile);
}

.tab-menu {
  overflow: scroll;
  white-space: nowrap; 
  -webkit-overflow-scrolling: touch;  
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.tab-menu::-webkit-scrollbar {
  height: 0px;
  display: none
}

.tab-menu button {
  margin-left: 8px;
  margin-right: 8px;
}

.tab-menu button:first-child {
  margin-left: 0;
}

.tab-menu button:last-child {
  margin-right: 0;
}

.tab-menu button[role="tab"] {
  background: none;
  border: none;
  color: inherit;
  padding: 0 0 8px 0;
}

.tab-menu button[role="tab"][aria-selected="true"], .tab-menu button[role="tab"]:hover {
  border-bottom: 1px solid;
}

.tab-menu-style--button button[role="tab"][aria-selected="true"], .tab-menu-style--button button[role="tab"]:hover {
  
}

.tab-content .image-with-text {
  margin-top: 40px;
}

@media only screen and (min-width: 900px) {
  .tab-menu button[role="tab"] {
    padding: 0 0 12px 0;
  }
  .tab-menu button {
    margin-left: 12px;
    margin-right: 12px;
  }
  .tab-menu button:first-child {
    margin-left: 0;
  }
  .tab-menu button:last-child {
    margin-right: 0;
  }
}

/* HISTORY PAGE */

.story-section h2 {
  font-size: 64px;
  font-style: normal;
}

.story-section h3 {
  font-family: "Miller Banner", serif;
  font-style: italic;
  letter-spacing: -0.01em;
}

.story-section .section-contents {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}

.story-year-navigation ul, .story-year-navigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.story-year-navigation ul {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}

.story-year-navigation li {
  display: inline-block;
  vertical-align: top;
}

.story-year-navigation a {
  text-decoration: none;
}

.story-year-navigation a:hover {
  text-decoration: underline;
}

.history-gallery {
  margin: 0 auto;
  max-width: 900px;
}

.history-gallery img {
  width: 100%;
  height: auto;
}

.history-gallery .swiper-slide img {
  max-width: 700px;
}

@media only screen and (min-width: 1025px) {
  .story-section h2 {
    font-size: 72px;
  }
}

.history-gallery .swiper-std-arrows .swiper-button-prev, 
.history-gallery .swiper-std-arrows .swiper-button-next {
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 100%;
}


/* HOTSPOT COMPONENT */

.customizer-section {
  
}

.ph-customizer-base {
  display: none;
}

.ph-customizer-base.base-visible {
  display: block;
}

.customizer-swatches-container {
  width: 100%;
  position: relative;
  bottom: 0;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 12px;
  z-index: 2;
}

.customizer-swatch {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: 0;
  border-radius: 100%;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.customizer-swatch.active {
  outline: 1px solid #666666;
  outline-offset: 3px;
}

.cs-red {
  background: #cd220b;
}

.cs-orange {
  background: #e67e33;
}

.cs-black {
  background: #000000;
}

.cs-grey {
  background: #888888;
}

.cs-white {
  background: #ffffff;
}

.cs-green {
  background: #2d4a29;
}

.cs-navy {
  background: #253865;
}

.cs-tan {
  background: #68594e;
}

.cs-python {
  background: url('/assets/media/instrumente/ph-edition/customizer/ph-customizer-swatch-python.png');
  background-size: cover;
}

.hotspot-main-image-outer {
  background: #eeeeee;  
  padding: 30px 20px 60px 20px;
}

.hotspot-main-image {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  max-width: 650px;
}

@media only screen and (min-width: 1025px) {
  .hotspot-main-image-outer {
    padding: 50px 20px;
  }  
}

@media only screen and (min-width: 900px) {
  .hotspot-main-image {
    height: 690px;
  }
}

.hotspot-main-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.hotspot {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.0;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transform: scale(1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  animation: hspulse 3s infinite;  
}

.hotspot .icon {
  width: 12px;
  height: 12px;
}

@keyframes hspulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.hotspot-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  bottom: -100%;
  transition: visibility 0s linear .3s, opacity .3s;
  z-index: 101;  
}

.hotspot-modal.open {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0ms, opacity .3s;
}

.hotspot-modal-inner {
  position: relative;
  width: calc(100% - 40px);
  max-width: 540px;
  height: auto;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
}

@media only screen and (min-width: 750px) and (min-height: 700px) {
  .hotspot-modal-inner {
    height: auto;
  }  
}

.hotspot-modal-image {
  position: relative;
  line-height: 1.0;
  margin-bottom: 10px;
}

.hotspot-modal-slideshow {
  height: 0;
  padding-bottom: 66%;
}

.hotspot-modal-image img {
  width: 100%;
  height: auto;
}

.hotspot-modal-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2.0s ease, visibility 0s linear 2.0s;
  pointer-events: none;

}

.hotspot-modal-slideshow img.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.hotspot-modal-inner p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hotspot-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, var(--popup-bg-darkness));
  z-index: 1;
}

.hotspot-close-button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: 0;
  width: 52px;
  height: 50px;  
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.hotspot-close-button .icon {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 749px) {
  .native-slider--mobile-only {
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 auto;
    overflow-x: scroll;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    list-style: none;
    flex-wrap: nowrap;
    padding: 0px;
    column-gap: 20px;
    scroll-padding-inline: 0;
    scrollbar-width: none;
  }  
  .native-slider--mobile-only li {
    max-width: 600px !important;
    width: 100%;
    flex: none;
  }
}


.newsroom-articles-grid {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  row-gap: 40px;
}

.newsroom-article-card {
  width: 100%;
}

.newsroom-article-card--image {
  position: relative;
  margin-bottom: 15px;
}

.newsroom-article-card--image-wrapper {
  line-height: 1;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 66%;  
}

.newsroom-article-card--image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.newsroom-article-card a {
  text-decoration: none;
}

.newsroom-article-card--date {
  opacity: 0.7;
  font-size: 13px;
}


@media only screen and (min-width: 750px) {
  .newsroom-articles-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 40px;
    row-gap: 80px;
  }
}

.inspiration-grid {
  margin: 0 auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
  row-gap: 10px;
  list-style-type: none;
  padding: 0;
}

.inspiration-grid li {
  margin: 0;
  padding: 0;
}

.inspiration-grid-item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.inspiration-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.inspiration-grid-item--play-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  pointer-events: none;
}

.inspiration-grid-item--play-icon::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fff;
  transform: translateX(2px);
}

.inspiration-modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  color: #333333;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.inspiration-modal.open {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.inpiration-modal-close {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background: none;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: inherit;
}

.inspiration-modal-close .icon {
  width: 12px;
  height: 12px;
}

.modal-pagination-buttons {
  z-index: 5;
  position: absolute;
  top: 22px;
  margin-top: 0;
  width: 100%;
  left: 0;
  visibility: visible;
}

.modal-arrow--left, .modal-arrow--right {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: none;
  color: #555555;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-arrow--left {
  left: 10px;
}

.modal-arrow--right {
  left: 60px;
}

.icon-caret {
  width: 14px;
  height: 14px;
}

.modal-arrow--left .icon-caret {
  transform: rotate(90deg);
}

.modal-arrow--right .icon-caret {
  transform: rotate(-90deg);
}

.inspiration-modal-background {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}

.inspiration-modal-container {
  position: relative;
  z-index: 2;
  background: #ffffff;
  width: calc(100vw - 40px);
  height: calc(100vh - 100px);
}

.inspiration-modal-gallery {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.inspiration-modal-gallery::-webkit-scrollbar {
  height: 0px;
  display: none;
}

.inspiration-modal-gallery-item {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  flex: none;
  scroll-snap-align: start; 
}

.inspiration-modal-gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.inspiration-modal-gallery-item video {
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.inspiration-modal-gallery-item--media:has(video) {
  height: auto;
}

.inspiration-modal-gallery-item--media {
  margin: 0 auto;
  height: calc(100% - 140px);
  width: calc(100% - 40px);
  max-width: 800px;
  position: relative;
  top: 0;  
}

.inspiration-modal-gallery-item--caption {
  margin: 0 auto;
  position: absolute;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}

@media only screen and (min-width: 750px) {
  .inspiration-grid {
    grid-template-columns: repeat(4,1fr);
    column-gap: 20px;
    row-gap: 20px;
  }
  .modal-pagination-buttons {
    visibility: visible;
    top: 50%;
    margin-top: -22px;
  }
  .modal-arrow--right {
    left: auto;
    right: 10px
  }
}

@media only screen and (min-width: 750px) {
  .inspiration-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .inspiration-grid li {
    width: 240px;
  }
  .inspiration-modal-gallery-item--media {
    width: calc(100% - 140px); 
  }
  .inspiration-modal-gallery-item--caption {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .inspiration-grid li {
    width: 300px;
  }
}
  

.inline-image-grid {
  margin: 0 auto;
  display: grid; 
  grid-template-columns: repeat(1,1fr);
  column-gap: var(--grid-horizontal-spacing-mobile);
  row-gap: var(--grid-horizontal-spacing-mobile);
}

.inline-image-grid--image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.inline-image-grid--image img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 1025px) {
  .inline-image-grid {
    grid-template-columns: repeat(2,1fr);
    column-gap: var(--grid-horizontal-spacing-desktop);
  }  
}



/* PREOWNED PIANOS */


.preowned-product-grid {
  text-align: left;
}

.preowned-product-card .product-subtitle {
  margin-bottom: 20px;
}

@media only screen and (min-width: 750px) {
  .preowned-product-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 80px;
    justify-content: center;
  }
  .preowned-product-card {
    width: calc(50% - 40px);
  }
}
  
  
.preowned-product-card img {
  width: 100%;
  height: auto;
}

.preowned-product-card a {
  text-decoration: none;
}

.preowned-compare-at-price {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  margin-right: 4px;
  opacity: 0.65;
}
