/*
 * Theme Name:   Oven's Hug Theme
 * Description:  Premium custom theme according to exact mockup.
 * Template:     twentytwentyfive
 * Version:      1.1.0
 */

:root {
  /* Colors */
  --color-beige:          #F5F5DC;
  --color-cream:          #FFFDD0;
  --color-brown:          #3D2B1F;
  --color-lavender:       #E6E6FA;
  --color-mint:           #BDFCC9;
  --color-bg-light:       #fdfbf4;

  /* Fonts */
  --font-heading:         'Playfair Display', Georgia, serif;
  --font-body:            'Montserrat', Arial, sans-serif;

  /* Premium spacing & shapes */
  --radius-sm:            15px;
  --radius-md:            30px;
  --radius-lg:            45px;
  --radius-pill:          999px;
  
  --shadow-premium:       0 10px 40px rgba(61, 43, 31, 0.05), 0 20px 80px rgba(61, 43, 31, 0.08);
}

/* Base Styles */
body {
  font-family: var(--font-body);
  background-color: var(--color-bg-light);
  color: var(--color-brown);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Header Styling */
.site-header {
  padding: 40px 0 20px;
  text-align: center;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}

.header-logo img {
  height: 80px;
  width: auto;
}

.header-icons {
  position: absolute;
  right: 40px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.header-nav {
  margin-top: 30px;
}

.header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.header-nav a {
  text-decoration: none;
  color: var(--color-brown);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  padding-bottom: 8px;
}

.header-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--color-lavender);
  transition: width 0.3s ease, left 0.3s ease;
}

.header-nav a:hover::after,
.header-nav .current-menu-item a::after {
  width: 100%;
  left: 0;
}

/* Hero Section - The Exact Layout */
.hero-wrapper {
  padding: 40px;
}

.hero-card {
  background-color: var(--color-cream);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  padding: 80px;
  max-width: 1300px;
  margin: 0 auto;
  gap: 60px;
  position: relative;
}

/* Texture Pattern (Simulated) */
.hero-wrapper::before,
.hero-wrapper::after {
  content: '';
  position: absolute;
  top: 100px;
  width: 150px;
  height: 400px;
  opacity: 0.15;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 86c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-46-45c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm54 0c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM57 7c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM32 28c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM18 45c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm54 22c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM30 6c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM15 26c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm69 12c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-12 59c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM14 67c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm66-3c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-7 20c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-7-20c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM2 82c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm37 7c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm13-71c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-33 0c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm22-14c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm0 63c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%233D2B1F" fill-opacity="1"/></svg>');
}

.hero-wrapper::before { left: 40px; }
.hero-wrapper::after { right: 40px; }

/* =========================================================================
   6. WPFORMS CUSTOM STYLING (Oven's Hug Premium Aesthetic)
   ========================================================================= */
.wpforms-container {
    margin-bottom: 40px !important;
    max-width: 800px;
    margin: 0 auto 60px;
    background: #FFFFFF;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(61,43,31,0.04);
}
.wpforms-container .wpforms-field-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #3D2B1F !important;
    margin-bottom: 10px !important;
}
.wpforms-container input[type=text], 
.wpforms-container input[type=email], 
.wpforms-container input[type=tel], 
.wpforms-container textarea {
    background: #FDFBF4 !important;
    border: 1px solid rgba(61,43,31,0.1) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    color: #3D2B1F !important;
    box-shadow: inset 0 2px 4px rgba(61,43,31,0.02) !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}
.wpforms-container input:focus, 
.wpforms-container textarea:focus {
    outline: none !important;
    border-color: #8A719C !important;
    background: #FFFFFF !important;
    box-shadow: 0 0 0 4px rgba(138,113,156,0.15) !important;
}
.wpforms-container button[type=submit] {
    background: #3D2B1F !important;
    color: #FFFFFF !important;
    border: none !important;
    border-radius: 99px !important;
    padding: 18px 48px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
    display: inline-block !important;
}
.wpforms-container button[type=submit]:hover {
    background: #8A719C !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(138,113,156,0.3) !important;
}

.hero-image-side {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hero-image-side img {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-premium);
}

.hero-text-side {
  flex: 1;
}

.hero-font-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(61,43,31,0.5);
  margin-bottom: 12px;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: 64px;
  line-height: 1.1;
  margin: 0 0 40px;
}

.hero-btn-wrap {
  display: inline-flex;
  background-color: var(--color-mint);
  padding: 6px;
  border-radius: var(--radius-pill);
}

.pill-button {
  background-color: var(--color-brown);
  color: white;
  border-radius: var(--radius-pill);
  padding: 16px 40px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.pill-button:hover {
  transform: scale(1.05);
}

/* Product Showcase Grid */
.showcase-wrapper {
  padding: 100px 40px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

.showcase-left {
  width: 300px;
}

.showcase-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.palette-circles {
  display: flex;
  gap: 12px;
  margin-bottom: 60px;
}

.palette-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.accent-section {
  margin-top: 60px;
}

.accent-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.accent-icon img {
  width: 30px;
}

.showcase-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.premium-card {
  background-color: var(--color-cream);
  border-radius: var(--radius-md);
  padding: 15px;
  text-align: center;
  transition: transform 0.3s ease;
}

.premium-card:hover {
  transform: translateY(-10px);
}

.premium-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 15px;
}

.premium-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.premium-card .card-meta {
  font-size: 11px;
  font-weight: 600;
  color: rgba(61,43,31,0.6);
}

.premium-card .brand-name {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.4;
  margin-left: 5px;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .hero-card { flex-direction: column; padding: 40px; }
  .showcase-wrapper { flex-direction: column; }
  .showcase-right { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .hero-title { font-size: 40px; }
  .showcase-right { grid-template-columns: 1fr; }
}
