/* ============ EDITORIAL GROUNDS — DESIGN TOKENS ============ */
:root{
  --tog-ink:#141210; --tog-ink-2:#1e1b17; --tog-paper:#FAF7F1; --tog-stone:#E9E3D8;
  --tog-amber:#D97A1F; --tog-amber-light:#E8B96F; --tog-line:#2a2620; --tog-line-light:#DED7C8;
  --tog-text-dim:#B8B0A0; --tog-text-mute:#9A937F;
  --tog-serif:'Fraunces', Georgia, serif; --tog-sans:'Inter', 'Lato', sans-serif;
  --tog-ease:cubic-bezier(.22,.8,.28,1); --tog-dur:.45s;
}
body.tog-redesign{ font-family:var(--tog-sans); }
body.tog-redesign h1, body.tog-redesign h2, body.tog-redesign h3{ font-family:var(--tog-serif); font-weight:400; letter-spacing:-0.01em; }

/* ---- Reveal engine ---- */
.tog-redesign .tog-reveal{ opacity:0; transform:translateY(14px); transition:opacity var(--tog-dur) var(--tog-ease), transform var(--tog-dur) var(--tog-ease); }
.tog-redesign .tog-reveal.is-in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){
  .tog-redesign .tog-reveal{ opacity:1 !important; transform:none !important; transition:none !important; }
  .tog-redesign *{ animation:none !important; }
}

/* ---- Buttons: amber glow pill (primary), outline (secondary) ---- */
.tog-redesign .tog-btn, .tog-redesign .vc_btn3.vc_btn3-color-warning{
  font-family:var(--tog-sans) !important; font-weight:500; border-radius:999px !important;
  background:var(--tog-amber) !important; color:#fff !important; border:none !important;
  padding:14px 28px !important; box-shadow:0 0 24px rgba(217,122,31,.35);
  transition:transform .25s var(--tog-ease), box-shadow .25s var(--tog-ease);
}
.tog-redesign .tog-btn:hover, .tog-redesign .vc_btn3.vc_btn3-color-warning:hover{
  transform:translateY(-2px); box-shadow:0 6px 34px rgba(217,122,31,.5);
}
.tog-redesign .tog-btn--ghost{ background:transparent !important; color:var(--tog-paper) !important; border:1px solid #4A443A !important; box-shadow:none; }

/* ---- Sticky glass nav state (applied by JS after scroll) ---- */
.tog-redesign .tog-nav-glass{ background:rgba(20,18,16,.82) !important; backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); box-shadow:0 1px 0 rgba(255,255,255,.06); }

/* ---- Two-tone headline helper ---- */
.tog-redesign .tog-accent{ font-style:italic; background:linear-gradient(100deg,var(--tog-amber-light),var(--tog-amber)); -webkit-background-clip:text; background-clip:text; color:transparent; }

/* ---- Section canvases ---- */
.tog-redesign .tog-ink{ background:var(--tog-ink); color:var(--tog-paper); }
.tog-redesign .tog-paper{ background:var(--tog-paper); color:#241F19; }
.tog-redesign .tog-glow{ position:relative; overflow:hidden; }
.tog-redesign .tog-glow::before{ content:""; position:absolute; left:50%; top:60%; width:70vw; height:50vh; transform:translateX(-50%);
  background:radial-gradient(ellipse at center, rgba(217,122,31,.35) 0%, rgba(217,122,31,.12) 45%, transparent 72%); pointer-events:none; }

/* ---- Card depth system ---- */
.tog-redesign .tog-card{ background:var(--tog-ink-2); border:1px solid var(--tog-line); border-radius:12px;
  transition:transform .35s var(--tog-ease), box-shadow .35s var(--tog-ease), border-color .35s var(--tog-ease); will-change:transform; }
.tog-redesign .tog-card:hover{ transform:translateY(-6px); border-color:#6B4A1D; box-shadow:0 18px 44px rgba(217,122,31,.18); }

/* ---- Walkthrough scaffolding (media layer swappable: video scrub now, WebGL later) ---- */
.tog-redesign .tog-stop{ position:relative; min-height:100vh; }
.tog-redesign .tog-stop__media{ position:absolute; inset:0; overflow:hidden; }
.tog-redesign .tog-stop__media video, .tog-redesign .tog-stop__media img{ width:100%; height:100%; object-fit:cover; }
.tog-redesign .tog-stop__content{ position:relative; z-index:2; }
.tog-redesign .tog-hotspot{ width:44px; height:44px; border-radius:50%; border:1px solid var(--tog-amber-light);
  background:rgba(20,18,16,.55); backdrop-filter:blur(6px); color:var(--tog-amber-light); font-size:22px; line-height:42px; text-align:center;
  cursor:pointer; transition:transform .3s var(--tog-ease), background .3s; }
.tog-redesign .tog-hotspot:hover{ transform:scale(1.12); background:rgba(217,122,31,.25); }


/* ---- tog-fixes-1: carried-over + form corrections ---- */
@media (min-width: 992px){ .tog-redesign #menu-primary-menu > li > a { padding-left:17px !important; padding-right:17px !important; } }
.tog-redesign .contact-TnC p{ font-size:12px !important; line-height:1.6 !important; }
.tog-redesign .wpcf7 input[type=text], .tog-redesign .wpcf7 input[type=email], .tog-redesign .wpcf7 input[type=tel], .tog-redesign .wpcf7 textarea{ font-family:var(--tog-sans); }


/* ---- tog-logo-swap: new brand lockup (badge + white wordmark) ---- */
.tog-redesign .logo a{ display:flex; align-items:center; gap:14px; text-decoration:none; }
.tog-redesign .logo a > img{ content:url('/wp-content/uploads/2026/08/top-logo-badge.png'); height:62px; width:auto; }
.tog-redesign .logo a::after{ content:''; display:inline-block; width:185px; height:57px; background:url('/wp-content/uploads/2026/08/horizontal-wordmark-white.png') no-repeat left center / contain; }
@media (max-width: 767px){ .tog-redesign .logo a > img{ height:48px; } .tog-redesign .logo a::after{ width:140px; height:43px; } }

/* ---- tog-wt-v1: The Walkthrough (image spine, swappable media layer) ---- */
.tog-wt{ position:relative; background:var(--tog-ink); }
.tog-wt__track{ position:relative; }
.tog-wt__viewport{ position:sticky; top:0; height:100vh; overflow:hidden; }
.tog-wt__media, .tog-wt__media picture{ position:absolute; inset:0; }
.tog-wt__media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:0; transform:scale(1.08); transition:opacity 1s var(--tog-ease); will-change:opacity,transform; }
.tog-wt__media img.is-active{ opacity:1; }
.tog-wt__scrim{ position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,18,16,.55) 0%, rgba(20,18,16,.18) 40%, rgba(20,18,16,.72) 100%); }
.tog-wt__content{ position:absolute; inset:0; display:flex; align-items:flex-end; padding:0 6vw 11vh; }
.tog-wt__stop{ max-width:640px; opacity:0; transform:translateY(24px); transition:opacity .6s var(--tog-ease), transform .6s var(--tog-ease); pointer-events:none; position:absolute; bottom:11vh; }
.tog-wt__stop.is-active{ opacity:1; transform:none; pointer-events:auto; }
.tog-wt__eyebrow{ font-family:var(--tog-sans); font-size:11px; letter-spacing:2.6px; color:var(--tog-amber-light); text-transform:uppercase; display:inline-block; border:1px solid rgba(217,122,31,.35); background:rgba(217,122,31,.09); border-radius:999px; padding:6px 14px; margin-bottom:16px; }
.tog-wt__stop h2{ font-family:var(--tog-serif); font-weight:400; font-size:clamp(34px, 5vw, 62px); line-height:1.05; color:var(--tog-paper); margin:0 0 12px; }
.tog-wt__stop h2 em{ font-style:italic; background:linear-gradient(100deg,var(--tog-amber-light),var(--tog-amber)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.tog-wt__stop p{ font-family:var(--tog-sans); font-size:15px; line-height:1.65; color:var(--tog-text-dim); margin:0 0 20px; max-width:52ch; }
.tog-wt__cta{ display:inline-block; font-family:var(--tog-sans); font-weight:500; font-size:13px; color:#fff !important; background:var(--tog-amber); border-radius:999px; padding:12px 24px; text-decoration:none !important; box-shadow:0 0 24px rgba(217,122,31,.35); transition:transform .25s var(--tog-ease), box-shadow .25s var(--tog-ease); }
.tog-wt__cta:hover{ transform:translateY(-2px); box-shadow:0 6px 32px rgba(217,122,31,.5); }
.tog-wt__cta--ghost{ background:transparent; border:1px solid #55503F; box-shadow:none; margin-left:10px; color:var(--tog-paper) !important; }
.tog-wt__rail{ position:absolute; right:26px; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:12px; z-index:5; }
.tog-wt__dot{ width:8px; height:8px; border-radius:50%; background:rgba(250,247,241,.28); border:0; padding:0; cursor:pointer; transition:all .3s var(--tog-ease); }
.tog-wt__dot.is-active{ background:var(--tog-amber-light); transform:scale(1.5); box-shadow:0 0 12px rgba(217,122,31,.6); }
.tog-wt__skip{ position:absolute; bottom:26px; right:26px; z-index:5; font-family:var(--tog-sans); font-size:11px; letter-spacing:1.6px; color:rgba(250,247,241,.65) !important; text-decoration:none !important; text-transform:uppercase; }
.tog-wt__skip:hover{ color:var(--tog-amber-light) !important; }
.tog-wt__count{ position:absolute; top:96px; right:26px; z-index:5; font-family:var(--tog-serif); font-size:15px; color:rgba(250,247,241,.75); letter-spacing:1px; }
@media (max-width:767px){ .tog-wt__content{ padding:0 6vw 14vh; } .tog-wt__stop{ bottom:14vh; } .tog-wt__rail{ right:12px; gap:10px; } .tog-wt__skip{ right:auto; left:6vw; } .tog-wt__cta--ghost{ margin-left:0; margin-top:10px; } }
@media (prefers-reduced-motion: reduce){
 .tog-wt__track{ height:auto !important; }
 .tog-wt__viewport{ position:static; height:auto; }
 .tog-wt__media{ display:none; }
 .tog-wt__stop{ position:static; opacity:1; transform:none; pointer-events:auto; padding:48px 0; }
}
body.tog-no-js .tog-wt__track{ height:auto !important; }
/* tog-wt-stickyfix */
.tog-redesign .tog-wt-row{ overflow:visible !important; }
body.tog-redesign{ overflow-x:clip; }
