/*
Theme Name: Wetzlar.1
Theme URI: https://juansphotos.com
Author: Juan Rhodes
Author URI: https://juansphotos.com
Description: Cinematic editorial photography portfolio block theme. "The Cinematic Gallerist." Dark, image-first, sharp-edged.
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wetzlar-1
*/

/* =============================================================================
   BASE RESET
   ============================================================================= */

:root {
  --wetzlar-header-alpha: 0.16;
  --wetzlar-header-blur: 12px;
  --wetzlar-header-border-alpha: 0.12;
  --wetzlar-header-blend-mode: difference;
  --wetzlar-header-shadow: 0 0 0 rgba(0, 0, 0, 0);
  --wetzlar-header-height: 70px;
  --wetzlar-font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --wetzlar-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --wetzlar-font-label: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
  :root {
    --wetzlar-header-height: 50px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding-top: 0;
  background: #131313;
  color: #e5e2e1;
  font-family: var(--wetzlar-font-body, 'Inter', -apple-system, BlinkMacSystemFont, sans-serif);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}



html {
  scroll-padding-top: var(--wetzlar-header-height);
}

/* Sticky footer: ensure the footer sits at the bottom of the viewport
   even when page content is shorter than the screen.
   The WordPress wrapper (.wp-site-blocks) is the flex container,
   with .wetzlar-site-shell growing to fill available space.
   Use 100dvh on .wp-site-blocks (with 100vh fallback) so the wrapper is
   guaranteed to be at least viewport-height — percentage min-heights on
   body/html don't reliably propagate when html isn't given an explicit
   height, which leaves the footer floating mid-viewport on short pages. */
html, body {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  flex: 1 0 auto;
}

.wetzlar-site-shell {
  flex: 1 0 auto;
}

.wp-site-blocks {
  padding-top: 0 !important;
  padding-block-start: 0 !important;
  gap: 0 !important;
  row-gap: 0 !important;
}

/* Zero all margins/spacing on wp-site-blocks direct children —
   WordPress root layout can inject margin-block-start via
   > * + * rules, inline gap, or generated layout CSS. */
.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.wetzlar-copyright-notice {
  position: fixed;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  z-index: 10000;
  max-width: min(calc(100vw - 32px), 360px);
  padding: 12px 18px;
  background: rgba(19, 19, 19, 0.94);
  border: 1px solid rgba(229, 226, 225, 0.24);
  color: #e5e2e1;
  font-family: var(--wetzlar-font-label, 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wetzlar-copyright-notice.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (prefers-reduced-motion: reduce) {
  .wetzlar-copyright-notice {
    transition: none;
  }
}

/* Remove border-radius globally */
*,
.wp-block-button__link,
.wp-block-image img,
.wp-block-cover,
.wp-block-group {
  border-radius: 0 !important;
}

/* =============================================================================
   SITE SHELL
   ============================================================================= */

.wetzlar-site-shell > * {
  margin-block: 0;
}

main.wetzlar-site-shell {
  padding-top: var(--wetzlar-header-height) !important;
  padding-block-start: var(--wetzlar-header-height) !important;
}

body.archive main.wetzlar-site-shell > .wp-block-group.alignfull:first-child,
body.search main.wetzlar-site-shell > .wp-block-group.alignfull:first-child,
body.blog main.wetzlar-site-shell > .wp-block-group.alignfull:first-child {
  padding-top: 0 !important;
}

/* -----------------------------------------------------------------------------
  BLOCK LAYOUT CONSTRAINTS
  Keep WordPress layout controls authoritative: each constrained container can
  set its own content/wide sizes, and direct children render against the nearest
  container variables in both templates and post content.
  --------------------------------------------------------------------------- */

html, body {
  overflow-x: hidden; /* prevent horizontal scrollbar from negative-margin escape */
}

.wetzlar-site-shell,
.wp-block-post-content {
  max-width: 100%;
}

.wetzlar-site-shell > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)),
.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)),
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size, 800px);
  margin-left: auto;
  margin-right: auto;
}

.is-layout-constrained > .wp-block-post-content,
.is-layout-constrained > .wp-block-template-part {
  max-width: 100%;
}

.wetzlar-site-shell > .alignfull,
.wp-block-post-content > .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Inside an already-full-width container, child .alignfull is already
   the viewport width — undo the negative margin (it would over-escape). */
.alignfull > .alignfull,
.alignfull .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wetzlar-site-shell > .alignwide,
.wp-block-post-content > .alignwide,
.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size, 1440px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* =============================================================================
   HEADER
   ============================================================================= */

.wetzlar-site-header {
  position: relative;
  width: 100%;
  height: var(--wetzlar-header-height);
  max-height: var(--wetzlar-header-height);
  min-height: var(--wetzlar-header-height);
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  background: rgba(10, 10, 10, var(--wetzlar-header-alpha));
  border-bottom: 1px solid rgba(255, 255, 255, var(--wetzlar-header-border-alpha));
  backdrop-filter: saturate(1.35) blur(var(--wetzlar-header-blur));
  -webkit-backdrop-filter: saturate(1.35) blur(var(--wetzlar-header-blur));
  box-shadow: var(--wetzlar-header-shadow);
  transition: background 0.2s ease, border-color 0.2s ease, backdrop-filter 0.2s ease, box-shadow 0.2s ease;
}

/* Header columns — grid cells laid out by .wetzlar-site-header. */
.wetzlar-site-header .wetzlar-header-col {
  display: flex !important;
  align-items: center !important;
  min-width: 0;
  margin: 0 !important;
}
.wetzlar-site-header .wetzlar-header-col--left   { justify-self: start;   justify-content: flex-start; }
.wetzlar-site-header .wetzlar-header-col--center { justify-self: center;  justify-content: center; text-align: center; }
.wetzlar-site-header .wetzlar-header-col--right  { justify-self: end;     justify-content: flex-end; }

/* Centered page-title styling. */
.wetzlar-site-header .wetzlar-header-page-title {
  margin: 0 !important;
  color: #e5e2e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40vw;
  /* line-height >1 + small vertical padding so descenders (g, y, p) aren't
     clipped by overflow:hidden used for the ellipsis. */
  line-height: 1.25;
  padding-block: 0.15em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.wetzlar-site-header .wetzlar-header-page-title a {
  color: inherit;
  text-decoration: none;
}

/* Hide the centered title on contexts where it would be noise or wrong.
   `body.home` covers the static home page; `wetzlar-no-header-title` is
   added by functions.php for the front page and pages whose author opted
   out via the editor sidebar. */
body.home .wetzlar-header-title,
body.blog .wetzlar-header-title,
body.error404 .wetzlar-header-title,
body.search .wetzlar-header-title,
body.archive .wetzlar-header-title,
body.wetzlar-no-header-title .wetzlar-header-title {
  visibility: hidden;
}

/* Also hide if WP rendered no title element at all. */
.wetzlar-header-title:not(:has(.wp-block-post-title)) {
  visibility: hidden;
}

/* Mobile: hide the centered title to keep the bar clean. */
@media (max-width: 768px) {
  .wetzlar-site-header {
    grid-template-columns: auto 1fr auto;
  }
  .wetzlar-site-header .wetzlar-header-title {
    display: none !important;
  }
}

/* Fix header directly — not dependent on wrapper :first-child which can fail
   when WordPress injects elements before the template-part. */
.wp-site-blocks .wetzlar-site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

/* Collapse the header template-part wrapper to zero height so it does not
   push the main content down. display:contents on a semantic <header> has a
   known mobile-browser bug that can give the wrapper unexpected height.
   This selector intentionally omits :first-child so it still matches even
   when WordPress injects a skip link or inline <style> before the part. */
.wp-site-blocks > header.wp-block-template-part {
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.admin-bar .wp-site-blocks .wetzlar-site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .wp-site-blocks .wetzlar-site-header {
    top: 46px;
  }
}



.wetzlar-site-header p,
.wetzlar-site-header .wp-block-navigation a,
.wetzlar-site-header .wp-block-navigation-item__content {
  color: #fff;
  mix-blend-mode: var(--wetzlar-header-blend-mode);
}

/* Site logo */
.wetzlar-site-header .wp-block-site-logo,
.wetzlar-site-header .wp-block-site-logo img {
  width: 200px;
  height: auto;
  max-width: 200px;
  object-fit: contain;
}

@media (max-width: 600px) {
  .wetzlar-site-header .wp-block-site-logo,
  .wetzlar-site-header .wp-block-site-logo img {
    width: 120px;
    max-width: 120px;
  }
}

.wetzlar-site-header .wp-block-navigation a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wetzlar-site-header .wp-block-navigation a:hover {
  color: #fb7185; /* rose-400 */
}

/* =============================================================================
   HERO
   ============================================================================= */

.wetzlar-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  --wetzlar-hero-filter: none;
  --wetzlar-hero-object-fit: cover;
  --wetzlar-hero-image-opacity: 0.7;
}

.wetzlar-hero-gallery {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.wetzlar-hero .wp-block-cover__image-background {
  filter: var(--wetzlar-hero-filter);
  opacity: var(--wetzlar-hero-image-opacity) !important;
  object-fit: var(--wetzlar-hero-object-fit);
}

.wetzlar-hero .wp-block-cover__background {
  opacity: 0 !important;
}

/* Scroll indicator */
.wetzlar-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  width: 1px;
  height: 96px;
  background: rgba(255, 83, 91, 0.3);
  overflow: hidden;
  pointer-events: none;
}

.wetzlar-scroll-indicator::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ff535b;
  box-shadow: 0 0 15px rgba(255, 83, 91, 0.8);
  animation: wetzlar-pulse 1.5s ease-in-out infinite;
}

@keyframes wetzlar-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: translateY(-30%);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================================================================
   AUTHORITY COPY
   ============================================================================= */

.wetzlar-authority-section {
  padding-block: 192px;
}

@media (max-width: 768px) {
  .wetzlar-authority-section {
    padding-block: 96px;
  }
}

/* =============================================================================
   FEATURED WORK GRID (12-column asymmetric)
   ============================================================================= */

.wetzlar-featured-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
}

.wetzlar-col-8 {
  grid-column: span 8;
}

.wetzlar-col-4 {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wetzlar-col-12 {
  grid-column: span 12;
}

@media (max-width: 768px) {
  .wetzlar-col-8,
  .wetzlar-col-4,
  .wetzlar-col-12 {
    grid-column: span 12;
  }

  .wetzlar-col-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}

/* Image hover scale */
.wetzlar-featured-grid .wp-block-image {
  overflow: hidden;
  margin: 0;
}

.wetzlar-featured-grid .wp-block-image img {
  transition: transform 0.7s ease;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wetzlar-featured-grid .wp-block-image:hover img {
  transform: scale(1.05);
}

/* Borders matching reference */
.wetzlar-featured-grid .wp-block-image,
.wetzlar-col-8,
.wetzlar-col-12 {
  border: 1px solid #202020;
}

/* =============================================================================
   SERVICES SECTION
   ============================================================================= */

.wetzlar-services-columns .wp-block-column {
  padding: 0;
}

/* Service card: tall cover block */
.wetzlar-service-card {
  height: 819px !important;
  min-height: unset !important;
  overflow: hidden;
}

.wetzlar-service-card .wp-block-cover__image-background {
  filter: grayscale(1) brightness(0.5);
  transition: transform 1s ease;
  border-radius: 0 !important;
}

.wetzlar-service-card:hover .wp-block-cover__image-background {
  transform: scale(1.1);
}

.wetzlar-service-card,
.wetzlar-service-card img {
  border-radius: 0 !important;
}

.wetzlar-service-card-right {
  border-left: 1px solid #202020;
}

/* Service overlay content */
.wetzlar-service-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 48px;
}

.wetzlar-service-link {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #ffb3b1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wetzlar-service-link:hover {
  color: #fff;
}

.wetzlar-service-link .material-symbols-outlined {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.wetzlar-service-card:hover .wetzlar-service-link .material-symbols-outlined {
  transform: translateX(5px);
}

.wetzlar-service-overlay {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wetzlar-service-card:hover .wetzlar-service-overlay {
  transform: translateY(-12px);
}

.wetzlar-service-card .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
}

/* =============================================================================
   CINEMATIC COVER CARDS
   Reusable cover-block style. Opt in via the Cover block "Styles" panel
   ("Cinematic Card") — adds .is-style-cinematic-card. The legacy
   .wetzlar-category-card class (front-page category covers) is kept as an
   alias so existing markup continues to work.
   ============================================================================= */

.wetzlar-category-card,
.wp-block-cover.is-style-cinematic-card {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.wetzlar-category-card .wp-block-cover__image-background,
.wp-block-cover.is-style-cinematic-card .wp-block-cover__image-background {
  transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter 0.9s ease;
}

@media (hover: hover) {
  .wetzlar-category-card:hover .wp-block-cover__image-background,
  .wp-block-cover.is-style-cinematic-card:hover .wp-block-cover__image-background {
    transform: scale(1.07);
    filter: brightness(0.8);
  }

  .wetzlar-category-card:hover .wp-block-cover__inner-container,
  .wp-block-cover.is-style-cinematic-card:hover .wp-block-cover__inner-container {
    transform: translateY(-8px);
  }
}

.wetzlar-category-card .wp-block-cover__inner-container,
.wp-block-cover.is-style-cinematic-card .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Full-card link overlay injected by JS */
.wetzlar-cover-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* =============================================================================
   JOURNAL RAIL
   ============================================================================= */

.wetzlar-journal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 48px;
  margin-bottom: 64px;
}

.wetzlar-journal-rail {
  display: flex;
  overflow-x: auto;
  gap: 32px;
  padding-inline: 48px;
  scrollbar-width: none;
}

.wetzlar-journal-rail::-webkit-scrollbar {
  display: none;
}

/* Each card is a direct wp:group child */
.wetzlar-journal-rail > .wp-block-group {
  min-width: 400px;
  flex-shrink: 0;
  border: 1px solid rgba(91, 64, 63, 0.2);
  padding: 16px;
  background: #1b1b1c;
}

.wetzlar-journal-rail .wp-block-image {
  margin: 0 0 24px 0;
  overflow: hidden;
}

.wetzlar-journal-rail .wp-block-image img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.wetzlar-journal-rail > .wp-block-group:hover .wp-block-image img {
  transform: scale(1.05);
}

/* Navigation buttons */
.wetzlar-rail-nav {
  display: flex;
  gap: 16px;
}

.wetzlar-nav-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #5b403f;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  color: #e5e2e1;
  padding: 0;
  font-family: 'Material Symbols Outlined';
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}

.wetzlar-nav-btn:hover {
  background: #2a2a2a;
}

@media (max-width: 768px) {
  .wetzlar-journal-rail {
    gap: 16px;
    padding-inline: 24px;
  }

  .wetzlar-journal-rail > .wp-block-group {
    min-width: 280px;
  }

  .wetzlar-journal-rail .wp-block-image img {
    aspect-ratio: 4 / 5;
  }
}

/* =============================================================================
   CONTACT CTA
   ============================================================================= */

.wetzlar-cta-section {
  border-top: 1px solid rgba(91, 64, 63, 0.1);
  border-bottom: 1px solid rgba(91, 64, 63, 0.1);
}

/* =============================================================================
   BUTTONS
   ============================================================================= */

.wp-block-button__link {
  border-radius: 0 !important;
}

.wp-block-button.is-style-red-fill .wp-block-button__link {
  background: #ff535b;
  color: #fff;
  border: none;
  letter-spacing: 0.2em;
}

.wp-block-button.is-style-red-fill .wp-block-button__link:hover {
  filter: brightness(1.1);
  background: #ff535b;
}

.wp-block-button.is-style-red-outline .wp-block-button__link {
  background: transparent;
  color: #ff535b;
  border: 1px solid #ff535b;
}

.wp-block-button.is-style-red-outline .wp-block-button__link:hover {
  background: #ff535b;
  color: #fff;
}

/* =============================================================================
   FOOTER
   ============================================================================= */

.wetzlar-footer {
  background: #0a0a0a !important;
  height: 50px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /* Three-cell grid — left: site title, center: copyright, right: theme toggle.
     Overrides the flex layout WP renders so the copyright is genuinely
     centered on desktop regardless of the side cells' widths. */
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 16px;
}

.wetzlar-footer > .wp-block-site-title {
  justify-self: start;
  margin-left: 0 !important;
}

.wetzlar-footer > p {
  justify-self: center;
  margin: 0 !important;
  text-align: center;
}

.wetzlar-footer > .wetzlar-color-mode-toggle,
.wetzlar-footer .wetzlar-color-mode-toggle {
  justify-self: end;
  margin-left: 0 !important;
  color: #f5f5f5;
}

/* Site title in footer: use body font, normal weight (override elements.heading). */
.wetzlar-footer .wp-block-site-title,
.wetzlar-footer .wp-block-site-title a {
  font-family: var(--wp--preset--font-family--body, 'Inter', -apple-system, BlinkMacSystemFont, sans-serif) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: var(--wp--preset--font-size--body, 16px);
  line-height: 1;
  margin: 0;
  text-decoration: none;
  color: #f5f5f5;
}

@media (max-width: 768px) {
  .wetzlar-footer {
    /* Keep the fixed-height single-row layout on mobile so the title,
       copyright, and toggle stay on one line. */
    height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    grid-template-columns: auto 1fr auto;
    column-gap: 8px;
  }
  .wetzlar-footer .wp-block-site-title,
  .wetzlar-footer .wp-block-site-title a {
    font-size: 12px;
  }
  .wetzlar-footer > p {
    font-size: 9px;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
}

.wetzlar-footer-col-label {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #f43f5e;
  display: block;
  margin-bottom: 24px;
}

.wetzlar-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wetzlar-footer-links li {
  margin-bottom: 16px;
}

.wetzlar-footer-links a {
  font-size: 14px;
  color: #737373;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}

.wetzlar-footer-links a:hover {
  color: #f5f5f5;
}

.wetzlar-social-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(91, 64, 63, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e5e2e1;
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
}

.wetzlar-social-btn:hover {
  color: #ffb3b1;
}

.wetzlar-footer-copyright {
  border-top: 1px solid rgba(244, 63, 94, 0.3);
  padding-top: 48px;
  margin-top: 32px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #737373;
}

/* =============================================================================
   REVEAL ANIMATIONS
   ============================================================================= */

.wetzlar-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.wetzlar-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================================================
   MATERIAL SYMBOLS FONT
   ============================================================================= */

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: middle;
}

/* =============================================================================
   REDUCED MOTION
   ============================================================================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .wetzlar-reveal {
    opacity: 1;
    transform: none;
  }
}

/* =============================================================================
   404 PAGE
   ============================================================================= */

.wetzlar-404-cover {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wetzlar-404-image img {
  max-width: 480px;
  width: 100%;
  height: auto;
  filter: grayscale(0.3) contrast(1.1);
}

@media (max-width: 600px) {
  .wetzlar-404-image img {
    max-width: 280px;
  }
}
