+ {% assign contact_title_id = page.contact_area.title | strip_html | slugify %}
+
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 891a71a6..132824cc 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1,5 +1,41 @@
/* Site-specific CSS overrides */
+/* Heading anchor permalinks ------------------------------------------------ */
+/* A "#" link rendered (via components/heading-anchor.html) at the end of every
+ heading. It stays invisible until the heading is hovered or the link itself
+ is focused, so it never distracts from the design but is always discoverable. */
+.heading-anchor {
+ margin-left: 0.35em;
+ font-weight: 400;
+ color: inherit;
+ text-decoration: none;
+ opacity: 0;
+ transition: opacity 0.15s ease-in-out;
+}
+
+/* Reveal the anchor when its heading is hovered, or when the anchor itself is
+ keyboard-focused (accessibility). */
+h1:hover > .heading-anchor,
+h2:hover > .heading-anchor,
+h3:hover > .heading-anchor,
+h4:hover > .heading-anchor,
+h5:hover > .heading-anchor,
+h6:hover > .heading-anchor,
+.heading-anchor:focus {
+ opacity: 0.5;
+}
+
+.heading-anchor:hover,
+.heading-anchor:focus {
+ opacity: 1 !important;
+}
+
+/* When a visitor jumps to a heading via its #fragment, keep it clear of the
+ sticky site header instead of hiding it underneath. */
+:target {
+ scroll-margin-top: 110px;
+}
+
/* Fix price formatting - remove the automatic "/" before duration */
.price-duration:before {
content: "" !important;
diff --git a/design-help.html b/design-help.html
index cd35e681..c67919e1 100644
--- a/design-help.html
+++ b/design-help.html
@@ -10,7 +10,7 @@
-
Professional Services
+
Professional Services{% include components/heading-anchor.html id="professional-services" %}
Independent companies offering professional design, consulting, and implementation services for GF180MCU projects.
Note: These services are not affiliated with or endorsed by wafer.space.
@@ -27,7 +27,7 @@ Professional Services
-
Community Resources
+
Free community forums, documentation, and open-source resources for GF180MCU designs.
@@ -37,7 +37,7 @@
Community Resources
-
Community Forums
+
Coming soon - Discussion forums for design questions and peer support.
@@ -46,7 +46,7 @@ Community Forums
- Documentation
+ Documentation{% include components/heading-anchor.html id="documentation" %}
Coming soon - Tutorials, guides, and technical documentation for GF180MCU.
@@ -55,7 +55,7 @@
Documentation
-
Open Source Tools
+
Coming soon - Links to open-source tools and example designs for GF180MCU.