/*
Theme Name: Eden Place
Theme URI: https://example.com
Author: Eden Place LLC
Author URI: https://example.com
Description: A warm, one-page WordPress theme built for Eden Place LLC, a state-licensed assisted living home in Austin, Minnesota. Designed around a garden/refuge motif with a natural evergreen and gold palette, this theme presents the home page, about, services, payment and coverage, amenities, and contact sections as a single scrollable design.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eden-place
*/

:root{
    --evergreen:#24352A;
    --evergreen-deep:#182319;
    --sage:#7E8F6E;
    --sage-light:#EAF0E1;
    --gold:#BE9A4C;
    --gold-light:#F4E9CE;
    --sand:#F2ECDE;
    --blush:#D9AFA0;
    --ink:#2A2620;
    --ink-soft:#5B564C;
    --white:#FFFDF8;
    --radius:14px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--sand);
    color:var(--ink);
    font-family:'Source Sans 3', sans-serif;
    font-size:17px;
    line-height:1.65;
  }
  h1,h2,h3,.display{
    font-family:'Fraunces', serif;
    color:var(--evergreen);
    line-height:1.15;
    margin:0;
  }
  a{color:inherit;}
  img,svg{display:block;}
  .wrap{max-width:1120px;margin:0 auto;padding:0 32px;}
  .eyebrow{
    font-size:13px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--sage);
    font-weight:600;
  }

  /* NAV */
  header{
    position:sticky; top:0; z-index:50;
    background:var(--evergreen);
    color:var(--white);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 32px; max-width:1120px; margin:0 auto;
  }
  .brand{display:flex; align-items:center; gap:12px;}
  .brand-badge{
    width:46px; height:46px; border-radius:50%; background:var(--white);
    display:flex; align-items:center; justify-content:center; padding:5px;
    flex-shrink:0; overflow:hidden;
  }
  .brand-badge img{width:100%; height:100%; object-fit:cover; border-radius:50%;}
  .brand-name{font-family:'Fraunces', serif; font-size:20px; font-weight:600; color:var(--white); letter-spacing:.01em;}
  .nav-links{display:flex; gap:30px; list-style:none; margin:0; padding:0; font-size:15px;}
  .nav-links a{text-decoration:none; color:var(--sand); opacity:.88; padding:6px 2px; border-bottom:1px solid transparent;}
  .nav-links a:hover{opacity:1; border-color:var(--gold);}
  .nav-cta{
    background:var(--gold); color:var(--evergreen-deep); font-weight:600;
    padding:10px 20px; border-radius:999px; text-decoration:none; font-size:14.5px;
    white-space:nowrap;
  }
  .menu-toggle{display:none; background:none; border:none; color:var(--white); font-size:26px; cursor:pointer;}

  /* HERO */
  .hero{
    padding:88px 0 84px;
    position:relative;
    overflow:hidden;
  }
  .hero-grid{
    display:grid; grid-template-columns:1.15fr .85fr; gap:64px; align-items:center;
  }
  .hero h1{font-size:48px; font-weight:600; margin:14px 0 22px;}
  .hero p.lede{font-size:19px; color:var(--ink-soft); max-width:48ch; margin:0 0 32px;}
  .hero-ctas{display:flex; gap:16px; flex-wrap:wrap;}
  .btn{
    display:inline-flex; align-items:center; gap:8px;
    padding:14px 26px; border-radius:999px; font-weight:600; font-size:15.5px;
    text-decoration:none; border:1.5px solid transparent; cursor:pointer;
  }
  .btn-primary{background:var(--evergreen); color:var(--white);}
  .btn-primary:hover{background:var(--evergreen-deep);}
  .btn-secondary{background:transparent; color:var(--evergreen); border-color:var(--evergreen);}
  .btn-secondary:hover{background:var(--evergreen); color:var(--white);}

  .hero-art{
    aspect-ratio:1/1.05; background:var(--evergreen); border-radius:24px;
    position:relative; overflow:hidden;
  }
  .hero-art .quote{
    position:absolute; inset:0; display:flex; flex-direction:column; justify-content:center;
    padding:48px; color:var(--sand);
  }
  .hero-art .quote p{font-family:'Fraunces', serif; font-size:22px; font-style:italic; line-height:1.5; margin:0 0 18px;}
  .hero-art .quote span{font-size:13px; letter-spacing:.1em; text-transform:uppercase; color:var(--gold);}

  /* VINE DIVIDER — signature element */
  .vine{width:100%; height:34px; margin:0;}
  .vine path{fill:none; stroke:var(--sage); stroke-width:2;}
  .vine circle{fill:var(--gold);}

  section{padding:78px 0;}
  .section-head{max-width:640px; margin:0 0 40px;}
  .section-head h2{font-size:34px; font-weight:600; margin-top:10px;}
  .section-head p{color:var(--ink-soft); margin-top:14px; font-size:17.5px;}

  /* ABOUT */
  .about-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
  .about-grid p{color:var(--ink-soft); font-size:17px; margin:0 0 18px;}
  .proximity-list{list-style:none; margin:28px 0 0; padding:0; display:grid; gap:14px;}
  .proximity-list li{display:flex; align-items:center; gap:14px; font-size:15.5px; color:var(--ink);}
  .proximity-list .ic{
    width:38px; height:38px; border-radius:50%; background:var(--sage-light);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .proximity-list .ic svg{width:19px; height:19px; stroke:var(--evergreen);}

  /* WHY / MISSION-VISION */
  .card-pair{display:grid; grid-template-columns:1fr 1fr; gap:28px;}
  .card{
    background:var(--white); border:1px solid #E4DCC7; border-radius:var(--radius);
    padding:34px;
  }
  .card .eyebrow{margin-bottom:10px;}
  .card h3{font-size:23px; font-weight:600; margin-bottom:14px;}
  .card p{color:var(--ink-soft); margin:0;}

  .why-band{
    background:var(--evergreen); color:var(--sand); border-radius:24px; padding:52px 56px;
    display:grid; grid-template-columns:.9fr 1.1fr; gap:48px; align-items:center;
  }
  .why-band h2{color:var(--white); font-size:30px; margin-top:10px;}
  .why-band .eyebrow{color:var(--gold);}
  .why-band p{color:#D9DFCE; font-size:17px; margin-top:16px;}

  /* SERVICES */
  .service-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .service-card{
    background:var(--white); border:1px solid #E4DCC7; border-radius:var(--radius); padding:26px;
  }
  .service-card .ic{
    width:44px; height:44px; border-radius:12px; background:var(--gold-light);
    display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  }
  .service-card .ic svg{width:22px; height:22px; stroke:var(--evergreen); fill:none;}
  .service-card h3{font-size:17px; font-weight:600; margin-bottom:8px; color:var(--evergreen);}
  .service-card p{font-size:14.5px; color:var(--ink-soft); margin:0;}

  /* PAYMENT */
  .pay-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .pay-card{border:1px solid #DAD0B6; border-radius:var(--radius); padding:28px; background:var(--sage-light);}
  .pay-card h3{font-size:18px; font-weight:600; margin-bottom:10px;}
  .pay-card p{color:var(--ink-soft); font-size:15px; margin:0;}

  /* AMENITIES */
  .amenity-strip{
    display:flex; gap:16px; flex-wrap:wrap;
  }
  .amenity-pill{
    border:1px solid #DAD0B6; border-radius:999px; padding:11px 20px; font-size:14.5px;
    display:flex; align-items:center; gap:9px; background:var(--white);
  }
  .amenity-pill svg{width:16px; height:16px; stroke:var(--sage);}
  .note{font-size:14px; color:var(--ink-soft); margin-top:22px; font-style:italic;}

  /* CONTACT */
  .contact-band{
    background:var(--evergreen-deep); color:var(--sand); border-radius:24px; padding:56px;
    display:grid; grid-template-columns:1fr 1fr; gap:56px;
  }
  .contact-band .eyebrow{color:var(--gold);}
  .contact-band h2{color:var(--white); font-size:32px; margin-top:10px;}
  .contact-band p{color:#D9DFCE; margin-top:14px; font-size:16.5px;}
  .contact-rows{display:grid; gap:20px; margin-top:8px;}
  .contact-row{display:flex; gap:16px; align-items:flex-start;}
  .contact-row .ic{
    width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,.08);
    display:flex; align-items:center; justify-content:center; flex-shrink:0;
  }
  .contact-row .ic svg{width:18px; height:18px; stroke:var(--gold);}
  .contact-row .label{font-size:13px; color:var(--gold); text-transform:uppercase; letter-spacing:.08em; margin-bottom:3px;}
  .contact-row .value{font-size:16px; color:var(--white);}
  .contact-form{display:grid; gap:14px;}
  .contact-form input, .contact-form textarea{
    width:100%; padding:13px 16px; border-radius:10px; border:1px solid rgba(255,255,255,.2);
    background:rgba(255,255,255,.06); color:var(--white); font-family:inherit; font-size:15px;
  }
  .contact-form input::placeholder, .contact-form textarea::placeholder{color:#AEB8A2;}
  .contact-form textarea{resize:vertical; min-height:100px;}
  .contact-form button{margin-top:4px;}

  footer{padding:48px 0;}
  .footer-grid{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px;}
  .footer-brand{display:flex; align-items:center; gap:14px;}
  .footer-brand img{width:52px; height:auto;}
  .footer-brand .brand-name{color:var(--evergreen); font-size:19px;}
  .footer-links{display:flex; gap:26px; list-style:none; padding:0; margin:0; font-size:14px; color:var(--ink-soft);}
  .footer-fine{font-size:13px; color:var(--ink-soft); margin-top:6px;}

  @media (max-width:880px){
    .nav-links, .nav-cta{display:none;}
    .menu-toggle{display:block;}
    .hero-grid, .about-grid, .card-pair, .why-band, .contact-band{grid-template-columns:1fr;}
    .service-grid{grid-template-columns:repeat(2,1fr);}
    .pay-grid{grid-template-columns:1fr;}
    .hero h1{font-size:36px;}
    .why-band, .contact-band{padding:36px 26px;}
  }
  @media (max-width:560px){
    .wrap{padding:0 20px;}
    .service-grid{grid-template-columns:1fr;}
    .hero{padding:56px 0;}
  }
