/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-child
*/
@font-face{
	font-family:"Pacifico";
	src:url("/wp-content/themes/twentytwentyfive-child/assets/fonts/Pacifico-Regular.woff2") format("woff2");
	font-weight:400;
	font-style:normal;
	font-display:swap;
  }
  
  @font-face{
	font-family:"Pacifico";
	src:url("/wp-content/themes/twentytwentyfive-child/assets/fonts/Pacifico-Regular.woff2") format("woff2");
	font-weight:700; /* pretend-bold mapping */
	font-style:normal;
	font-display:swap;
  }

body,html{background: #0d0610fc;}
.wp-site-blocks {
    background: #e1d7e6;
}

.wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow {
    padding: 25px 35px;
    border-radius: 40px;
	color: #FFF;
}

/* Page title spacer is too chunky */
.wp-block-group.alignfull.has-global-padding:has(> .wp-block-post-title) {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
  }

.wp-block-site-title a{font-weight: 400 !important;
  font-style: normal !important; font-size: 0.8em;}
.wp-block-site-title a span + text{font-size: 0.8em!important;}
.site-title-motivate {
	font-family: 'Pacifico', cursive;
	font-weight: 400;        /* only real weight */
	font-size: 1.25em;       /* make it feel “heavier” */
	letter-spacing: 0.02em;  /* very subtle */
	line-height: 1;
	display: inline-block;
  }

.max500{max-width: 500px;}
.max1000{max-width: 1000px;}

footer.wp-block-template-part {
    background: #0f0913;
}

.home h1.wp-block-post-title{font-size: 5.4rem; font-weight: 400; max-width: 75%; margin: 0;}
.hero-subline {
	display: block;
	margin: 0.05em 0 0.2em 1em;
	letter-spacing: 0.02em;
	font-weight: 800;
	font-style: italic;
	font-size: 6.4rem;
  }

.hero-align-element{margin: 0 auto 0 44%!important; max-width: 900px; font-size: 1.5em;}
.align-element-center{margin: 0 auto!important;}

@media (max-width: 1495px) {
  .home h1.wp-block-post-title{max-width: 90%;}
}
@media (max-width: 1250px) {
  .home h1.wp-block-post-title{max-width: 100%;}
}
@media (max-width: 1132px) {
  .home h1.wp-block-post-title{font-size: 4.4rem;}
  .hero-subline{font-size: 5.4rem;}
  .hero-align-element{margin: 0 auto 0 20% !important;}
}
@media (max-width: 975px) {
  .home h1.wp-block-post-title{font-size: 3.4rem;}
  .hero-subline{font-size: 4.4rem;}
}
@media (max-width: 500px) {
  .home h1.wp-block-post-title{font-size: 3.4rem;}
  .hero-subline{font-size: 3.8rem; margin: 0.05em 0 0.2em .3em;}
  .hero-align-element{margin: 0 auto 0 7% !important;}
}

/* Base details wrapper */
.custom-details-drop-down {
	margin: 0 0 12px;
  }
  
  /* Summary bar */
  .custom-details-drop-down summary {
	padding: 12px;
	border: 2px solid #000;
	cursor: pointer;
	user-select: none;
	border-radius: 20px;
  }
  
  /* Optional: little spacing tweak so the default marker doesn't look cramped */
  .custom-details-drop-down summary::marker {
	font-size: 0.9em;
  }
  
  /* CONTENT AREA: everything inside details except the summary */
  .custom-details-drop-down[open] > *:not(summary) {
	padding: 10px 12px 0px 12px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
  }
  
  /* Only the last piece of content gets the bottom border */
  .custom-details-drop-down[open] > *:not(summary):last-child {
    border-bottom: 2px solid #000;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding: 10px 12px 10px 12px;
  }
  
  /* Paragraph spacing inside the content */
  .custom-details-drop-down p {
	margin: 0;
  }
  
  .custom-details-drop-down p:last-child {
	margin-bottom: 0;
  }
  
  /* Nice: avoid double line between summary border and content */
  .custom-details-drop-down[open] summary {
	border-bottom-color: #000; border-bottom-style: dashed; border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

  }
  /* Hide the default marker (Chrome/Safari/Edge) */
.custom-details-drop-down summary::-webkit-details-marker {
	display: none;
  }
  
  /* Hide marker in Firefox-ish way */
  .custom-details-drop-down summary::marker {
	content: "";
  }
  
  /* Add your own arrow */
  .custom-details-drop-down summary {
	position: relative;
	padding-right: 48px; /* room for arrow */
  }
  
  .custom-details-drop-down summary::after {
	content: "▾";
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.2s ease;
  }
  
  /* Rotate arrow when open */
  .custom-details-drop-down[open] summary::after {
	transform: translateY(-50%) rotate(180deg);
  }


/* Default: hide both until we know the body class */
.show-logged-in,
.show-logged-out {
  display: none !important;
}

/* WP adds these body classes automatically */
body.logged-in .show-logged-in {
  display: block !important;
}

body:not(.logged-in) .show-logged-out {
  display: block !important;
}

.footer-copyright{gap: 5px; color: #ffffff;}
.footer-copyright time{color: #ffffff;}


.do-something-great-hero{position: relative;}
.do-something-great-hero::after{content:''; position: absolute; inset: 0; width: 100%; height: 100%; background: #000000a9; z-index: 2;}
.do-something-great-hero img{z-index: 1;}
.do-something-great-hero--content{position: relative; z-index: 9;}

.footer-logout-pill a{border-radius: 100px;
    background-color: #a486ff;
    color: #FFF;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
    text-align: center;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;
    border: 3px solid #5e5e5e;}
.footer-logout-pill a:hover{background: #FFF; color: #000;}

/*.trish-front-page-standing{
  max-width: 900px;
  margin: -150px 0 -17px 0;
}
@media (max-width: 900px) {
  .trish-front-page-standing{
    margin: -100px 0 -17px 0;
  }
}
@media (max-width: 750px) {
  .trish-front-page-standing{
    max-width: fit-content;
    margin: 14px 0 -17px 0;
  }
}*/

.red-theme-button{color: #cf2e2e!important; background: #ff060677; border-color: #cf2e2e;}
.red-theme-button a{color: #ff2a2a!important; transition: all 0.2s ease;}
.red-theme-button a:hover{color: #fff!important;}

.motivate-hero {
  max-width: 900px;
  margin: -150px 0 -17px 0;
}

.motivate-hero .wp-block-columns {
  align-items: center;
}

.hero-image img {
  max-height: 600px;
}

.hero-copy {
    padding-top: 105px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-bullets {
  list-style: none;
  padding: 18px 22px 18px;
  margin: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.03);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  row-gap: 10px;
}

.hero-copy-heading {
  font-size: 1rem;        /* up from 0.8 */
  font-weight: 700;
  letter-spacing: 0.12em; /* still airy, but readable */
  text-transform: uppercase;
  color: #e23a35;
  margin-bottom: 14px;
}


.hero-bullets li {
font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.01em;
    position: relative;
    padding-left: 49px;
}
.hero-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 33px;
  height: 33px;

  background-repeat: no-repeat;
  background-size: contain;

  /* Dumbbell SVG (encoded) */
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e23a35' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
<path d='M17.596 12.768a2 2 0 1 0 2.829-2.829l-1.768-1.767a2 2 0 0 0 2.828-2.829l-2.828-2.828a2 2 0 0 0-2.829 2.828l-1.767-1.768a2 2 0 1 0-2.829 2.829z'/>\
<path d='m2.5 21.5 1.4-1.4'/>\
<path d='m20.1 3.9 1.4-1.4'/>\
<path d='M5.343 21.485a2 2 0 1 0 2.829-2.828l1.767 1.768a2 2 0 1 0 2.829-2.829l-6.364-6.364a2 2 0 1 0-2.829 2.829l1.768 1.767a2 2 0 0 0-2.828 2.829z'/>\
<path d='m9.6 14.4 4.8-4.8'/>\
</svg>");
}

.blog .wp-block-post-featured-image {
  aspect-ratio: auto !important;
  height: 380px;   /* try 350–400 */
  overflow: hidden;
  border-radius: 12px; /* optional but looks premium */
}

.blog .wp-block-post-featured-image img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

.blog .wp-block-post-featured-image img {
  filter: saturate(1.1) contrast(1.05);
}


@media (max-width: 900px) {
  .motivate-hero{
    margin: -100px 0 -17px 0;
  }
}
@media (max-width: 750px) {
  .motivate-hero{
    max-width: fit-content;
    margin: 14px 0 17px 0;
  }
  .hero-copy {
    padding-top: 5px;
  }
  .hero-bullets li {
    font-size: 1.3rem;
    padding-left: 39px;
  }
  .hero-bullets li::before {
    width: 26px;
    height: 26px;
  }
  .hero-image img {
      max-height: 600px;
      margin: 0 auto;
      display: block;
  }
}