.search-form{display:flex;max-width:680px;gap:10px}.search-form label{flex:1}.search-field{width:100%;min-height:52px;padding:12px 15px;border:1px solid #aab2ad;border-radius:10px;background:var(--tjg-white)}
.post-password-form input[type=password]{min-height:48px;padding:10px;border:1px solid #aaa;border-radius:9px}
.wp-block-image img{border-radius:var(--tjg-radius)}
.alignwide{width:min(1120px,100%);margin-inline:auto}.alignfull{width:100vw;max-width:none;margin-left:calc(50% - 50vw)}
.tjg-article-disclaimer{margin-top:40px;padding:20px;border-left:3px solid var(--tjg-gold-500);background:var(--tjg-cream);font-size:.9rem}
.tjg-areas{background:var(--tjg-cream)}
@media(max-width:580px){.search-form{display:grid}.search-form .search-submit{width:100%}}

/* Quote page — v1.1 */
.tjg-quote-page { background:var(--tjg-cream); }
.tjg-quote-hero { position:relative; min-height:620px; display:flex; align-items:flex-end; padding:calc(var(--tjg-header-height) + 105px) 0 86px; color:#fff; background:var(--tjg-green-950); overflow:hidden; }
.tjg-quote-hero__image { position:absolute; inset:0; background:url('../images/hero/hero-large.webp') center 54%/cover no-repeat; filter:saturate(.78) brightness(.72); transform:scale(1.03); }
.tjg-quote-hero__overlay { position:absolute; inset:0; background:linear-gradient(90deg,rgba(3,15,10,.93) 0%,rgba(3,15,10,.72) 46%,rgba(3,15,10,.22) 100%),linear-gradient(180deg,rgba(3,15,10,.25),rgba(3,15,10,.72)); }
.tjg-quote-hero__inner { position:relative; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.65fr); align-items:end; gap:clamp(50px,8vw,120px); }
.tjg-quote-hero .tjg-breadcrumbs { margin-bottom:34px; }
.tjg-quote-hero .tjg-eyebrow { color:var(--tjg-gold-300); }
.tjg-quote-hero h1 { max-width:850px; margin:0; color:#fff; font-size:clamp(3.4rem,7vw,7.8rem); font-weight:600; line-height:.91; letter-spacing:-.065em; }
.tjg-quote-hero p:not(.tjg-eyebrow) { max-width:720px; margin:28px 0 0; color:rgba(255,255,255,.76); font-size:clamp(1.02rem,1.4vw,1.22rem); line-height:1.62; }
.tjg-quote-hero__points { display:grid; gap:0; margin:0; padding:0; border:1px solid rgba(255,255,255,.18); border-radius:22px; list-style:none; background:rgba(255,255,255,.045); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); overflow:hidden; box-shadow:inset 0 1px 0 rgba(255,255,255,.12); }
.tjg-quote-hero__points li { display:grid; grid-template-columns:44px 1fr; align-items:center; gap:12px; margin:0; padding:18px 20px; border-bottom:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.82); font-size:.86rem; font-weight:600; line-height:1.4; }
.tjg-quote-hero__points li:last-child { border-bottom:0; }
.tjg-quote-hero__points span { color:var(--tjg-gold-300); font-size:.68rem; letter-spacing:.12em; }
.tjg-quote-form-section { position:relative; padding:clamp(80px,9vw,130px) 0; background:linear-gradient(180deg,#f6f1e6,#fff 60%); }
.tjg-quote-form-layout { display:grid; grid-template-columns:minmax(250px,.48fr) minmax(0,1fr); gap:clamp(44px,7vw,95px); align-items:start; }
.tjg-quote-form-aside { position:sticky; top:120px; }
.tjg-quote-form-aside h2 { margin-bottom:20px; font-size:clamp(2.1rem,3.5vw,3.7rem); font-weight:600; line-height:1; letter-spacing:-.05em; }
.tjg-quote-form-aside>p:not(.tjg-eyebrow) { color:var(--tjg-muted); }
.tjg-quote-form-aside__coverage { margin-top:32px; padding:22px; border:1px solid rgba(7,27,20,.1); border-radius:18px; background:rgba(255,255,255,.68); box-shadow:0 18px 48px rgba(4,18,13,.06); }
.tjg-quote-form-aside__coverage strong,.tjg-quote-form-aside__coverage span { display:block; }
.tjg-quote-form-aside__coverage strong { color:var(--tjg-green-900); font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; }
.tjg-quote-form-aside__coverage span { margin-top:10px; color:var(--tjg-green-800); font-weight:700; }
.tjg-quote-form-aside__coverage p { margin:11px 0 0; color:var(--tjg-muted); font-size:.84rem; line-height:1.5; }
.tjg-quote-page-copy { margin-bottom:24px; }
.tjg-form-unavailable { padding:34px; border:1px solid #dfb6ad; border-radius:20px; color:#6f2d23; background:#fff3f0; }
.tjg-form-unavailable h2 { color:inherit; font-size:2rem; }
@media(max-width:980px){.tjg-quote-hero__inner,.tjg-quote-form-layout{grid-template-columns:1fr}.tjg-quote-hero__points{max-width:620px}.tjg-quote-form-aside{position:static;max-width:720px}}
@media(max-width:700px){.tjg-quote-hero{min-height:0;padding:150px 0 70px}.tjg-quote-hero__image{background-image:url('../images/hero/hero-mobile.webp');background-position:center 48%}.tjg-quote-hero h1{font-size:clamp(3rem,14vw,4.8rem)}.tjg-quote-hero__inner{gap:34px}.tjg-quote-form-section{padding:70px 0}.tjg-quote-hero__points li{padding:15px 17px}}
