/*
Theme Name: Royal Archer Restoration
Theme URI: https://royalarcher.org/
Author: Royal Archer Studio
Description: Restored editorial WordPress theme for Royal Archer: premium literary studio, services, membership, authors, portfolio, and blog.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: royal-archer-restoration
*/

@import url('https://fonts.googleapis.com/css2?family=Henny Penny:wght@400;500;600;700&family=Cormorant+Garamond:wght@400;500;600;700&family=Dancing+Script:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

.ra-hero-art,
.ra-hero-image,
.ra-hero-art a,
.ra-hero-image a,
.ra-hero-art figure,
.ra-hero-image figure,
.ra-hero-art .wp-block-image,
.ra-hero-image .wp-block-image {
  background: transparent !important;
  box-shadow: none !important;
}

.ra-hero-art img,
.ra-hero-image img {
  background: transparent !important;
  display: block;
  border: 0 !important;
}

.ra-hero-title {
  font-family: "Cormorant Garamond", Garamond, Georgia, serif !important;
  font-size: clamp(3rem, 5.6vw, 5.6rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.035em;
  font-weight: 500;
  max-width: 640px;
}

.ra-gold {
  color: #b78318 !important;
  font-weight: 600;
}

.ra-script {
  font-family: "Cormorant Garamond", Garamond, Georgia, serif !important;
  font-style: italic !important;
  color: #b78318 !important;
  font-weight: 500;
  font-size: 1.08em;
}

.ra-hero {
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr) !important;
}

.ra-hero-art img {
  width: 135% !important;
  max-width: 880px !important;
  margin-left: -8%;
}

/* Royal Archer hero title layout */

.ra-hero-title {
  max-width: 720px !important;
  font-family: "Cormorant Garamond", Garamond, Georgia, serif !important;
  font-size: clamp(3.1rem, 5vw, 5.4rem) !important;
  line-height: 0.86 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.ra-line-1 {
  color: #b78318;
  font-family: "Dancing Script", coursive!important;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  }

.ra-line-2 {
  display: inline-block;
  margin-left: 0.5em;
  color: #1b120d;
  font-family: "Dancing Script"!important;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.02em;
  transform: translateY(-45px);
}

.ra-script {
  display: inline-block;
  color: #1b120d;
  font-size: 1.2em !important;
  font-family: "Henny Penny" !important;
}

.ra-script {
  display: inline-block;
  margin-left: 2em;
  color: #b78318 !important;
  font-size: 1em !important;
  line-height: 0.72 !important;
  font-weight: 500 !important;
  position: relative;
  top: -10px;
}

.ra-studio-title {
  font-family: "Georgia", Garamond, Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b78318;
  margin-bottom: 1.4rem;
  line-height: 1;
  white-space: nowrap;
}

.ra-hero-copy {
  transform: translateY(-50px);
}