/*
========================================
HERO SECTION (v1) beginning
Date: March 22, 2026

- Purple / cream / gold branding
- Initial homepage build
- Matches HTML hero section
========================================
*/

/* === AngelaOnCall Base Reset === */

@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');

.site-title,
.navbar-brand .site-title,
.brand-logo .site-title {
  font-family: "Arizonia", cursive;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #d9b35b;
  text-shadow:
    0 1px 0 rgba(255, 248, 225, 0.70),
    0 1px 2px rgba(122, 85, 21, 0.22),
    0 4px 14px rgba(0, 0, 0, 0.14);
}

.container-header .navbar-brand,
.container-header .site-title,
.container-header .brand-logo,
.container-header .navbar-brand .site-title {
  font-family: "Arizonia", cursive !important;
  font-size: clamp(3rem, 5vw, 5rem) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  color: #d9b35b !important;
}

.aoc-brand {
  text-decoration: none;
}

.aoc-brand:hover,
.aoc-brand:focus,
.aoc-brand:active {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #2b2b2b;
  background-color: #f7f4ef;
}

h1,
h2,
h3 {
  color: #2b2b2b;
  letter-spacing: 0.5px;
}

p {
  line-height: 1.6;
  font-size: 1.05rem;
  margin-top: 0;
}

/* === General Layout === */

.container {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 100px 30px;
  text-align: center;
  box-sizing: border-box;
}

/* === Site Name === */

.site-name {
  font-size: 48px;
  color: #3a332f;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* === Tagline === */

.tagline {
  font-size: 20px;
  color: #555555;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* === Doors Section === */

.aoc-doors {
  padding: 4rem 0 5rem;
  background: #f6f1e8;
}

.aoc-doors__header {
  text-align: center;
  margin-bottom: 3rem;
}

.aoc-doors__title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #2f2f2f;
}

.aoc-doors__subtitle {
  color: #6a625c;
  font-size: 1rem;
}

/* === Doors Grid === */

.aoc-doors__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
}

.aoc-doors__col {
  flex: 1 1 calc(50% - 1rem);
}

/* === Door Card === */

.aoc-door {
  height: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 2.5rem 2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.aoc-door__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.aoc-door__title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #2f2f2f;
}

.aoc-door__text {
  flex-grow: 1;
  line-height: 1.6;
  color: #4a433e;
  margin-bottom: 2rem;
}

.aoc-door__link {
  font-weight: 600;
  text-decoration: none;
  color: #a88c4a;
  transition: all 0.2s ease;
  position: relative;
}

.aoc-door:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.aoc-door:hover .aoc-door__link {
  letter-spacing: 0.5px;
}

.aoc-door--healing {
  border-top: 3px solid #d3b868;
}

.aoc-door--tech {
  border-top: 3px solid #3a332f;
}

/* AngelaOnCall - Web & Media page */

.aoc-web-hero,
.aoc-web-intro,
.aoc-web-section {
  max-width: 980px;
  margin: 0 auto 2rem;
  padding: 3rem 1.5rem;
}

.aoc-web-hero {
  text-align: center;
  background: #f6f1e7;
  border: 1px solid #d3b868;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.aoc-web-hero h1,
.aoc-web-section h2 {
  color: #5a2d82;
  font-family: Georgia, "Times New Roman", serif;
}

.aoc-web-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 1rem;
}

.aoc-subhead {
  font-size: 1.15rem;
  color: #333;
  max-width: 760px;
  margin: 0 auto 1rem;
}

.aoc-web-intro {
  max-width: 820px;
  text-align: center;
  font-size: 1.08rem;
  color: #2f2f2f;
}

.aoc-web-section {
  background: #fcf9f2;
  border: 1px solid rgba(211, 184, 104, 0.45);
  border-radius: 14px;
}

.aoc-web-section h2 {
  margin-bottom: 1rem;
}

.aoc-fancy-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.aoc-fancy-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.85rem;
  line-height: 1.6;
}

.aoc-fancy-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #cbb57b;
  font-size: 0.95rem;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.45);
}

.aoc-strong-line {
  margin-top: 1.25rem;
  font-weight: 700;
  color: #5a2d82;
  font-size: 1.08rem;
}

.aoc-web-cta {
  text-align: center;
  background: linear-gradient(to bottom, #f8f2e8, #f3eadb);
}

.aoc-buttons {
  margin-top: 1.5rem;
}

.aoc-btn {
  display: inline-block;
  padding: 0.85rem 1.3rem;
  margin: 0.4rem;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.aoc-btn-primary {
  background: #5a2d82;
  color: #fff;
  border: 1px solid #5a2d82;
}

.aoc-btn-primary:hover,
.aoc-btn-primary:focus {
  background: #4a236a;
  color: #fff;
}

.aoc-btn-secondary {
  background: transparent;
  color: #5a2d82;
  border: 1px solid #d3b868;
}

.aoc-btn-secondary:hover,
.aoc-btn-secondary:focus {
  background: #f4ecd8;
  color: #4a236a;
}

/* === Mobile === */

@media (max-width: 768px) {
  .aoc-doors__col {
    flex: 1 1 100%;
  }

  .container {
    padding: 70px 20px;
  }

  .site-name {
    font-size: 40px;
  }

  .tagline {
    font-size: 18px;
  }
}

/* === POLISH LAYER === */

/* subtle gradient overlay */
.aoc-door::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(211, 184, 104, 0.05),
    rgba(255, 255, 255, 0)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* hover elevation refinement */
.aoc-door:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

/* activate gradient on hover */
.aoc-door:hover::before {
  opacity: 1;
}

/* animated top border glow */
.aoc-door::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(
    to right,
    #d3b868,
    #f5e6a8
  );
  transition: width 0.4s ease;
}

.aoc-door:hover::after {
  width: 100%;
}

/* text hover effect */
.aoc-door:hover .aoc-door__title {
  color: #1f1f1f;
}

.aoc-door:hover .aoc-door__text {
  color: #2f2f2f;
}

/* link glow */
.aoc-door__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #d3b868;
  transition: width 0.3s ease;
}

.aoc-door:hover .aoc-door__link::after {
  width: 100%;
}

/* slight shimmer feel */
.aoc-door:hover {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #fdfaf3 100%
  );
}

/*
========================================
WEB & MEDIA PAGE ONLY
Date: March 30, 2026
Purpose: styles only for the Web & Media Design + Development page
========================================
*/

.aoc-web-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
  box-sizing: border-box;
}

.aoc-web-page .aoc-web-hero,
.aoc-web-page .aoc-web-intro,
.aoc-web-page .aoc-web-section {
  margin: 0 auto 2rem;
  box-sizing: border-box;
}

.aoc-web-page .aoc-web-hero {
  text-align: center;
  background: #f6f1e7;
  border: 1px solid #d3b868;
  border-radius: 16px;
  padding: 3rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.aoc-web-page .aoc-web-hero h1 {
  margin: 0 0 1rem;
  color: #5a2d82;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.aoc-web-page .aoc-web-subhead {
  font-size: 1.15rem;
  color: #333333;
  max-width: 760px;
  margin: 0 auto 1rem;
  line-height: 1.6;
}

.aoc-web-page .aoc-web-lead {
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.7;
}

.aoc-web-page .aoc-web-intro {
  max-width: 800px;
  text-align: center;
  padding: 0.5rem 0 1rem;
}

.aoc-web-page .aoc-web-intro p {
  margin: 0 0 1rem;
  color: #2f2f2f;
  font-size: 1.08rem;
  line-height: 1.7;
}

.aoc-web-page .aoc-web-section {
  background: #fcf9f2;
  border: 1px solid rgba(211, 184, 104, 0.45);
  border-radius: 14px;
  padding: 2.5rem 1.5rem;
  text-align: left;
}

.aoc-web-page .aoc-web-section h2 {
  margin: 0 0 1rem;
  color: #5a2d82;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  text-align: center;
}

.aoc-web-page .aoc-web-section p {
  margin: 0 0 1rem;
  line-height: 1.7;
  color: #2f2f2f;
}

.aoc-web-page .aoc-web-list {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}

.aoc-web-page .aoc-web-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.85rem;
  line-height: 1.65;
  color: #2f2f2f;
}

.aoc-web-page .aoc-web-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0.05rem;
  color: #cbb57b;
  font-size: 0.95rem;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.45);
}

.aoc-web-page .aoc-web-strong-line {
  margin-top: 1.25rem;
  font-weight: 700;
  color: #5a2d82;
  font-size: 1.08rem;
  text-align: center;
}

.aoc-web-page .aoc-web-cta {
  text-align: center;
  background: linear-gradient(to bottom, #f8f2e8, #f3eadb);
}

.aoc-web-page .aoc-web-buttons {
  margin-top: 1.5rem;
  text-align: center;
}

.aoc-web-page .aoc-web-btn {
  display: inline-block;
  padding: 0.85rem 1.3rem;
  margin: 0.4rem;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.aoc-web-page .aoc-web-btn-primary {
  background: #5a2d82;
  color: #ffffff;
  border: 1px solid #5a2d82;
}

.aoc-web-page .aoc-web-btn-primary:hover,
.aoc-web-page .aoc-web-btn-primary:focus {
  background: #4a236a;
  color: #ffffff;
}

.aoc-web-page .aoc-web-btn-secondary {
  background: transparent;
  color: #5a2d82;
  border: 1px solid #d3b868;
}

.aoc-web-page .aoc-web-btn-secondary:hover,
.aoc-web-page .aoc-web-btn-secondary:focus {
  background: #f4ecd8;
  color: #4a236a;
}

@media (max-width: 768px) {
  .aoc-web-page {
    padding: 2rem 1rem 3rem;
  }

  .aoc-web-page .aoc-web-hero,
  .aoc-web-page .aoc-web-section {
    padding: 2rem 1.15rem;
  }

  .aoc-web-page .aoc-web-hero h1 {
    font-size: 2rem;
  }

  .aoc-web-page .aoc-web-section h2 {
    font-size: 1.45rem;
  }

  .aoc-web-page .aoc-web-btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0.65rem auto;
  }
}

/*
========================================
HERO SECTION (v1) ending
Date: March 22, 2026

- Purple / cream / gold branding
- Initial homepage build
- Matches HTML hero section
========================================
*/

/* ========================================
   TEMPLATE / LAYOUT OVERRIDES
   These rules intentionally live at the end
   so they override Cassiopeia defaults.
   ======================================== */

.container-header {
  display: none;
}

.site-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}