/* === Winterberry Paper Co. Brand Starter CSS === */

@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

/* Import Custom Font (Simply) */
@font-face {
  font-family: 'Simply';
  src: url('https://wpc-assets.winterberrypaperco.com/fonts/Simply.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bloom';
  src: url('https://wpc-assets.winterberrypaperco.com/fonts/Bloom.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* Typography Defaults */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-family: 'Simply', cursive, sans-serif;
  font-size: 32px;
}

h2 {
  font-family: 'Bloom', serif;
  font-size: 28px;
  color: #6E3847;
}

h3 {
  font-family: 'Simply', cursive, sans-serif;
  font-size: 26px;
}

p {
     font-family: 'Marcellus', serif;
     font-size: 16px;
     line-height: 1.6;
}

* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

img {
  height: auto;
  display: block;
}

/* Header */

/* NAVIGATION */

@import url('https://fonts.googleapis.com/css?family=Marcellus:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body{
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #6E3847;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}

/* START NAVIGATION */
 
body{
	font-family: 'Marcellus', serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.7;
	color: #6E3847;
	background-color: #E5E3DC;
	overflow-x: hidden;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}

/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}

/* == #Navigation == */
 
.cd-header{
    position: fixed;
	width:100%;
	top:0;
	left:80;
	z-index 2;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 26px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #6E3847;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	position: fixed;
	z-index: 98;
}
.nav:before, .nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(20, 21, 26,0.6);
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
	background: rgba(9,9,12,1);
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
	width: 100%;
	text-align: center;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	padding-top: 150px;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: center;
	color: #fff;
	overflow: hidden; 
	font-family: 'Marcellus', serif;
	font-size: 8vh;
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
          transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:after{ 
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #6E3847;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a:after{ 
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #6E3847;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
	border-radius: 0;
}
body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
	text-align: center;
}
.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
@media screen and (max-width: 580px){
  .switch-wrap h1 {
    font-size: 32px;
  }
}
.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #6E3847;
	text-align: center;
	margin-top: 15px;
}
.switch-wrap p span {
	position: relative;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}


#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #6E3847;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #6E3847 !important;
	background: #000 !important;
}
.switched #circle {
	left: 43px;
	background: #000;
}


/* #Light
================================================== */
body.light{
	background-color: #E5E3DC;

body.light .cursor,
body.light .cursor2,
body.light .cursor3{
	mix-blend-mode: normal;
}
body.light .cursor2{
	border: 2px solid #1f2029;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.light .cursor2.hover{
	background: rgba(0,0,0,0.06);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
body.light .logo-wrap a {
	color: #1f2029;
}
body.light .menu-icon__line {
	background-color: #1f2029;
}
body.light .nav {
	background-color: #E5E3DC;
}
body.light .nav:before {
	background: rgba(235, 235, 235,0.6);
}
body.light .nav:after {
	background: rgba(250,250,250,1);
}
body.light .nav__list-item {
  color: #333333;
}
body.light .nav__list-item a{ 
	color: rgba(0,0,0,0.6); 
}
body.light .nav__list-item a:hover{
	color: #1f2029;
}
body.light .nav__list-item.active-nav a{
	color: #1f2029;
}
body.light #switch {
  background-color: #ddd;
  color: #000;
}
body.light .switch-wrap h1 {
	color: #000;
}
body.light .switch-wrap p span:nth-child(2):before {
	opacity: 1;
	background-color: #000;
}
body.light .switch-wrap p span:nth-child(1):before {
	opacity: 0;
}

/* END NAVIGATION */



/* Main Content */
main {
  margin: 2rem 0;
}
/* Block 0 */
.brand-theme {
}

.brand-theme {
  text-align: center;
}
.saying {
  color: #6E3847;
 }

/* Block 1 */
.wallpaper-intro-section {
}

.wallpaper-inner {
  font-family: 'Bloom', serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #6E3847;
}

/* Block 2 */
.brand-block-container {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}

.brand-block-column-20 {
  flex: 1 0 20%;
}

.brand-block-column-30 {
  flex: 2 0 30%;
}

.brand-block-column {
  padding: 1rem;
}

/* Block 3 - Gallery */
.image-gallery {
  padding: 40px 20px;
  background-color: #fff;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.gallery-item {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


/* Block 4 - Quiz */
.quiz-cta-section {
  position: relative;
  background-color: #D4967D;
  text-color: #E5E3DC;
  padding: 20px;
  text-align: center;
  font-family: 'Bloom', serif;
}

.quiz-cta-section .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.quiz-cta-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

.quiz-column {
  flex: 1 1 calc(50% - 20px);
  width: 80%;
}

.poll-option {
  display: inline-block;
  padding: .5rem .75rem;
  background-color: #E5E3DC;
  color: #D4967D;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.poll-option:hover {
  background-color: #D4967D;
  color: #E5E3DC;
}

@media (min-width: 700px) {
  .quiz-column {
    flex: 1 1 calc(50% - 40px);
  }
}

/* Block 5 - ????? */


/* STUDIO PG */
.freebie-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #6E3847;
  padding: 60px 20px;
  font-family: 'Marcellus', serif;
  color: #4C5D5B;
}

.freebie-left,
.freebie-right {
  flex: 1 1 45%;
  padding: 1rem;
  box-sizing: border-box;
}

.freebie-intro {
  background-color: #6E3847;
  padding: 60px 20px;
  text-align: center;
  color: #E7AD96;
}

.freebie-intro h2 {
  font-size: 2.25rem;
  margin-bottom: 24px;
  font-weight: 500;
  color: #E7AD96;
}

.freebie-intro p {
  max-width: 700px;
  margin: 0 auto 20px auto;
  font-size: 1.1rem;
  line-height: 1.75;
}

.freebie-intro ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto 30px auto;
  max-width: 500px;
  font-size: 1.05rem;
}

.freebie-intro ul li {
  margin-bottom: 12px;
  color: #E7AD96;
  margin-right: 8px;
}

.freebie-intro ul .checkmark {
  color: #E7AD96;
  margin-right: 8px;
}

.freebie-intro .note {
  color: #D4967D;
  font-size: 1rem;
  font-style: italic;
}

.freebie-right {
  display: flex;
  flex-direction: column;
}


.freebie-gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
}

.freebie-gallery-item {
  flex: 1 1 calc(50% - 20px);
  max-width: calc(45% - 20px);
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 20px;
  margin-block: 9rem;
  background-color: #E5E3DC;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.freebie-gallery-item img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  margin-bottom: 10px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
}

.email-input {
  display: block;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  border: 1px solid #4C5D5B;
  border-radius: 6px;
  margin: 1rem;
  width: 85%;
  max-width: 300px;
  font-family: inherit;
}

/* Freebie Download Button */
.download-btn {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.2rem .75rem;
  background-color: #4C5D5B;
  color: #E5E3DC;
  text-decoration: none;
  border-radius: 6px;
  font-size: 0.75rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.download-btn:hover {
  background-color: #E5E3DC;
  color: #4C5D5B;
}

@media (max-width: 1024px) {
  .gallery-item {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 640px) {
  .gallery-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* CONTACT PAGE */
.contact-intro-section {
}

.contact-inner {
  font-family: 'Bloom', serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  color: #6E3847;
}

.contact-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #E5E3DC; /* Optional: soft background */
  padding: 60px 20px;
  font-family: 'Marcellus', serif;
  color: #4C5D5B;
}

.contact-left,
.contact-right {
  flex: 1 1 45%;
  padding: 1rem;
  box-sizing: border-box;
}

.contact-left h2 {
  font-size: 2.5rem;
  color: #6E3847;
  margin-bottom: 1rem;
}

.contact-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.contact-right form {
  display: flex;
  flex-direction: column;
}

.contact-right input,
.contact-right textarea {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #6E3847;
  border-radius: 8px;
  background: #fff;
}

.contact-right button {
  font-size: 1rem;
  background-color: #6E3847;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-right button:hover {
  background-color: #5C1D38;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .contact-block {
    flex-direction: column;
  }

  .contact-left,
  .contact-right {
    flex: 1 1 100%;
    padding: 1rem 0;
  }
}

/* Footer */
.footer {
  background-color: #f2f0e9;
  padding: 20px 60px;
  color: #4C5D5B;
  font-family: 'Marcellus', serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1 1 30%;
  min-width: 280px;
}

.footer-column h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #703847;
}

.footer-column p {
  font-size: 1rem;
  line-height: 1.6;
}

.newsletter-button {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: bold;
  background-color: #D4967D;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #4c5d5b;
}

.tc-v2-widget-embeddable_button .builder-v2-block-embeddable_button .button {
  color: #fff;
  background-color:#D4967D;
}

.tc-v2-widget-embeddable-trigger .tc-v2-embeddable-trigger-el {
  color: #fff;
  background-color:#4c5d5b;
}

.social-links {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.social-links li {
  margin-bottom: 10px;
}

.social-links a {
  text-decoration: none;
  color: #4c5d5b;
  font-weight: 600;
}

.social-links a:hover {
  text-decoration: underline;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #f2f0e9; /* match your site’s footer bg */
  font-family: 'Marcellus', serif;
  font-size: 0.9rem;
  color: #4C5D5B;
  flex-wrap: wrap;
}

.footer-base a {
  color: #4C5D5B;
  text-decoration: underline;
}

.footer-base a:hover {
  color: #703847;
}