/*
Theme Name: 13THØUR
Theme URI: https://13th0ur.com
Author: Anthony Christian Smith
Description: Custom portfolio theme for 13THØUR — graphic design, web, and senior project work.
Version: 1.0
*/

@charset "UTF-8";

/* ============================================
   SELF-HOSTED FONTS
============================================ */

/* ========== PP NEUE MONTREAL (BODY) ========== */

/* Thin (100) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Thin.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic (100 italic) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-ThinItalic.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Light.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Regular.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic (400 italic) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Italic.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Book — give it its own slightly different weight (350) so you can target it */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Book.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Book.woff") format("woff");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Medium.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-Bold.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic (700 italic) */
@font-face {
  font-family: "PPNeueMontreal";
  src: url("fonts%3A/bodytext%3A/PPNeueMontreal-BoldItalic.woff2") format("woff2"),
       url("fonts%3A/bodytext%3A/PPNeueMontreal-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ========== PP FRAKTION MONO (HEADINGS) ========== */

/* Light (300) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-Light.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic (300 italic) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-LightItalic.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-Regular.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Regular Italic (400 italic) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-RegularItalic.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-Bold.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic (700 italic) */
@font-face {
  font-family: "PPFraktionMono";
  src: url("fonts%3A/headings%3A/PPFraktionMono-BoldItalic.woff2") format("woff2"),
       url("fonts%3A/headings%3A/PPFraktionMono-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #11100E;
  color: #FDF0E0;
  font-family: "PPNeueMontreal", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.site-main {
  padding-top: 2rem;
}

/* ============================================
   GLOBAL TYPE SCALE (13THØUR)
============================================ */

/* All headings + hero titles use Fraktion */

h1, h2, h3, h4, h5, h6,
.hero-logo-text,
.footer-logo,
.page-title,
.hero-title {
  font-family: "PPFraktionMono", "PPNeueMontreal", system-ui, sans-serif;
}

/* Sizes */

h1,
.hero-title,
.page-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 1rem;
}

h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.85rem;
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.4rem;
}

/* Responsive type scale */

@media (max-width: 768px) {
  h1,
  .hero-title,
  .page-title { font-size: 3rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  h1,
  .hero-title,
  .page-title { font-size: 2.4rem; }
  h2 { font-size: 1.8rem; }
  h3 { font-size: 1.4rem; }
}

/* ============================================
   PAGE HERO (top section on pages)
============================================ */

.page-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero-title-wrap h1.page-title {
  /* keep the tracking from before, but size comes from global scale */
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero-subtitle-wrap .lead {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: #d2c7b9;
}

/* ============================================
   ABOUT PAGE
============================================ */

.about-page .about-main p {
  color: #e7ddcf;
  font-size: 0.95rem;
}

.about-project-teasers img {
  border-radius: 0.5rem;
}

.about-project-teasers p.small {
  color: #b7ac9b;
}

/* ============================================
   PORTFOLIO GRID PAGE
============================================ */

.portfolio-grid-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.portfolio-card {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.portfolio-card img {
  border-radius: 0.35rem;
  display: block;
}

.portfolio-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.15rem;
}

.portfolio-card p.small {
  color: #a99f91;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* Portfolio filter buttons */

.portfolio-filters .btn {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fdf0e0;
}

.portfolio-filters .btn.active {
  background: #fdf0e0;
  color: #11100E;
}

/* ============================================
   SINGLE PROJECT PAGE
============================================ */

.single-project-page .project-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.project-meta {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a99f91;
}

.project-title {
  /* size comes from h1 / type scale if you use an h1, else override here */
}

.project-hero-section p {
  color: #e7ddcf;
}

.project-iterations-section img {
  border-radius: 0.35rem;
}

/* ============================================
   RESUME PAGE
============================================ */

.resume-page .resume-main {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.resume-page h2,
.resume-page h3 {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.resume-section p.small {
  color: #d2c7b9;
}

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

.site-footer {
  background: #11100E;
  color: #fdf0e0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4rem;
}

.footer-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-logo {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: .5rem;
}

.footer-heading {
  color: #aaa092;
  letter-spacing: 0.08em;
}

.footer-menu li {
  line-height: 1.8;
}

.footer-menu a {
  color: #fdf0e0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-menu a:hover {
  opacity: 0.6;
}

.footer-brand p,
.footer-social p {
  color: #cfc5b8;
}

@media (max-width: 767px) {
  .footer-inner {
    text-align: center;
  }
}

/* ============================================
   HEADER & NAV
============================================ */

.site-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #11100E;
}

.nav-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
}

.main-nav {
  display: flex;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

.nav-list li a {
  color: #fdf0e0;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.15s ease;
}

.nav-list li a:hover,
.nav-list li.current-menu-item a,
.nav-list li.current_page_item a {
  opacity: 1;
  transform: translateY(-1px);
}

/* ============================================
   HOME HERO (13THØUR landing) – NEW MARKUP
============================================ */

.home-hero {
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.5rem;
}


.home-hero-subtitle-wrap {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

/* Big title – uses your global h1 scale (5rem), just center it */
.home-title {
  text-align: center;
	font-size: 20rem;
	margin-left:-4.5rem;
	margin-top: -10rem;
}

/* Subtitle text under it */
.home-subtitle {
  max-width: 40rem;
  margin: 0 auto;
  color: #d2c7b9;
  text-align: justify;
font-weight: 200;
	font-style: italic;
  font-size: 2rem;
}
