/*
Theme Name: Evelyn Ave Self Storage — Original Layout
Theme URI: https://example.com/
Author: OpenAI
Description: Custom one-page WordPress theme preserving the original Evelyn Ave Self Storage green-and-gold layout.
Version: 1.1.0
Text Domain: evelyn-storage
*/

:root {
  --ink: #24302b;
  --muted: #5d6963;
  --paper: #ffffff;
  --soft: #f4f6f3;
  --brand: #566a5d;
  --brand-dark: #35483d;
  --accent: #d8b36a;
  --line: #dfe5e0;
  --shadow: 0 18px 55px rgba(28, 46, 36, .12);
  --radius: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 84px 0; }
.section-soft { background: var(--soft); }
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--brand-dark);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--accent); }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; margin: 0 0 18px; }
h1 { font-size: clamp(2.55rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.35rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.06rem, 1.6vw, 1.3rem); color: var(--muted); max-width: 700px; }
.small { font-size: .92rem; color: var(--muted); }
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223,229,224,.9);
  backdrop-filter: blur(12px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -.02em;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: var(--brand-dark);
  color: white;
}
.brand-mark svg { width: 26px; height: 26px; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: .94rem; }
.site-nav a:hover { color: var(--brand); }
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 8px;
  font-size: 1.5rem;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 2px solid transparent;
  background: var(--brand-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(53,72,61,.22); }
.btn-accent { background: var(--accent); color: #28231b; }
.btn-outline { background: transparent; color: var(--brand-dark); border-color: var(--brand-dark); }
.btn-small { min-height: 42px; padding-inline: 18px; font-size: .9rem; }

.hero {
  overflow: hidden;
  padding: 78px 0 54px;
  background:
    radial-gradient(circle at 88% 10%, rgba(216,179,106,.22), transparent 31%),
    linear-gradient(135deg, #f8faf8 0%, #eef2ed 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 58px; align-items: center; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-weight: 700; font-size: .94rem; }
.hero-facts span { display: inline-flex; gap: 8px; align-items: center; }
.hero-facts span::before { content: "✓"; color: var(--brand); font-weight: 900; }
.hero-art {
  position: relative;
  border-radius: 30px;
  background: #dfe7df;
  box-shadow: var(--shadow);
  padding: 22px;
}
.hero-art img { display: block; width: 100%; border-radius: 20px; }
.hero-badge {
  position: absolute;
  right: -18px;
  bottom: 26px;
  max-width: 230px;
  padding: 18px 20px;
  border-radius: 16px;
  background: white;
  box-shadow: var(--shadow);
  font-weight: 800;
}
.hero-badge span { display: block; margin-top: 4px; color: var(--muted); font-weight: 600; font-size: .9rem; }

.trust-strip { padding: 22px 0; background: var(--brand-dark); color: white; }
.trust-strip .container { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px 42px; font-weight: 750; }
.trust-strip span { display: inline-flex; align-items: center; gap: 8px; }
.trust-strip span::before { content: "•"; color: var(--accent); font-size: 1.3rem; }

.card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 10px 30px rgba(25,45,33,.06);
}
.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #edf1ed;
  color: var(--brand-dark);
  font-size: 1.45rem;
}
.card p { color: var(--muted); margin-bottom: 0; }

.feature-list {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}
.feature-list li {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}
.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-dark);
  color: white;
  font-size: .74rem;
}

.review-panel {
  border-radius: 26px;
  padding: 44px;
  background: var(--brand-dark);
  color: white;
}
.review-panel p { color: rgba(255,255,255,.82); }
.review-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.review-item { padding: 22px; border-radius: 16px; background: rgba(255,255,255,.08); }
.review-item strong { display: block; margin-bottom: 8px; color: var(--accent); }

.location-wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: stretch; }
.location-card { padding: 38px; border-radius: 22px; background: white; border: 1px solid var(--line); }
.location-card address { font-style: normal; font-size: 1.1rem; }
.map-frame { min-height: 440px; border: 0; border-radius: 22px; width: 100%; box-shadow: var(--shadow); }

.contact-wrap { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: start; }
.contact-form {
  padding: 34px;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 7px; font-weight: 800; }
input, textarea, select {
  width: 100%;
  border: 1px solid #cfd7d1;
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
}
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(86,106,93,.16); border-color: var(--brand); }
textarea { min-height: 140px; resize: vertical; }
.field { margin-bottom: 17px; }
.hp-field { position: absolute !important; left: -9999px !important; }
.notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 10px; }
.notice-success { background: #e9f5ec; color: #1e5c31; }
.notice-error { background: #fdecec; color: #8b2828; }

.site-footer { padding: 38px 0; background: #1e2a24; color: rgba(255,255,255,.82); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-links a { color: white; text-decoration: none; }

.hero-photo-wrap {
  position: relative;
  border-radius: 30px;
  overflow: visible;
  background: #dfe7df;
  box-shadow: var(--shadow);
}
.hero-photo {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 36px;
}
.gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(25,45,33,.06);
}
.gallery-card img {
  display: block;
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.gallery-copy { padding: 18px 20px 20px; }
.gallery-copy h3 { margin-bottom: 8px; }
.gallery-copy p { margin: 0; color: var(--muted); }
.yelp-review-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}
.yelp-badge {
  width: 176px;
  height: auto;
  padding: 6px;
  border-radius: 10px;
  background: #fff;
}
.preview-banner {
  padding: 10px 18px;
  background: #fff3cd;
  color: #624c00;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #eadb9b;
}

@media (max-width: 900px) {
  .grid-3, .hero-grid, .location-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .review-items { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .hero-art { max-width: 660px; }
  .site-nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    padding: 20px;
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }
  .site-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .header-call { display: none; }
  .photo-gallery { grid-template-columns: 1fr; }
  .hero-photo { height: 430px; }
}
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 26px), var(--max)); }
  .section { padding: 62px 0; }
  .hero-actions .btn { width: 100%; }
  .hero-badge { position: static; margin: 16px 0 0; max-width: none; }
  .feature-list, .form-row { grid-template-columns: 1fr; }
  .review-panel, .contact-form, .location-card { padding: 26px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .hero-photo { height: 300px; }
  .gallery-card img { height: 220px; }
}
