/* =========================
   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 */
.c8f9d15{
  border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important
}
.c8f9d15: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.c8f9d46{
  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.c8f9d46{background-attachment:scroll;}
}

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

/* Center container */
#main.c8f9d57{
  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 */
.c8f9d12{
  max-width:1100px;
  margin:0 auto;
  padding-top:10px;
}
.c8f9d11{padding:14px 0}
.c8f9d11 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);
}
.c8f9d11 a:hover{opacity:.95;transform:translateY(-1px);}

/* Nav */
.c8f9d37, .c8f9d21{
  border-top:1px solid #ededed;
  border-bottom:1px solid #ededed;
  background:#f9f9f9;
  padding:0 10px;
}
.c8f9d48{
  display:flex;
  flex-wrap:wrap;
}
.c8f9d48 li{list-style:none}
.c8f9d48 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);
}
.c8f9d48 li:last-child a{border-right:none}
.c8f9d34 > a{background:#fff;font-weight:600}
.c8f9d48 a:hover{
  background:#fff;
  color:#111;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Burger */
.c8f9d28{position:absolute;left:-9999px}
.c8f9d47{
  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);
}
.c8f9d47:hover{background:#fff;box-shadow:var(--shadow-soft);transform:translateY(-1px);}
.c8f9d54{display:inline-block;vertical-align:middle;margin-left:8px}
.c8f9d40{display:block;width:18px;height:2px;background:#333;margin:3px 0}

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

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

/* Images hover */
.c8f9d38 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);
}
.c8f9d38 img:hover{
  transform:scale(1.01);
  box-shadow:var(--shadow-hover);
  filter:saturate(1.02) contrast(1.01);
}

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

/* Search */
.c8f9d4{display:flex;gap:8px;max-width:100%}
.c8f9d23{
  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);
}
.c8f9d23:focus{
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
  outline:none;
}
.c8f9d13{
  background:#32373c;
  color:#fff;
  border:1px solid #32373c;
  cursor:pointer;
  padding:8px 12px;
  transition:transform var(--t), box-shadow var(--t), opacity var(--t);
}
.c8f9d13:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* RIGHT SIDEBAR BUTTON LIST (replaces ugly meta links) */
.c8f9d43{
  list-style:none;
  padding:0 !important;
  margin:0;
}
.c8f9d43 li{margin:0 0 10px}
.c8f9d6{
  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);
}
.c8f9d6:hover{
  background:#fff;
  border-color:#dcdcdc;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

/* Insights cards */
.c8f9d9{display:flex;flex-direction:column;gap:12px;margin-top:10px}
.c8f9d1{
  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);
}
.c8f9d1 h3{margin:0 0 6px;font-size:18px}
.c8f9d1 p{margin:0;color:#555}
.c8f9d1:hover{
  background:#fff;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}

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

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

/* Contact form */
.c8f9d32{
  max-width:520px;
  border:1px solid #ededed;
  background:#fafafa;
  padding:16px;
  border-radius:8px;
}
.c8f9d26{margin:0 0 12px}
.c8f9d26 label{display:block;font-weight:600;margin:0 0 6px}
.c8f9d32 input,
.c8f9d32 select,
.c8f9d32 textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #cfcfcf;
  border-radius:6px;
  font:inherit;
  background:#fff;
}
.c8f9d32 input:focus,
.c8f9d32 select:focus,
.c8f9d32 textarea:focus{
  outline:none;
  border-color:#666;
  box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.c8f9d19{
  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);
}
.c8f9d19:hover{
  opacity:.95;
  transform:translateY(-1px);
  box-shadow:var(--shadow-soft);
}
.c8f9d59{font-size:13px;color:#666;margin-top:10px}

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

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

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

/* Responsive */
@media (max-width: 860px){
  #main.c8f9d57{
    margin:18px auto;
    width:calc(100% - 26px);
    border-radius:8px;
  }
  #primary.c8f9d14,
  #secondary.c8f9d36{
    float:none;
    width:100%;
    padding:18px 18px 0;
  }
  .c8f9d47{display:inline-block}
  .c8f9d48{display:none;width:100%}
  .c8f9d28:checked ~ .c8f9d48{display:block}
  .c8f9d48 a{border-right:none;border-top:1px solid #ededed}

  .c8f9d38 p{font-size:15px}
  .c8f9d29{font-size:28px}
}

/* Generated theme override */
body{color:#344448;background-color:#ebf3f4 !important;}
body.c8f9d46{background-color:#ebf3f4 !important;}
#page.c8f9d45,.c8f9d12{background:transparent !important;}
#main.c8f9d57{background:#fff !important;border-color:#dbe6e6 !important;box-shadow:0 18px 42px rgba(45,105,109,0.12);}
#primary.c8f9d14,#content,article.c8f9d16.c8f9d39{background:transparent !important;}
.c8f9d11 a,.c8f9d29,.c8f9d58,.c8f9d31,h1,h2,h3,h4{color:#16272b;}
a{color:#2d696d;}
a:hover,.c8f9d48 li a:hover,.c8f9d48 li.c8f9d34 a{color:#26585c;}
.c8f9d21,.c8f9d13,.c8f9d6{background:#245356;color:#ffffff;}
.c8f9d6:hover,.c8f9d13:hover{background:#2d696d;}
.c8f9d33{border-color:#dbe6e6;background:#fbfdfd !important;box-shadow:0 12px 28px rgba(45,105,109,0.1);}
#colophon,.c8f9d35{background:#1d4346;color:#ffffff;}
.c8f9d38 h2{border-left:4px solid #2d696d;padding-left:12px;}
.c8f9d38 .c8f9d56{margin:24px 0 28px;}
.c8f9d38 .c8f9d56 figure{margin:0 auto;max-width:1024px;}
.c8f9d38 .c8f9d56 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);}
.c8f9d60{display:block;width:100%;max-width:100%;aspect-ratio:560 / 315;height:auto;min-height:240px;border:0;border-radius:8px;background:#000;}
.c8f9d8 .c8f9d60{margin:0 auto;}
.c8f9d10{margin:12px 0 0;font-size:14px;}
.c8f9d10 a{font-weight:700;text-decoration:underline;}
