/* =========================
   East Woods Gold (Static)
   style.css — Original look + better UX
   ========================= */

*{box-sizing:border-box}
html,body{margin:0;padding:0}
img{max-width:100%;height:auto}
ul{margin:0;padding:0}
a{text-decoration:none}

/* Motion */
:root{
  --t: 180ms ease;
  --shadow-hover: 0 6px 18px rgba(0,0,0,.12);
  --shadow-soft: 0 2px 10px rgba(0,0,0,.10);
}
@media (prefers-reduced-motion: reduce){
  *{transition:none !important; animation:none !important;}
}
html{scroll-behavior:smooth;}

/* Screen-reader */
.ce6f364{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important
}
.ce6f364:focus{
  background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;
  padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000
}

/* Body */
body{
  font-family:"Open Sans", Helvetica, Arial, sans-serif;
  color:#444;
  line-height:1.75;
}

/* Background (local first, then remote fallback) */
body.ce6f345{
  background-color:#f6f6f6;
  background-image:
    url("assets/background.jpg"),
    url("https://eastwoodsgold.com/wp-content/uploads/2026/01/abstract-bokeh-blurred-lights-background-2025-02-10-11-42-05-utc-scaled.jpg");
  background-position:left top;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}
@media (max-width: 860px){
  body.ce6f345{background-attachment:scroll;}
}

/* Wrapper */
#page.ce6f330{min-height:100vh}

/* Center container */
#main.ce6f356{
  max-width:1100px;
  margin:24px auto;
  background:#fff;
  border:1px solid #e9e9e9;
  box-shadow:0 8px 24px rgba(0,0,0,.10);
  border-radius:8px;
  overflow:hidden;
}

/* Header */
.ce6f317{
  max-width:1100px;
  margin:0 auto;
  padding-top:10px;
}
.ce6f351{padding:14px 0}
.ce6f351 a{
  font-size:38px;
  font-weight:400;
  color:#444;
  padding-left:15px;
  text-shadow:0.1px 1px 2px #888;
  display:inline-block;
  transition:transform var(--t), opacity var(--t);
}
.ce6f351 a:hover{opacity:.95;transform:translateY(-1px);}

/* Nav */
.ce6f358, .ce6f31{
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  background:#f9f9f9;
  padding:0 10px;
}
.ce6f38{
  display:flex;
  flex-wrap:wrap;
}
.ce6f38 li{list-style:none}
.ce6f38 a{
  display:block;
  padding:12px 16px;
  color:#333;
  border-right:1px solid #ededed;
  font-size:14px;
  transition:background var(--t), box-shadow var(--t), transform var(--t), color var(--t);
}
.ce6f38 li:last-child a{border-right:none}
.ce6f327 > a{background:#fff;font-weight:600}
.ce6f38 a:hover{
  background:#fff;
  color:#111;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Burger */
.ce6f342{position:absolute;left:-9999px}
.ce6f363{
  display:none;
  cursor:pointer;
  user-select:none;
  padding:12px 16px;
  color:#333;
  font-size:14px;
  transition:background var(--t), box-shadow var(--t), transform var(--t);
}
.ce6f363:hover{background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-1px);}
.ce6f313{display:inline-block;vertical-align:middle;margin-left:8px}
.ce6f312{display:block;width:18px;height:2px;background:#333;margin:3px 0}

/* Columns */
#primary.ce6f316{
  float:left;
  width:calc(100% - 320px);
  padding:22px 22px 0;
}
#secondary.ce6f321{
  float:right;
  width:320px;
  padding:22px 22px 0 0;
}

/* Typography */
.ce6f323{
  font-size:32px;
  font-weight:700;
  margin:0 0 14px;
  color:#222;
  line-height:1.2;
}
.ce6f347 p{margin:0 0 16px;font-size:16px}
.ce6f347 h2{
  margin:28px 0 10px;
  font-size:22px;
  font-weight:700;
  color:#222;
}
.ce6f347 strong{font-weight:700}
.ce6f360{display:block;margin-left:auto;margin-right:auto}

/* Images hover */
.ce6f347 img{
  box-shadow:0 1px 4px rgba(0,0,0,.1);
  margin:10px 0 14px;
  border-radius:6px;
  transition:transform var(--t), box-shadow var(--t), filter var(--t);
}
.ce6f347 img:hover{
  transform:scale(1.01);
  box-shadow:var(--shadow-hover);
  filter:saturate(1.02) contrast(1.01);
}

/* Widgets */
.ce6f359{margin:0 0 22px}
.ce6f325{font-weight:700;font-size:16px;margin:0 0 10px}
.ce6f359 ul{padding-left:18px}
.ce6f359 ul li{list-style:disc;margin:0 0 6px}

/* Search */
.ce6f328{display:flex;gap:8px;max-width:100%}
.ce6f354{
  appearance:none;border:1px solid #949494;flex-grow:1;
  font-family:inherit;font-size:inherit;line-height:inherit;
  min-width:3rem;padding:8px;
  transition:border-color var(--t), box-shadow var(--t);
}
.ce6f354:focus{
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
  outline:none;
}
.ce6f336{
  background:#32373c;
  color:#fff;
  border:1px solid #32373c;
  cursor:pointer;
  padding:8px 12px;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.ce6f336:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* RIGHT SIDEBAR BUTTON LIST (replaces ugly meta links) */
.ce6f339{
  list-style:none;
  padding:0 !important;
  margin:0;
}
.ce6f339 li{margin:0 0 10px}
.ce6f340{
  display:block;
  padding:10px 12px;
  border:1px solid #e5e5e5;
  background:#f8f8f8;
  color:#222;
  border-radius:6px;
  transition:background var(--t), box-shadow var(--t), transform var(--t), border-color var(--t);
}
.ce6f340:hover{
  background:#fff;
  border-color:#dcdcdc;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Insights cards */
.ce6f311{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.ce6f352{
  display:block;
  border:1px solid #ededed;
  background:#fafafa;
  padding:14px;
  border-radius:6px;
  color:#222;
  transition:background var(--t), box-shadow var(--t), transform var(--t);
}
.ce6f352 h3{margin:0 0 6px;font-size:18px}
.ce6f352 p{margin:0;color:#555}
.ce6f352:hover{
  background:#fff;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Simple lists */
.ce6f357{padding-left:18px}
.ce6f357 li{margin:0 0 6px}

/* Callout */
.ce6f349{
  padding:12px;
  background:#f9f9f9;
  border:1px solid #ededed;
  border-radius:6px;
}

/* Contact form */
.ce6f32{
  max-width:520px;
  border:1px solid #ededed;
  background:#fafafa;
  padding:16px;
  border-radius:8px;
}
.ce6f335{margin:0 0 12px}
.ce6f335 label{display:block;font-weight:600;margin:0 0 6px}
.ce6f32 input,
.ce6f32 select,
.ce6f32 textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  font:inherit;
  background:#fff;
}
.ce6f32 input:focus,
.ce6f32 select:focus,
.ce6f32 textarea:focus{
  outline:none;
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.ce6f322{
  display:inline-block;
  padding:10px 14px;
  border:1px solid #32373c;
  background:#32373c;
  color:#fff;
  border-radius:6px;
  cursor:pointer;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.ce6f322:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}
.ce6f350{font-size:13px;color:#666;margin-top:10px}

/* Video */
.ce6f343 iframe{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  display:block;
  border:0;
  border-radius:6px;
}

/* Footer */
.ce6f329{
  background-color:black;
  text-align:center;
  color:white;
  padding:14px;
  margin-top:22px;
  box-shadow:0 -6px 18px rgba(0,0,0,.12);
}

/* Clearfix */
.ce6f318:after,
.ce6f356:after{content:"";display:table;clear:both}

/* Responsive */
@media (max-width: 860px){
  #main.ce6f356{
    margin:18px auto;
    width:calc(100% - 26px);
    border-radius:8px;
  }
  #primary.ce6f316,
  #secondary.ce6f321{
    float:none;
    width:100%;
    padding:18px 18px 0;
  }
  .ce6f363{display:inline-block}
  .ce6f38{display:none;width:100%}
  .ce6f342:checked ~ .ce6f38{display:block}
  .ce6f38 a{border-right:none;border-top:1px solid #ededed}

  .ce6f347 p{font-size:15px}
  .ce6f323{font-size:28px}
}

/* Generated theme override */
:root{
  --wf-accent:#687934;
  --wf-panel-bg:linear-gradient(145deg,rgba(32,43,31,0.9),rgba(20,31,28,0.96));
  --wf-panel-border:rgba(131,145,89,0.32);
  --wf-panel-shadow:0 20px 56px rgba(10,12,5,0.34);
  --wf-site-title-bg:rgba(26,30,13,0.44);
  --wf-site-title-border:rgba(131,145,89,0.28);
  --wf-search-bg:rgba(33,39,17,0.42);
  --wf-scroll-start:rgba(104,121,52,0.96);
  --wf-scroll-end:rgba(128,142,84,0.58);
}
body{color:#3e4334;background-color:#f0f4e6 !important;}
body.ce6f345{background-color:#f0f4e6 !important;}
#page.ce6f330,.ce6f317{background:transparent !important;}
#main.ce6f356{background:#fff !important;border-color:#eaece3 !important;box-shadow:0 18px 42px rgba(104,121,52,0.12);}
#primary.ce6f316,#content,article.ce6f326.ce6f348{background:transparent !important;}
.ce6f351 a,.ce6f323,.ce6f325,.ce6f366,h1,h2,h3,h4{color:#272c18;}
a{color:#687934;}
a:hover,.ce6f38 li a:hover,.ce6f38 li.ce6f327 a{color:#58672c;}
.ce6f31,.ce6f336,.ce6f340{background:#515e29;color:#ffffff;}
.ce6f340:hover,.ce6f336:hover{background:#687934;}
.ce6f359{border-color:#eaece3;background:#fcfdfa !important;box-shadow:0 12px 28px rgba(104,121,52,0.1);}
#colophon,.ce6f329{background:#3d471f;color:#ffffff;}
.ce6f347 h2{border-left:4px solid #687934;padding-left:12px;}
.ce6f347 .ce6f331{margin:24px 0 28px;}
.ce6f347 .ce6f331 figure{margin:0 auto;max-width:1024px;}
.ce6f347 .ce6f331 img{display:block;width:100%;max-width:1024px;height:auto;aspect-ratio:1024 / 683;object-fit:cover;border:4px solid #ffffff;box-shadow:0 8px 22px rgba(0,0,0,.08);}
.ce6f362{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.ce6f341{width:min(100%,420px) !important;max-width:100% !important;height:740px !important;aspect-ratio:9 / 16 !important;margin:0 auto;}
.ce6f34 .ce6f362{margin:0 auto;}
.ce6f365{margin:12px 0 0;font-size:14px;}
.ce6f365 a{font-weight:700;text-decoration:underline;}
