@charset "utf-8";
/* ============================================================
   Lord of the Strings — Option 1: Premium Studio Theme
   ============================================================ */

/* ---------- Reset & Base ---------- */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background-color: #f8fafc;
	color: #1e293b;
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.6;
}
h1, h2, h3, h4 { margin: 0 0 0.5em 0; line-height: 1.2; }
p, ul, ol { margin: 0 0 1em 0; }
img { max-width: 100%; height: auto; }

:focus-visible { outline: 2px solid #ca8a04; outline-offset: 2px; }

.skip { position: absolute; left: -9999px; }
.skip:focus { left: 0; top: 0; z-index: 999; background: #262626; color: #fff; padding: 0.7em 1em; }

/* ---------- Layout Shell ---------- */
.shell {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #ffffff;
	box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.pad { padding: 0 18px; }

/* ---------- Header & Navigation ---------- */
.previewbar {
	background-color: #1e293b;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.5;
	padding: 7px 18px;
	text-align: center;
}

.utilbar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 50;
	background-color: #262626;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.utilbar .util-name {
	font-size: 14px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ffffff;
}
.utilbar .util-name a { 
	color: #ffffff !important; 
	text-decoration: underline; 
	transition: color 0.2s ease;
}
.utilbar .util-name a:hover,
.utilbar .util-name a:focus {
	color: #ca8a04 !important;
}

.utilbar .tel { 
	color: #ffffff !important; 
	text-decoration: underline; 
	font-size: 14px; 
	white-space: nowrap; 
	transition: color 0.2s ease;
}
.utilbar .tel:hover,
.utilbar .tel:focus {
	color: #ca8a04 !important;
}

.utilbar .book {
	margin-left: auto;
	flex: none;
	background-color: #ca8a04;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none !important;
	padding: 8px 16px;
	border-radius: 6px;
	white-space: nowrap;
	transition: background-color 0.2s ease, transform 0.1s ease;
}
.utilbar .book:hover, 
.utilbar .book:focus { 
	background-color: #a16207 !important; 
	color: #ffffff !important;
	transform: translateY(-1px);
}

.pagename {
	background-color: #475569;
	color: #ffffff;
	padding: 16px 18px;
}
.pagename h1 { margin: 0; font-size: 24px; font-weight: 600; letter-spacing: -0.02em; color: #ffffff; }

.masthead { 
  background-color: #1e293b; 
  width: 100%; 
  overflow: hidden;
}

.masthead img,
.banner-img img { 
  display: block; 
  width: 100%; 
  max-width: 100%;
  height: auto; 
  object-fit: cover;
}

.banner-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.mainnav { 
  position: sticky;
  top: 48px;
  z-index: 40;
  background-color: #ffffff; 
  border-bottom: 2px solid #ca8a04; 
}
.mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	overflow-x: auto;
	justify-content: center;
	-webkit-overflow-scrolling: touch;
}
.mainnav li { flex: none; }
.mainnav a {
	display: block;
	padding: 12px 16px;
	color: #262626 !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.mainnav a:hover, 
.mainnav a:focus { 
	background-color: #f8fafc; 
	color: #ca8a04 !important; 
}
.mainnav a.active { 
	border-bottom-color: #ca8a04; 
	font-weight: bold; 
	color: #262626 !important; 
}

/* ---------- Main Content ---------- */
main { padding: 24px 18px 36px 18px; }
main h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #262626;
	margin-top: 1.4em;
	letter-spacing: 0.04em;
}
main h2:first-child { margin-top: 0; }
main h3 {
	font-size: 19px;
	font-weight: 600;
	color: #262626;
	border-bottom: 2px solid #ca8a04;
	padding-bottom: 6px;
	margin-top: 1.5em;
}
.lead { font-size: 18px; color: #1e293b; }
.smallprint { font-size: 14px; color: #64748b; }

blockquote.tm {
	margin: 0 0 18px 0;
	padding: 4px 0 4px 16px;
	border-left: 4px solid #ca8a04;
}
blockquote.tm p { margin-bottom: 6px; font-size: 16px; color: #1e293b; }
blockquote.tm cite {
	font-style: normal;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #ca8a04;
	font-weight: 600;
}

.placeholder {
	border: 1px dashed #ca8a04;
	background-color: #fefce8;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.55;
	margin-bottom: 18px;
}
.placeholder strong { display: block; margin-bottom: 4px; color: #262626; }

/* ---------- Buttons ---------- */
.btn {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 1.5em auto;
	background-color: #262626;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 20px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	text-align: center;
	font-family: inherit;
	box-shadow: 0 4px 12px rgba(38, 38, 38, 0.2);
	transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
}
.btn:hover, 
.btn:focus {
	background-color: #ca8a04 !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(249, 115, 22, 0.3);
}
.btn.wide { width: 100%; }

.btn.ghost { 
	background-color: transparent; 
	color: #262626 !important; 
	border: 2px solid #262626; 
	box-shadow: none;
}
.btn.ghost:hover, 
.btn.ghost:focus { 
	background-color: #f8fafc; 
	border-color: #ca8a04; 
	color: #ca8a04 !important; 
}

/* ---------- Testimonials ---------- */
.testimonial-card {
	border: 1px solid #e2e8f0;
	background-color: #ffffff;
	border-radius: 10px;
	margin-bottom: 16px;
	padding: 14px 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.testimonial-card summary {
  color: #262626;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
  list-style: none;
}
.testimonial-card summary::-webkit-details-marker { display: none; }
.testimonial-card summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
  color: #ca8a04;
}
.testimonial-card[open] summary::after { content: "\2212"; }
.testimonial-content {
  margin-top: 10px;
  font-size: 16px;
  color: #1e293b;
}

/* ---------- Lesson Rates ---------- */
.introrate {
	border: 1px solid #e2e8f0;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 16px;
	display: flex;
	align-items: baseline;
	gap: 14px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.introrate .amt { font-size: 38px; color: #ca8a04; line-height: 1; font-weight: bold; }
.introrate .desc { font-size: 15px; color: #1e293b; }

.ratetoggle { 
	display: flex; 
	border: 2px solid #262626; 
	border-radius: 8px; 
	overflow: hidden; 
	max-width: 340px; 
	margin-bottom: 16px; 
}
.ratetoggle button {
	flex: 1;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	padding: 10px 8px;
	color: #262626;
	font-weight: 500;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.ratetoggle button:hover:not([aria-pressed="true"]),
.ratetoggle button:focus:not([aria-pressed="true"]) {
    background-color: #ca8a04 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}
.ratetoggle button[aria-pressed="true"] { 
	background-color: #262626; 
	color: #ffffff; 
	font-weight: bold; 
}
table.rates { width: 100%; table-layout: fixed; border-collapse: collapse; margin-bottom: 12px; }
table.rates caption { text-align: left; font-size: 14px; color: #64748b; padding-bottom: 6px; }
table.rates th, table.rates td {
  padding: 12px 8px;
  border-bottom: 1px solid #e2e8f0;
  text-align: right;
}
table.rates th:first-child, table.rates td:first-child { text-align: left; }
table.rates thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  font-weight: 600;
}
table.rates th:nth-child(1) { width: 50%; }
table.rates th:nth-child(2),
table.rates th:nth-child(3) { width: 25%; }
table.rates td .amt { font-size: 20px; color: #ca8a04; font-weight: bold; }

/* ---------- Video ---------- */
.videogrid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 18px; }
.vidcard { 
	border: 1px solid #e2e8f0; 
	background-color: #ffffff; 
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.facade {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: #1e293b;
	border: none;
	padding: 0;
	cursor: pointer;
}
.facade .play {
	position: absolute; left: 50%; top: 50%;
	width: 0; height: 0; margin: -13px 0 0 -9px;
	border-left: 26px solid #ca8a04;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.facade .stub {
	position: absolute; left: 0; right: 0; bottom: 0;
	background-color: rgba(30, 41, 59, 0.9);
	color: #ffffff;
	font-size: 12px;
	line-height: 1.4;
	padding: 6px 10px;
	text-align: left;
}
.facade iframe { width: 100%; height: 100%; border: 0; display: block; }
.vidcard .vidname { padding: 12px 14px; font-size: 15px; color: #262626; font-weight: 600; }

/* ---------- Contact Section ---------- */
.factlist { list-style: none; padding: 0; margin: 0 0 18px 0; }
.factlist li { padding: 10px 0; border-bottom: 1px solid #e2e8f0; }
.factlist strong { display: block; font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: #ca8a04; }

/* ---------- Footer ---------- */
.sitefoot {
  background-color: #475569;
  color: #ffffff;
  padding: 30px 18px 24px 18px;
  font-size: 14px;
}
.sitefoot p, 
.sitefoot div, 
.sitefoot span { 
  color: #ffffff; 
  margin-bottom: 8px; 
}
.sitefoot .rule { height: 1px; background-color: rgba(255,255,255,0.2); margin: 16px 0; }

/* ---------- Social Links ---------- */
.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  width: 100%;
}

.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 calc(25% - 10px);
  max-width: 160px;
  min-width: 110px;
  padding: 10px 14px;
  background-color: #262626;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.social-pill:hover,
.social-pill:focus {
  background-color: #ca8a04 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* ---------- Consolidated Link Styles & Overrides (Thicker Underlines) ---------- */
/* Main body links */
main a,
.factlist a,
.contact-info a {
	color: #243966 !important;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: #ca8a04;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

main a:hover, 
main a:focus,
.factlist a:hover,
.contact-info a:hover {
	color: #ca8a04 !important;
	text-decoration-color: #ca8a04 !important;
}

/* Footer links */
.sitefoot a,
footer a,
.footer a,
[class*="foot"] a {
	color: #ffffff !important;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.7);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.sitefoot a:hover,
.sitefoot a:focus,
footer a:hover,
footer a:focus,
.footer a:hover,
.footer a:focus,
[class*="foot"] a:hover,
[class*="foot"] a:focus {
	color: #ca8a04 !important;
	text-decoration-color: #ca8a04 !important;
}

/* ---------- Media Queries ---------- */
@media (min-width: 700px) {
	body { font-size: 18px; }
	main { padding: 28px 30px 40px 30px; }
	.pad, .pagename, .utilbar, .previewbar, .sitefoot { padding-left: 30px; padding-right: 30px; }
	.pagename h1 { font-size: 30px; }
	.videogrid { grid-template-columns: 1fr 1fr; }
	.mainnav ul { overflow-x: visible; }

	.mainnav a { padding: 13px 18px; }
}

@media (min-width: 769px) {
  .menu-toggle {
    display: none;
  }
  .mainnav #main-menu {
    display: flex !important;
  }
}

@media (min-width: 950px) {
	.shell { box-shadow: 0 0 30px rgba(0,0,0,0.08); }
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
  }
  .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px 0;
    background-color: #262626;
  }
  .mainnav #main-menu { display: none; }
  .mainnav #main-menu.nav-open { display: block; }
}

@media (max-width: 600px) {
  .social-pill {
    flex: 1 1 calc(50% - 10px);
    max-width: none;
  }
}

@media print {
	.utilbar, .previewbar, .mainnav, .facade { display: none; }
	body { background: #fff; }
}