/* ==========================================================================
   Hoke Designs policy pages (privacy, terms, shipping and returns).
   Shared by the HD Showcase subsites and hokedesigns.com (inlined there by
   the hd-custom-dev "policies" module). --hdp-top clears an overlay header.
   ========================================================================== */
.hdp {
	--hdp-navy: #001b44; --hdp-blue: #136fa5; --hdp-teal: #127f86; --hdp-coral: #ff6b4a;
	--hdp-ink: #323643; --hdp-soft: #5a6475; --hdp-line: #dfe5ea; --hdp-mist: #f4f7f9; --hdp-sky: #8ec0fd;
	--hdp-ease: cubic-bezier(.22, 1, .36, 1);
	--hdp-gutter: clamp(16px, 4vw, 40px);
	font-family: "Lexend", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-weight: 300;
	color: var(--hdp-ink);
	background: #fff;
}
.hdp *, .hdp *::before, .hdp *::after { box-sizing: border-box; }
.hdp-wrap { width: min(1180px, calc(100% - 2 * var(--hdp-gutter))); margin: 0 auto; }

/* Hero */
.hdp-hero { position: relative; overflow: hidden; padding: var(--hdp-top, clamp(44px, 6vw, 72px)) 0 clamp(36px, 5vw, 56px); background: radial-gradient(110% 120% at 90% 0%, #0f4c86 0%, rgba(15, 76, 134, 0) 55%), var(--hdp-navy); color: #fff; }
.hdp-hero::after { content: ""; position: absolute; inset: auto -10% -60% 30%; height: 120%; background: conic-gradient(from 210deg, rgba(18, 127, 134, 0), rgba(18, 127, 134, .25), rgba(142, 192, 253, .16), rgba(18, 127, 134, 0) 70%); filter: blur(60px); pointer-events: none; animation: hdp-drift 20s ease-in-out infinite alternate; }
@keyframes hdp-drift { to { transform: translate3d(-8%, -6%, 0) rotate(6deg); } }
.hdp-hero .hdp-wrap { position: relative; z-index: 1; }
.hdp .hdp-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #7fd6dc; }
.hdp-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(127, 214, 220, .18); }
.hdp .hdp-title { margin: 0 0 12px; font-family: inherit; font-size: clamp(34px, 4.6vw, 56px); font-weight: 600; line-height: 1.06; letter-spacing: -.015em; color: #fff; }
.hdp .hdp-sub { max-width: 44em; margin: 0 0 24px; font-size: clamp(16px, 1.4vw, 18px); line-height: 1.55; color: rgba(255, 255, 255, .8); }
.hdp-date { color: rgba(255, 255, 255, .6); }
.hdp-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.hdp .hdp-pill { display: inline-flex; align-items: center; padding: 10px 18px; border-radius: 999px; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .35); color: #fff; font-size: 14.5px; font-weight: 500; text-decoration: none; transition: background-color .25s, box-shadow .25s, transform .25s var(--hdp-ease); }
.hdp .hdp-pill:hover, .hdp .hdp-pill:focus-visible { background: rgba(255, 255, 255, .1); box-shadow: inset 0 0 0 1.5px #fff; color: #fff; transform: translateY(-1px); outline: none; }
.hdp .hdp-pill.is-on { background: #fff; color: var(--hdp-navy); box-shadow: none; }

/* Body: contents list + article */
.hdp-body { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: start; padding: clamp(36px, 5vw, 64px) 0 clamp(56px, 7vw, 96px); }
.hdp-toc { position: sticky; top: 110px; font-size: 14px; }
.hdp-toc p { margin: 0 0 10px; font-size: 12.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--hdp-blue); }
.hdp-toc ol { margin: 0; padding: 0; list-style: none; border-left: 2px solid var(--hdp-line); }
.hdp-toc li { margin: 0; }
.hdp .hdp-toc a { display: block; margin-left: -2px; padding: 6px 0 6px 14px; border-left: 2px solid transparent; color: var(--hdp-soft); line-height: 1.35; text-decoration: none; transition: color .2s, border-color .2s; }
.hdp .hdp-toc a:hover, .hdp .hdp-toc a.is-here { color: var(--hdp-navy); border-left-color: var(--hdp-coral); }
.hdp-article { max-width: 760px; font-size: 16.5px; line-height: 1.7; }
.hdp .hdp-article h2 { margin: 44px 0 14px; padding-top: 8px; font-family: inherit; font-size: clamp(22px, 2.2vw, 27px); font-weight: 600; line-height: 1.25; letter-spacing: -.01em; color: var(--hdp-navy); scroll-margin-top: 120px; }
.hdp .hdp-article h3 { margin: 26px 0 10px; font-family: inherit; font-size: 18px; font-weight: 600; line-height: 1.3; color: var(--hdp-navy); }
.hdp .hdp-article p, .hdp .hdp-article li { line-height: 1.7; }
.hdp .hdp-article p { margin: 0 0 16px; }
.hdp .hdp-article ul, .hdp .hdp-article ol { margin: 0 0 18px; padding-left: 22px; }
.hdp .hdp-article li { margin: 0 0 8px; }
.hdp .hdp-article li::marker { color: var(--hdp-coral); }
.hdp .hdp-article strong { font-weight: 600; color: var(--hdp-navy); }
.hdp .hdp-article a { color: var(--hdp-blue); text-decoration: underline; text-decoration-color: rgba(19, 111, 165, .35); text-underline-offset: 3px; }
.hdp .hdp-article a:hover { color: var(--hdp-navy); text-decoration-color: currentColor; }
.hdp .hdp-lead { margin: 0 0 20px; padding: 20px 24px; border-radius: 18px; background: linear-gradient(120deg, #eaf4ff, #fff 75%); box-shadow: inset 0 0 0 1px #cfe3fb; font-size: 17.5px; line-height: 1.6; color: var(--hdp-navy); }
.hdp-table { margin: 0 0 20px; overflow-x: auto; border-radius: 16px; box-shadow: inset 0 0 0 1px var(--hdp-line); }
.hdp .hdp-table table { width: 100%; margin: 0; border: 0; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.hdp .hdp-table th, .hdp .hdp-table td { padding: 12px 16px; border: 0; border-bottom: 1px solid var(--hdp-line); text-align: left; vertical-align: top; }
.hdp .hdp-table th { background: var(--hdp-mist); font-weight: 600; font-size: 13px; letter-spacing: .04em; color: var(--hdp-navy); }
.hdp .hdp-table tr:last-child td { border-bottom: 0; }
.hdp .hdp-table td:first-child { font-weight: 500; color: var(--hdp-navy); }
.hdp .hdp-foot { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--hdp-line); font-size: 15px; color: var(--hdp-soft); }

@media (max-width: 900px) {
	.hdp-body { grid-template-columns: minmax(0, 1fr); }
	.hdp-toc { position: static; padding: 16px 18px; border-radius: 16px; background: var(--hdp-mist); }
	.hdp-toc ol { columns: 2; column-gap: 20px; border-left: 0; }
	.hdp .hdp-toc a { margin: 0; padding: 4px 0; border: 0; }
}
@media (max-width: 520px) {
	.hdp-toc ol { columns: 1; }
	.hdp-article { font-size: 16px; }
	.hdp .hdp-pill { padding: 9px 14px; font-size: 13.5px; }
}
@media (prefers-reduced-motion: reduce) {
	.hdp-hero::after { animation: none; }
}
