/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 06:47:30 */
/* =========================================================
   CUSTOM GUITAR ATELIER — CONTACT PAGE
   Original design updated with United Kingdom Office
   ========================================================= */

.cga-contact-panel,
.cga-contact-panel * {
  box-sizing: border-box;
}

.cga-contact-panel {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding: clamp(34px, 4vw, 62px);
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #faf6ef 100%);
  border: 1px solid #e7dac5;
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(48, 35, 30, 0.09);
}

/* Decorative background glow */
.cga-contact-panel::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -120px;
  width: 390px;
  height: 390px;
  background: radial-gradient(
    circle,
    rgba(190, 142, 58, 0.17) 0%,
    rgba(190, 142, 58, 0) 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* =========================================================
   INTRODUCTION
   ========================================================= */

.cga-contact-intro {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.cga-contact-kicker {
  display: block;
  margin-bottom: 10px;
  color: #996a24;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cga-contact-intro h1 {
  margin: 0;
  color: #30231e;
  font-family: inherit;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
  text-wrap: balance;
}

.cga-contact-divider {
  display: block;
  width: 56px;
  height: 2px;
  margin: 18px auto;
  background: #b88735;
}

.cga-contact-intro p {
  margin: 0;
  color: #70675f;
  font-size: 17px;
  line-height: 1.7;
}

/* =========================================================
   OFFICE GRID
   ========================================================= */

.cga-contact-offices {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  align-items: stretch;
}

/* =========================================================
   OFFICE CARDS
   ========================================================= */

.cga-office-card {
  display: flex;
  min-width: 0;
  height: 100%;
  gap: 19px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #e8ddce;
  border-top: 3px solid #b88735;
  border-radius: 15px;
  box-shadow: 0 10px 28px rgba(48, 35, 30, 0.055);
}

.cga-office-icon {
  display: inline-flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #9b6c27;
  background: #faf3e7;
  border: 1px solid #dfc691;
  border-radius: 50%;
}

.cga-office-icon svg,
.cga-method-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cga-office-content {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}

.cga-office-label {
  display: block;
  margin-bottom: 6px;
  color: #9b6c27;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cga-office-card h2 {
  margin: 0 0 14px;
  color: #30231e;
  font-family: inherit;
  font-size: clamp(19px, 1.4vw, 22px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.012em;
  text-transform: none;
  text-wrap: balance;
}

.cga-office-card address {
  margin: 0 0 18px;
  color: #70675f;
  font-size: 14.5px;
  font-style: normal;
  line-height: 1.65;
}

/* =========================================================
   OFFICE TELEPHONE LINKS
   ========================================================= */

.cga-office-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: auto;
}

.cga-office-links a {
  color: #3b2c26;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.cga-office-links a span {
  margin-right: 4px;
  color: #9b6c27;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cga-office-links a:hover {
  color: #a87529;
  text-decoration: underline;
}

.cga-office-links a:focus-visible {
  outline: 2px solid #c99a47;
  outline-offset: 4px;
  border-radius: 3px;
}

/* =========================================================
   DARK EMAIL AND BUSINESS-HOURS STRIP
   ========================================================= */

.cga-contact-methods {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #231a16 0%, #382820 100%);
  border: 1px solid rgba(205, 160, 78, 0.5);
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(35, 26, 22, 0.14);
}

.cga-contact-method {
  display: flex;
  min-width: 0;
  gap: 13px;
  align-items: center;
  padding: 22px 20px;
  color: #ffffff;
  text-decoration: none;
}

.cga-contact-method + .cga-contact-method {
  border-left: 1px solid rgba(215, 174, 96, 0.23);
}

.cga-method-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #d4aa59;
  background: rgba(212, 170, 89, 0.1);
  border: 1px solid rgba(212, 170, 89, 0.4);
  border-radius: 50%;
}

.cga-method-copy {
  min-width: 0;
}

.cga-method-copy small {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cga-method-copy strong {
  display: block;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

a.cga-contact-method {
  transition: background 180ms ease;
}

a.cga-contact-method:hover {
  color: #ffffff;
  background: rgba(212, 170, 89, 0.08);
}

a.cga-contact-method:focus-visible {
  outline: 3px solid rgba(230, 196, 123, 0.7);
  outline-offset: -5px;
}

/* =========================================================
   SUPPORTING NOTE
   ========================================================= */

.cga-contact-note {
  position: relative;
  z-index: 1;
  margin: 21px 0 0;
  color: #81776f;
  font-size: 13.5px;
  line-height: 1.55;
  text-align: center;
}

/* =========================================================
   MEDIUM SCREENS
   Two cards above; UK card centered below
   ========================================================= */

@media (max-width: 1099px) and (min-width: 850px) {
  .cga-contact-offices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cga-contact-offices .cga-office-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 849px) {
  .cga-contact-offices,
  .cga-contact-methods {
    grid-template-columns: 1fr;
  }

  .cga-contact-offices .cga-office-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .cga-contact-method + .cga-contact-method {
    border-top: 1px solid rgba(215, 174, 96, 0.23);
    border-left: 0;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 549px) {
  .cga-contact-panel {
    margin: 28px auto;
    padding: 32px 18px;
    border-radius: 17px;
  }

  .cga-contact-intro {
    margin-bottom: 29px;
  }

  .cga-contact-kicker {
    font-size: 10px;
    letter-spacing: 0.18em;
  }

  .cga-contact-intro h1 {
    font-size: 34px;
  }

  .cga-contact-intro p {
    font-size: 15px;
    line-height: 1.65;
  }

  .cga-contact-offices {
    gap: 14px;
  }

  .cga-office-card {
    gap: 14px;
    padding: 23px 19px;
    border-radius: 13px;
  }

  .cga-office-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
  }

  .cga-office-icon svg {
    width: 20px;
    height: 20px;
  }

  .cga-office-card h2 {
    font-size: 19px;
  }

  .cga-office-card address {
    font-size: 14px;
  }

  .cga-office-links {
    flex-direction: column;
    gap: 7px;
  }

  .cga-contact-method {
    padding: 19px 17px;
  }

  .cga-contact-note {
    font-size: 12.5px;
  }
}