/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    padding: 1em 1em 0;
    font-size: 15px;
    background-color: #FFF8E7;
  }

  h1 {
    font-weight: 780;
    letter-spacing: -0.02em;
    line-height: 1.2;
    text-align: center;
    


     font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4B3523;
  position: relative;
  animation: warmGlow 4s ease-in-out infinite;
  }

  h1 {
  position: relative;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #3F2B1A;
  z-index: 1;

  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin: 0 auto;

  background: linear-gradient(
    115deg,
    #3F2B1A 0%,
    #3F2B1A 40%,
    #EFC47E 50%,
    #3F2B1A 60%,
    #3F2B1A 100%
  );

  background-size: 250% auto;
  background-position: 0% center;

  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  /* Animation plays once and stops at the end */
  animation: shimmerOnce 1.5s cubic-bezier(0.4, 0, 0.2, 1.5) 1 forwards;
  animation-delay: 2.5s;

  margin-bottom: 0.5em !important;
}

@keyframes shimmerOnce {
  from {
    background-position: 0% center; /* start with solid brown */
  }
  to {
    background-position: 100% center; /* back to brown at the end */
  }
}


  h1 {
    font-size: 1.8em;
  }

  h2 {
    margin-top: 4rem;
  }

  h3 {
    margin-bottom: 0;
    margin-top: 2rem;
  }

  #faqs p,
  #quick-reads p {
    margin-top: 0.25em
  }

  #quick-reads {
    text-align: center;
  }

  img {
    width: 50%;
    border-radius: 25px;
  }

  header {
    margin: 10em 0 5em;
  }

  header p {
    font-size: 15px;
    padding: 0 2em;
  }

  svg {
    width: 3em;
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
  }

  #image {
    background-image: url(/img/me.jpg);
    background-size: cover;
    background-position: top center;
    height: 15em;
    width: 15em;
    border-radius: 25px;
    border-radius: 50%;
    margin: 0 auto;
  }

  sup {
    font-size: 0.5em;
  }

  h2 {
    text-align: center;
  }

  #quote {
    margin: 4em 0;
    font-style: italic;
    text-align: center;
  }

  footer {
    text-align: center;
  }

  nav {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    align-items: center;
  }

  #old-logo,
  #old-contact {
    display: block;
    height: 3rem;
    width: 3rem;
    text-align: center;
    border-radius: 15px;
    background-color: #000;
    line-height: 3rem;
    font-size: 1.5rem;
    color: #000;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.15); /* transparent */
  backdrop-filter: blur(10px);           /* blur behind it */
  -webkit-backdrop-filter: blur(10px);   /* Safari support */
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  }

  #logo {
    color: #ff9500;
    line-height: 2.5rem;
    font-size: 1.5rem;
    margin-left: 1rem;
    font-weight: 900;
  }

  #contact {
    font-size: 1em;
    position: relative;
    top: -0.25em;
  }

  #contact {
    width: auto;
    padding: 0 0.5em;
  }

  #contact a {
    color: black;
    text-decoration: none;
  }
  
  #contact-attention {
    font-weight: 500;
  }

  #logo, .standout, #quotes {
  background: linear-gradient(
    135deg,
    #FFCFA0,  /* light warm orange */
    #FF9F4A   /* deeper orange */
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
      color: #FF9F4A;

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 45em) {
  /* Style adjustments for viewports that meet the condition */
  h1 {
    font-size: clamp(2rem, 3vw, 2.5rem);
    max-width: 70vw;
    max-width: 800px;
    margin: 1vw auto;
    line-height: 1.3;
  }

  header {
    margin-top: 3em;
    margin-bottom: 0;
  }

  header p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  #faqs {
    max-width: 550px;
    margin: 0 auto 3em auto;
  }

  #faqs h2 {
    margin-top: 1em;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

.avatar-wrap {
  position: relative;
  width: 220px;
  height: 220px;
  display: grid;
  place-items: center;
  margin: 0 auto;
}

.avatar {
  position: relative;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  z-index: 2;
  box-shadow:
    0 10px 30px rgba(120, 90, 40, 0.12),
    0 4px 12px rgba(120, 90, 40, 0.08);
}

/* Animated organic border behind image */
.blob-ring {
  position: absolute;
  width: 210px;
  height: 210px;
  z-index: 1;
  border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%;
  background: linear-gradient(
    135deg,
    #f7d9a7,
    #efc47e,
    #e8b86a,
    #f5dfb8
  );
  filter: blur(0.3px);
  animation: morph 8s ease-in-out infinite, floaty 6s ease-in-out infinite;
  box-shadow:
    0 12px 40px rgba(214, 159, 77, 0.25),
    inset 0 0 20px rgba(255, 255, 255, 0.25);
}

@keyframes morph {
  0% {
    border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%;
    transform: rotate(0deg) scale(1);
  }
  25% {
    border-radius: 58% 42% 40% 60% / 50% 60% 40% 50%;
    transform: rotate(8deg) scale(1.03);
  }
  50% {
    border-radius: 50% 50% 62% 38% / 38% 55% 45% 62%;
    transform: rotate(-6deg) scale(0.98);
  }
  75% {
    border-radius: 38% 62% 48% 52% / 60% 42% 58% 40%;
    transform: rotate(5deg) scale(1.02);
  }
  100% {
    border-radius: 42% 58% 55% 45% / 45% 40% 60% 55%;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes floaty {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}

.brand-min {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  padding: 20px 24px;
}

.rg-text {
  font-family: Inter, system-ui, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #3F2B1A;
}

.rg-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
  border-radius: 50%;
  background: linear-gradient(135deg, #EFC47E, #D99B45);
  box-shadow: 0 0 12px rgba(217, 155, 69, 0.35);
}


/* */








.avatar-wrap2 {
  position: relative;

  height: 2rem;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  margin: 0 auto;
  position: fixed;
  top: 1em;
  left: 1em;
  right: 1em;
  z-index: 99999;
}

.avatar2 {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 2rem;
  object-fit: cover;
  border-radius: 25px;
  z-index: 2;
  box-shadow:
    0 10px 30px rgba(120, 90, 40, 0.12),
    0 4px 12px rgba(120, 90, 40, 0.08);
}

/* Animated organic border behind image */
.blob-ring2 {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 2.5rem;
  z-index: 1;
  border-radius: 15px 18px 25px 35px / 35px 25px 50px 44px;
  background: linear-gradient(
    135deg,
    #f7d9a7,
    #efc47e,
    #e8b86a,
    #f5dfb8
  );
  filter: blur(0.3px);
  animation: morph2 8s ease-in-out infinite, floaty2 6s ease-in-out infinite;
  box-shadow:
    0 12px 40px rgba(214, 159, 77, 0.25),
    inset 0 0 20px rgba(255, 255, 255, 0.25);

    background: rgba(255, 248, 231, 0.15); /* transparent */
  
  backdrop-filter: blur(10px);           /* blur behind it */
  -webkit-backdrop-filter: blur(10px);   /* Safari support */
  border: 1px solid rgba(255, 248, 231, 0.2);
  border-radius: 16px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1em;
}

.blob-ring2 a {
  color: inherit;
  text-decoration: none;
}


