/*
Theme Name: Lauren Portfolio
Theme URI: https://lauren.pro
Author: Lauren
Author URI: https://lauren.pro
Description: A custom portfolio theme for showcasing creative work and projects
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lauren-portfolio
Tags: portfolio, creative, custom-design, one-column, flexible-header, accessibility-ready
*/

/* ==========================================================================
   Reset & Base Styles
   ========================================================================== */

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

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #F7F5F3;;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
}

a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #005177;
}

/* ==========================================================================
   Layout
   ========================================================================== */

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

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0;
    
}

.site-header.scrolled {
    position: fixed;
    padding: 28px 0px;
    background: transparent;
    box-shadow: none;
}

.header-pill-container {
    max-width: 1200px;
    margin: 0 auto;
    background: transparent;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header.scrolled .header-pill-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 20px 24px;
    box-shadow: 0 8px 20px 0 rgba(72, 72, 72, 0.10);   
    max-width: 950px;
}
.site-footer {
    padding: 17px 0;
    background: none !important;
    text-align: center;
    border-top: 1px solid #DED9D3;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

.main-navigation ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.main-navigation a {
    color: #2A2622;
    text-align: center;
    font-family: 'Commissioner', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.main-navigation a:hover {
    color: #651755;
}

/* ==========================================================================
   Content
   ========================================================================== */

.site-main {
    min-height: 60vh;
    padding: 40px 0;
}

.entry-content {
    margin-top: 20px;
}

/* ==========================================================================
   Portfolio Grid (Add your custom styles based on Figma design)
   ========================================================================== */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 768px) {
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 15px;
    }
    
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
    .site-footer {
    padding: 10px 20px;
}
    
}

/* ==========================================================================
   Custom Styles from Figma Design
   Add your specific styles here based on your Figma design
   ========================================================================== */
.pill ul{
	gap: 8px;
}
.pill ul li {
  display: inline-block !important;
  padding: 6px 14px !important;
  border-radius: 999px;
  background-color: #E9E7E2;
  color: #655B51;
  font-size: 14px;
  font-weight: 500;
}
.pink-pill ul li{
	display: inline-block !important;
	  padding: 5px 12px !important;
	  border-radius: 999px;
	  background: rgba(202, 116, 234, 0.14);
	  color: #651755;
	  font-size: 14px;
	  font-weight: 500;
}
.pink-pill-bg ul li{
	background: rgba(202, 116, 234, 0.14);
	box-shadow: 13px 49px 81.9px 0 #BF259D;
	display: inline-block !important;
	padding: 5px 12px !important;
	border-radius: 999px;
	
}
.border-bottom{
	border-bottom: 1px solid #DED9D3;
}
.section-design>.e-con-inner {
	border-radius: 48px;
    border: 2px solid #E7E2DC;
    background: #F7F5F3;
    box-shadow: 0 0 40px 0 rgba(111, 105, 105, 0.10);
}
.section-design-bg>.e-con-inner {
	border-radius: 48px;
    border: 2px solid #E7E2DC;
	background: radial-gradient(145.35% 100.23% at 56.69% -0.01%, #981F7D 0%, #661556 76.01%);
	box-shadow: 0 0 40px 0 rgba(111, 105, 105, 0.30);
}
.img-back {
  position: relative !important;
    animation: fadeUp 1s ease forwards;
}

.img-front {
  position: absolute !important;
    top: 0;
    right: 0;
    animation: slideIn 1s ease forwards;
    animation-delay: 0.3s;
    z-index: 2;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.img-front>img, .img-back>img{
	transition: transform 0.4s ease;
}

.img-front>img:hover {
  transform: rotate(6deg) scale(1.05);;
}
.img-back>img:hover {
  transform: rotate(-6deg) scale(1.05);;
}
.footer-text{
	color: #7E7367;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-family: "Commissioner", Sans-serif;
}

/* Contact Form 7 UI */
.cf7-form {
/*   max-width: 600px; */
  margin: auto;
}

.cf7-field {
  margin-bottom: 20px;
}

.cf7-field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
}

.cf7-form input,
.cf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  transition: all 0.3s ease;
}

.cf7-form input:focus,
.cf7-form textarea:focus {
  border-color: #6c63ff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(108, 99, 255, 0.15);
}

.cf7-form textarea {
  min-height: 120px;
}

.cf7-form input[type="submit"] {
  	background-color: #F7F5F3;
    fill: #2A2622;
    color: #2A2622;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #2A2622;
    border-radius: 9999px 9999px 9999px 9999px;
}
.cf7-form input[type="submit"]:hover {
  background-color: #6F69691A;
}
@media (min-width: 768px) {
  .cf7-row {
    display: flex;
    gap: 20px;
  }

  .cf7-col {
    flex: 1;
  }
}
.e-con-inner>.mobile-hero{display:none}
@media (max-width: 768px) {
	.e-con-inner>.mobile-hero{display:block}
}
