@font-face {
  font-family: 'Century Gothic Custom';
  src: url('../fonts/century-gothic.woff2') format('woff2'),
       url('../fonts/century-gothic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root{

/* colors */

--green:#83978F;
--black: #000;
--annoucement-color:#E6D9CD; 
--accent:#B88A63;
--dark:#4B695F;
--darker: #002930;
--light:#F5F3EF;
--white:#ffffff;
--gradient-green: linear-gradient(
    to bottom,
    #648077 -40%,
    #64807700 100%
  );
--gradient-brown: linear-gradient(
    to top,
    #E6D9CD 0%,
    #64807700 100%
  );

 a:hover,
a:focus {
  color: inherit;
}


/* spacing */

--section-padding:50px;
--section-mobile-padding:30px;

/* typography */

--heading-size:36px;
--body-size:18px;
--font-body: "Century Gothic Custom", Arial, sans-serif;
--font-display: "Cinzel Decorative", serif;

}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

body{
  font-family: var(--font-body);
  color: var(--dark);
}

.font-display{
  font-family: var(--font-display);
}

.font-body{
  font-family: var(--font-body);
}

.ast-container {
  display: block !important;
}
.site-content >
.ast-container {
  max-width: 100% !important;}

section {
  padding: var(--section-padding) 0;
}

@media (max-width:768px){
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
}

section {
  padding: var(--section-mobile-padding) 0;
}
}

.announcement-bar{
background:var(--annoucement-color);
text-align:center;
font-size:14px;
padding:8px 0;
}
.site-header{
position:absolute;
top:40px;
left:0;
width:100%;
background:transparent;
z-index:100;
}
/* .home-hero{
position:relative;
background:url('../img/hero.jpg') center/cover no-repeat;
min-height:600px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

} */
.site-header a{
color:white;
}
.home-hero {
  background: #8aa17f;
  color: white;
  text-align: center;
}

.home-hero h1 {
  font-size: 42px;
  font-weight: 100;
  margin-bottom: 20px;
  font-family: var(--font-display);
  color:var(--white);
}
.brush-underline{
position:relative;
display:inline-block;
}

.brush-underline::after{
content:"";
position:absolute;
left:0;
bottom:-8px;
width:100%;
height:16px;

background:url('../img/brush-underline.png') no-repeat center;
background-size:100% auto;
}
.brush-underline::after{
animation:underlineDraw 1.2s ease forwards;
transform:scaleX(0);
transform-origin:left;
}

@keyframes underlineDraw{
to{
transform:scaleX(1);
}
}

.home-intro {
  background: #9fb28f;
  color: white;
  text-align: center;
}

.home-intro h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.home-intro p {
  max-width: 650px;
  margin: 0 auto 30px;
}

.home-hero{
position:relative;
/* background:url('../img/hero.jpg') center/cover no-repeat; */
min-height:520px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding-top:120px;
}

.hero-overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient(
  90deg,
  rgba(4,15,17,0.84) 0%,
  rgba(76,78,78,0.84) 100%
  /* rgba(0,41,48,0.84) 100% */
);
}

.hero-content{
position:relative;
color:white;
max-width:850px;
}

.hero-sub{
font-size:24px;
opacity:0.95;
font-family: var(--font-body);
}

@media (max-width:768px){

.home-hero{
min-height:0px;
padding-top: 85px;
}

.home-hero h1{
font-size:17px;
}
.hero-sub{
font-size:9px;
}

}
/* White intro section */

.intro-white{
background:#ffffff;
text-align:center;
}

.intro-inner{
max-width:720px;
margin:auto;
}

.intro-white p{
font-size:18px;
line-height:1.7;
margin-bottom:22px;
}

/* buttons */

.intro-actions{
display:flex;
flex-direction:column;
align-items:center;
gap:14px;
margin-top:24px;
}

.btn-primary{
background:var(--accent);
color:white;
padding:14px 26px;
border-radius:4px;
text-decoration:none;
font-weight: 900;
text-transform: uppercase;
}

.btn-secondary{
color:var(--dark);
padding:14px 26px;
border-radius:4px;
text-decoration:underline;
}
.line-break {
  display: block;
}
@media (max-width: 767px) {
  .line-break {
    display: inline;
  }
}
@media (max-width: 900px){
.intro-white p{
  font-size: 9px;
}
.btn-primary, .btn-secondary{
  font-size: 10px;
}
.intro-actions{
  gap: 2px;
}
}
/* green section */

.intro-green{
background:var(--green);
color:var(--white);
text-align:center;
}

.intro-green-inner{
max-width:750px;
margin:auto;
}

.intro-green h2{
font-size:42px;
line-height:1.3;
margin-bottom:20px;
font-family: var(--font-display);
color:var(--white);
font-weight: 300;
}

.intro-green-sub{
font-size:20px;
margin-bottom:24px;
font-weight: 600;
opacity:0.95;
}

.intro-green p{
/* margin-bottom:18px; */
line-height:1.7;
font-size: 18px;
}

@media (max-width:900px){
  .intro-green h2{
    font-size: 17px ;
  }
  .intro-green p{
    font-size: 8px;
  }
  .intro-green-sub{
    font-size: 10px !important;
  }
}


/* BULLETS */

/* .intro-invitations{
  margin:30px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.intro-point{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 0px !important;
  gap:12px;

  font-size:18px;
  font-weight:500;
} */

.intro-invitations{
  margin:30px auto;
  max-width:420px;   /* controls width of the block */
  justify-self: center;
}

.intro-point{
  display:flex;
  align-items:center;
  gap:12px;

  text-align:left;   /* VERY IMPORTANT */
  margin-bottom:10px;
}


.arrow-icon{
  flex-shrink:0;   /* prevents shifting */
  margin-top:4px;  /* aligns with text baseline */
}
.arrow{
  font-size:5px;
  transform:translateY(-1px);
  opacity:0.9;
}

/* footer line */

.intro-green-footer{
  margin-top:25px;
  font-size:17px;
  opacity:0.95;
}

.intro-invitations{
margin:20px 0;
}

.intro-invitations p{
font-weight:900;
margin-bottom: 0px;
}

h2{
font-size:var(--heading-size);
line-height:1.3;
}

p{
font-size:var(--body-size);
line-height:1.7;
}

.intro-list {
  list-style: none;
  padding: 0;
}

.intro-list li {
  margin: 10px 0;
}
.home-hero,
.home-intro {
  width: 100%;
  display: block;
}
.ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
section {
  width: 100%;
}

/* Science section */

.home-science {
  background: #ffffff;
}
.science-header{
text-align:center;
max-width:700px;
margin:0 auto 60px;
}

.science-header h2{
font-size:38px;
font-weight:100;
margin-bottom:12px;
font-family: var(--font-display);
color: var(--accent);
}

.science-sub{
font-size:20px;
font-weight:bold;
opacity:0.9;
color: var(--green)
}
.science-grid{
display:grid;
grid-template-columns:1fr 1.2fr;
gap:60px;
align-items:center;
}
.science-image img{
width:100%;
border-radius:15px;
display:block;
}
.science-text h3{
color:var(--green);
font-family: var(--font-display);
font-size:28px;
font-weight: 100;
margin-bottom:16px;
}

.science-text p{
margin-bottom:16px;
line-height:1.7;
}
@media (max-width:768px){

.science-grid{
grid-template-columns:1fr;
gap: 37px;
}

.science-header{
margin-bottom: 17px;
}

.science-header h2{
font-family: var(--font-display);
font-size: 17px;
}
.science-image{
  padding: 0px 40px;
}

.science-sub{
  font-size: 10px;
}
.science-text h3{
  font-size: 23px;
  text-align: center;
}
.science-text p{
  font-size:10px;
  text-align: center;
}
}
.two-col.reverse {
  grid-template-columns: 1fr 1fr;
}
/* ========================================
APPROACH SECTION
Why I See Menopause Differently
======================================== */

.approach{
background:var(--white);
position:relative;
padding-bottom: 150px;
}

.approach-header{
text-align:center;
position:relative;
}

/* decorative lines */

.approach-header h2{
font-family:var(--font-display);
font-size:44px;
font-weight: 100;
color:#B28A63;
letter-spacing:1px;
margin-bottom:18px;
position:relative;
display:inline-block;
}

.approach-header h2 {
  position: relative;
  display: inline-block;
}

.approach-header h2::before,
.divider h2::before,
.approach-header h2::after,
.divider h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 120px; /* adjust based on your SVG */
  height: 20px; /* match your SVG height */

  background: url('../img/right-arrow.svg') no-repeat center;
  background-size: contain;
}

.approach-header h2::before{
  right: 100%;
  margin-right: 30px;
}

.divider h2::before {
  right: 89%;
}

.approach-header h2::after {
  left: 100%;
  margin-left: 30px;
}

.divider h2::after {
  left: 89%;
}

.approach-sub{
display:block;
text-align: start;
font-size:28px;
font-weight:700;
color:#7D8F83;
letter-spacing:1px;
margin-top:10px;
margin-bottom: 0px;
}

.approach-image{
position:relative;
}

/* grid */

.approach-grid{
display:grid;
grid-template-columns:1.1fr 1fr;
gap:70px;
align-items:start;
position:relative;
}

/* text */

.approach-text{
max-width:520px;
padding-top: 52px;
}

.approach-text p{
margin-bottom:20px;
line-height:1.8;
font-size:18px;
color:#2F3C44;
}

.approach-highlight{
font-weight:700;
font-size:19px;
}

/* image */

.approach-image img{
width:100%;
border-radius:18px;
display:block;
order:-1;
}

/* quote box */

.approach-quote{
position:absolute;
bottom:80px;
right:368px;

max-width:420px;

background:#B8895F;
color:white;

padding:30px 36px;

border-radius:14px;

text-align:center;

font-size:22px;
line-height:1.5;

box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

/* responsive */

@media (max-width:900px){

.approach-grid{
grid-template-columns:1fr;
gap:11px;
}

.approach-header h2{
  font-size: 23px;
}
.approach-header h2::before,
.approach-header h2::after {
  top: 27%;
  width:67px ;
}
.approach-header h2::after {
  left: 96%;
  margin-left: 0px;
}

.approach-header h2::before {
  right: 95%;
  margin-right: 0px;
}

.approach-sub{
font-size:15px;
text-align: center;
}

.approach-quote{
font-size: 20px;
bottom: 90px;
right: 151px;
margin: 40px auto 0;
padding: 20px 20px;
width: 45%;
transform: translateX(32px);
}
.approach-quote p{
  font-size: 9px;
  font-weight: 900;
  margin-bottom: auto;
}
.approach-text{
  padding-top: 17px;
}
.approach-text p{
  font-size: 10px;
  text-align: center;
  
}
.approach-image{
position:relative;
text-align: -webkit-center;
}

.approach-image img{
  width: 100%;
}
}
/* SERVICES SECTION */

.services{
background:var(--green);
color:white;
text-align:center;
}

.services-header{
max-width:720px;
margin:0 auto 60px;
}

.services-header h2{
font-family:var(--font-display);
font-size:38px;
font-weight: 100;
margin-bottom:16px;
color:white;
}

.services-sub{
font-size:18px;
opacity:0.9;
}

.services-cards{
display:flex;
flex-direction:column;
gap:40px;
max-width:820px;
margin:auto;
}

/* card */

.service-card{
background:white;
color:var(--dark);
padding:40px 45px;
border-radius:10px;
text-align:center;
}

.service-card h3{
font-size:22px;
margin-bottom:16px;
color:var(--dark);
}

.service-card p{
margin-bottom:22px;
line-height:1.7;
font-size: 15px;
}

.service-card p:nth-of-type(8){
  font-weight: bold;
  color: var(--darker);
}

/* button */

.service-card .btn-primary{
display:inline-block;
margin-top:10px;
}

@media (max-width:900px){
.services-header h2{
  font-size: 20px;
}

.services-sub{
  font-size: 14px;
}

.service-card p{
font-size: 10px;
}
.service-card h3{
  font-size: 15px;
}
.service-card .btn-primary{
  font-size: 10px;
  padding: 10px ;
}
}
/* ==============================
TESTIMONIAL SECTION (FIGMA MATCH)
============================== */

.testimonials{
  background: var(--accent);
  color:white;
  text-align:center;
  overflow:hidden;
}

/* header */

.testimonials-header{
  max-width:750px;
  margin:0 auto 60px;
}

.testimonials-header h2{
  font-family:var(--font-display);
  font-size:40px;
  font-weight:100;
  margin-bottom:18px;
  color:white;
}

.testimonials-sub{
  font-size:20px;
  font-weight:600;
  opacity:0.9;
}

/* carousel */

.testimonial-carousel{
  overflow:hidden;
  position:relative;
}

.testimonial-track{
  display:flex;
  gap:40px;
  padding:40px 0;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* cards */

.testimonial-card{
  background:#F5F3EF;
  color:#1C2A39;

  padding:50px 45px;
  border-radius:16px;

  width:520px;
  flex-shrink:0;

  transform:scale(0.9);
  opacity:0.5;
}

.testimonial-card{
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* active center card */

.testimonial-card.active{
  transform:scale(1);
  opacity:1;
}

/* text structure */

.testimonial-title{
  font-size:22px;
  font-weight:600;
  margin-bottom:25px;
  text-align:center;
}

.testimonial-body{
  font-size:15px;
  line-height:1.7;
  text-align:center;
  max-width:420px;
  margin:0 auto 20px;
}

.testimonial-author{
  display:block;
  text-align:center;
  font-size:14px;
  margin-top:10px;
}

/* footer */

.testimonial-footer{
  max-width:850px;
  margin:60px auto 0;
  font-size:18px;
  font-weight: bold;
  opacity:0.9;
}

/* responsive */

@media (max-width:900px){

  .testimonial-track{
    gap:20px;
  }

  .testimonial-card{
    width:90%;
  }

  .testimonials-header h2{
    font-size:23px;
  }
  .testimonials-sub{
    font-size: 14px;
  }
  .testimonial-title{
    font-size: 10px;
  }
  .testimonial-body{
    font-size: 8px;
  }
  .testimonials-header{
    margin:0px;
  }
  .testimonial-footer{
    font-size: 8px;
  }

}

.carousel-controls{
  display:flex;
  justify-content:center;
  gap:40px;
  margin-top:30px;
}

.carousel-arrow{
  background:none;
  border:none;
  font-size:36px;
  color:white;
  cursor:pointer;
  transition:opacity .3s ease;
}

.carousel-arrow:hover{
  opacity:0.6;
}
.arrow-icon {
  width: 8px; /* adjust based on your design */
  height: auto;
  display: block;
  transition: opacity 0.3s ease, transform 0.2s ease;
}

.carousel-arrow:hover .arrow-icon {
  opacity: 0.7;
  transform: scale(1.05);
}
/* =============================
FREE DOWNLOAD SECTION
============================= */

.free-download{
background:var(--white);
text-align:center;
}

.download-header{
display:flex;
align-items:center;
justify-content:center;
gap:30px;
margin-bottom:25px;
}

.download-header h2{
font-family:var(--font-body);
font-size:36px;
color:#123536;
}

/* .divider{
height:1px;
width:120px;
background:#c89a6a;
} */

.download-sub{
font-size:22px;
margin-bottom:30px;
color:#1C2A39;
}

.desktop-break {
  display: none;
}

@media (min-width: 768px) {
  .desktop-break {
    display: block;
  }
}

.highlight-circle {
  position: relative;
  display: inline-block;
}


/* FIRST OVAL */
.highlight-circle::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -6px;
  bottom: -6px;

  border: 2px solid #c89a6a;
  border-radius: 50%;
  transform: rotate(1deg);
}

/* SECOND OVAL */
.highlight-circle::before {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  top: -8px;
  bottom: -8px;

  border: 2px solid #c89a6a;
  border-radius: 50%;
  transform: rotate(-4deg);
}
.download-text{
max-width:700px;
margin:0 auto 0;
line-height:1.7;
}

/* button */

.btn-download{
display:inline-block;
background:#B8895F;
color:white;
padding:16px 36px;
border-radius:8px;
text-decoration:none;
font-weight:600;
letter-spacing:.05em;
}
/* =============================
DISCOVERY CALL SECTION
============================= */

.discovery-call{
background:#6F857A;
color:white;
text-align:center;
}

.discovery-title{
font-family:var(--font-display);
font-size:40px;
font-weight: 100;
margin-bottom:20px;
color:white;
}

.discovery-sub{
font-size:24px;
font-weight:600;
max-width:750px;
margin:0 auto 20px;
}

.discovery-text{
max-width:720px;
margin:0 auto 40px;
line-height:1.7;
}

/* button */

.btn-discovery{
display:inline-block;
background:#B8895F;
color:white;
padding:16px 36px;
border-radius:8px;
text-decoration:none;
font-weight:600;
margin-bottom:50px;
}

/* calendar */

.calendar-wrapper{
margin:auto;
}

.calendar-placeholder{
background:#F5F3EF;
color:#123536;
border-radius:10px;
padding:120px 20px;
}
/* ==========================
BLOG PREVIEW
========================== */

.blog-preview{
background:var(--gradient-green);
text-align:center;
}

.blog-intro{
max-width:750px;
margin:0 auto 60px;
}

.blog-intro h2{
font-family:var(--font-display);
font-size:40px;
font-weight: 100;
color:white;
margin-bottom:20px;
}

.blog-sub{
font-size:22px;
color: var(--white);
margin-bottom:20px;
}

.blog-desc{
max-width:650px;
color:var(--dark);
margin:0 auto;
line-height:1.7;
}

.blog-heading{
font-family:var(--font-display);
font-size:36px;
font-weight: 100;
margin:80px 0 40px;
color:#123536;
}

/* blog cards */

.blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
margin-bottom:40px;
}

.blog-card{
border-radius:10px;
overflow:hidden;
}

.blog-image img{
  width:100%;
  height:250px;
  object-fit:cover;
  border-radius:10px;
}
.blog-image{
  overflow:hidden;
  border-radius:10px;
}

.blog-image img{
  transition: transform .4s ease;
}

.blog-card:hover img{
  transform:scale(1.05);
}

.blog-card h4{
margin-top:15px;
font-size:18px;
color:#123536;
}

.blog-cta{
margin-top:20px;
}

@media (max-width:900px){
  
.blog-grid{
grid-template-columns: 1fr;
}
.discovery-title{
  font-size: 20px;
}
.discovery-sub{
  font-size: 14px;
}
.blog-intro h2, .blog-heading{
  font-size: 20px;
}
.blog-desc, .blog-sub {
  font-size: 13px;
}

}
/* =========================
INSTAGRAM SECTION
========================= */

.instagram-feed{
background:var(--white);
text-align:center;
}

.instagram-title{
font-family:var(--font-display);
font-size:36px;
font-weight: 100;
margin-bottom:10px;
}

.instagram-sub{
margin-bottom:40px;
font-weight: 900;
}

.instagram-desc{
margin-bottom:40px;
font-weight: 100;
}

.instagram-grid{
max-width:1000px;
margin:auto;
}

.instagram-cta{
margin-top:30px;
}

/* =========================
NOTE SECTION
========================= */

.note{
background:var(--gradient-brown);
text-align:center;
}

.note-title{
font-family:var(--font-display);
font-size:36px;
font-weight: 100;
margin-bottom:25px;
}

.note-text{
max-width:700px;
margin:0 auto 20px;
line-height:1.7;
font-size:16px;
opacity:0.9;
}

/* =========================
FOOTER (FIGMA MATCH)
========================= */

.site-footer{
background: var(--gradient-brown); /* soft beige */
padding:80px 0;
}

.footer-wrapper{
display:flex;
align-items:center;
justify-content:center;
gap:60px;
}

/* LEFT SIDE */

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

.footer-left img{
width:90px;
margin-bottom:15px;
}

.footer-brand{
font-family:var(--font-display);
font-size:32px;
margin:0;
color:#1C2A39;
}

.footer-sub{
font-size:14px;
letter-spacing:2px;
color:#6b7c7c;
margin-top:5px;
}

/* DIVIDER */

.footer-divider{
width:1px;
height:200px;
background:var(--white);
}

/* RIGHT SIDE */

.footer-right{
display:flex;
flex-direction:column;
gap:15px;
}

.footer-right a{
text-decoration:none;
color:#1C2A39;
font-size:16px;
}

.footer-right a:hover{
opacity:0.7;
}

@media (max-width:768px){

.footer-wrapper{
flex-direction:column;
gap:30px;
}
.footer-right{
  align-items: center;
}
.footer-divider{
  display: none;
}
}

/* Blog-display-page CSS */
.intro-content-blog p:nth-of-type(1){
  color: var(--black);
}

.intro-content-blog p:nth-of-type(2){
  color: transparent; /* removes fill */
  -webkit-text-stroke: 1px #000; /* outline */
  font-weight: 500;
  font-size: 14px;
}
.blog-heading-blog{
font-family:var(--font-display);
font-size:36px;
font-weight: 100;
margin:20px 0 40px;
color:#123536;
}
.blog-science-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
padding: 0 100px;
}
.blog-science-header h2 {
font-size:23px;
font-weight:900;
margin-bottom:12px;
text-align: center;
font-family: var(--font-body);
color: var(--dark);
}

.blog-science-header{
  padding: 30px 220px;
}
.blog-science-text h3{
font-size:23px;
font-weight:900;
margin-bottom:12px;
font-family: var(--font-body);
color: var(--dark);
}

.section-divider {
  width: 100%;
  text-align: center;
  /* margin: 60px 0; */
}

.section-divider img {
  max-width: 100%;
  height: auto;
}

@media(max-width:990px){
.blog-science-header{
  padding: 0;
}
.instagram-title{
  font-size: 20px;
}
.blog-science-grid{
  grid-template-columns: 1fr;
  padding: 0;
}
.blog-science-text{
  text-align: center;
}
 .arrow-icon {
  width: 3px; /* adjust based on your design */
  height: auto;
  display: block;
  transition: opacity 0.3s ease, transform 0.2s ease;
} 
}
