/*
Theme Name: Izza Natural Ting
Theme URI: https://izzanaturalting.com/
Author: Rod Hurley / Izza Natural Ting
Description: Custom editorial WordPress theme for MOVE. THINK. LIVE. and Hotta Flames.
Version: 0.1.5
Requires at least: 6.1
Requires PHP: 7.4
Text Domain: izza-natural-ting
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@600;700&family=Source+Sans+3:ital,wght@0,400;0,600;1,400&family=Source+Serif+4:ital,wght@0,400;1,500&display=swap');

:root {
  --ink: #0B0B0B;
  --yellow: #FFC400;
  --bone: #F4F0E8;
  --charcoal: #292929;
  --coral: #E95B45;
  --teal: #116466;
  --white: #fffdf8;
  --line: rgba(41, 41, 41, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--charcoal);
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 19px;
  line-height: 1.58;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible, audio:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 4px;
}
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--yellow); color: var(--ink); z-index: 999; padding: .65rem 1rem; font-family: Montserrat, sans-serif; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 82px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: var(--ink);
  color: white;
  border-bottom: 4px solid var(--yellow);
  position: relative;
  z-index: 50;
}
.brand { display: flex; flex-direction: column; line-height: 1; flex-shrink: 0; }
.brand span { font-family: Anton, Impact, sans-serif; font-size: clamp(1.25rem, 2vw, 1.8rem); letter-spacing: .025em; }
.brand small { font-family: Montserrat, sans-serif; font-size: .56rem; letter-spacing: .25em; color: var(--yellow); margin-top: .35rem; }
.desktop-nav { display: flex; gap: clamp(.7rem, 1.4vw, 1.45rem); align-items: center; font: 700 .68rem/1 Montserrat, sans-serif; letter-spacing: .075em; }
.desktop-nav a { padding: 1rem 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { color: var(--yellow); border-color: var(--yellow); }
.desktop-nav .nav-start { background: var(--yellow); color: var(--ink); padding: .8rem .95rem; border: 0; }
.mobile-nav { display: none; }

.section-pad { padding: clamp(4.5rem, 8vw, 8.5rem) clamp(1.25rem, 6vw, 6.5rem); }
.eyebrow { margin: 0 0 1rem; font: 700 .72rem/1.2 Montserrat, sans-serif; letter-spacing: .18em; color: var(--teal); }
h1, h2, h3 { margin: 0; color: var(--ink); }
h1, h2, .display { font-family: Anton, Impact, sans-serif; font-weight: 400; line-height: .96; letter-spacing: -.018em; }
h1 { font-size: clamp(4.4rem, 10vw, 10rem); }
h2 { font-size: clamp(2.8rem, 6.4vw, 6.2rem); }
h3 { font: 400 clamp(2.2rem, 4vw, 4.2rem)/1 Anton, Impact, sans-serif; }
p { max-width: 70ch; }
.button-row { display: flex; gap: .8rem; flex-wrap: wrap; align-items: center; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .8rem 1.15rem; font: 700 .72rem/1 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--yellow); color: var(--ink); }
.button.dark { background: var(--ink); color: white; }
.button.outline { border: 2px solid var(--ink); color: var(--ink); }
.button.ghost-on-dark { border: 1px solid rgba(255,255,255,.55); color: white; }
.text-link { display: inline-block; margin-top: 1.2rem; font: 700 .75rem/1.2 Montserrat, sans-serif; letter-spacing: .07em; text-transform: uppercase; color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link:hover { color: var(--ink); }

.home-hero { background: var(--ink); color: white; min-height: calc(100svh - 82px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; overflow: hidden; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) 2rem clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem); align-self: center; position: relative; z-index: 2; }
.hero-copy .eyebrow { color: var(--yellow); }
.hero-copy h1 { color: white; }
.hero-copy h1 span { color: var(--yellow); }
.hero-deck { font-family: "Source Serif 4", Georgia, serif; font-size: clamp(1.2rem, 2vw, 1.75rem); max-width: 38rem; margin: 2rem 0; color: rgba(255,255,255,.84); }
.hero-portrait { margin: 0; min-height: 650px; position: relative; background: #191919; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0, transparent 28%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 48%); }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; filter: saturate(.72) contrast(1.08); }
.hero-portrait figcaption { position: absolute; z-index: 2; bottom: 1.4rem; right: 1.5rem; font: 700 .65rem/1 Montserrat, sans-serif; letter-spacing: .16em; color: var(--yellow); }

.credo { text-align: center; max-width: 1120px; margin: auto; }
.credo .eyebrow { color: var(--coral); }
.credo-phrase { max-width: none; font: 500 italic clamp(1.6rem, 3vw, 2.8rem)/1.2 "Source Serif 4", Georgia, serif; margin: 0 0 1.5rem; }
.credo-phrase span { font: 600 .68rem/1.2 Montserrat, sans-serif; letter-spacing: .1em; text-transform: uppercase; color: #6b665e; }
.credo h2 { font-size: clamp(2.6rem, 5.5vw, 5.3rem); }
.credo > p:last-child { font-size: 1.18rem; margin: 2rem auto 0; }

.pillars { border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; column-gap: 2rem; align-items: end; margin-bottom: 2.5rem; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { font-size: clamp(3.7rem, 8vw, 8rem); }
.section-heading > p:last-child { font: 500 italic clamp(1.2rem, 2vw, 1.7rem)/1.4 "Source Serif 4", Georgia, serif; margin: 0 0 .8rem; }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.pillar-card { display: grid; grid-template-rows: 340px 1fr; background: var(--bone); min-width: 0; }
.pillar-card:hover .pillar-image img { transform: scale(1.035); }
.pillar-image { overflow: hidden; background: var(--ink); }
.pillar-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8) contrast(1.06); transition: transform .45s; }
.pillar-card:nth-child(2) .pillar-image img { object-position: 50% 35%; }
.pillar-card:nth-child(3) .pillar-image img { object-position: 50% 25%; }
.pillar-card-copy { padding: 1.7rem; display: flex; flex-direction: column; align-items: flex-start; }
.pillar-card-copy h3 { font-size: clamp(3rem, 5vw, 5rem); }
.pillar-card-copy > p:not(.eyebrow) { margin: 1rem 0 .6rem; }
.pillar-card-copy small { color: #6d685f; font-style: italic; }
.pillar-card-copy .text-link { margin-top: auto; padding-top: 1.5rem; }

.feature-split { display: grid; grid-template-columns: 1.2fr .8fr; background: var(--yellow); padding-top: 0; padding-bottom: 0; }
.feature-image { min-height: 640px; margin-left: calc(clamp(1.25rem, 6vw, 6.5rem) * -1); background-size: cover; background-position: center; }
.race-image { background-image: linear-gradient(90deg, transparent 75%, var(--yellow)), var(--izza-race-image); background-position: center 26%; }
.feature-copy { align-self: center; padding: 4rem 0 4rem clamp(2rem, 5vw, 5rem); }
.feature-copy .eyebrow { color: var(--ink); }
.feature-copy h2 { font-size: clamp(3rem, 6vw, 6rem); }
.feature-copy .text-link { color: var(--ink); }

.think-home { background: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.think-home h2 { max-width: 9ch; }
.think-home-copy p { font: 400 clamp(1.25rem, 2.2vw, 1.7rem)/1.52 "Source Serif 4", Georgia, serif; }
.community-home { background: var(--teal); color: white; }
.community-home h2 { color: white; }
.community-home .eyebrow { color: var(--yellow); }
.community-home .think-home-copy p { color: rgba(255,255,255,.9); }

.music-home { background: var(--ink); color: white; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 7rem); align-items: center; }
.music-image-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 1rem; }
.music-image-grid img { width: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); }
.music-image-grid img:first-child { aspect-ratio: 4/3; }
.music-image-grid img:last-child { aspect-ratio: 4/5; }
.music-copy .eyebrow { color: var(--yellow); }
.music-copy h2 { color: white; font-size: clamp(4rem, 8vw, 8rem); }
.music-copy h2 span { color: var(--yellow); }
.music-copy p { color: rgba(255,255,255,.76); font-size: 1.15rem; }
.music-copy audio { display: block; width: min(100%, 440px); margin: 1.5rem 0; }

.about-home { text-align: center; max-width: 1100px; margin: auto; }
.about-home h2 { font-size: clamp(3.2rem, 7vw, 7rem); }
.about-home > p:not(.eyebrow) { margin: 2rem auto; font-size: 1.2rem; }
.about-home .button-row { justify-content: center; }

.page-hero { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 6vw, 6.5rem); background: var(--ink); color: white; position: relative; overflow: hidden; }
.page-hero::after { content: attr(data-word); position: absolute; right: -1vw; bottom: -5vw; font: 400 clamp(8rem, 22vw, 24rem)/.8 Anton, Impact, sans-serif; color: rgba(255,196,0,.08); pointer-events: none; }
.page-hero .eyebrow { color: var(--yellow); }
.page-hero h1 { color: white; font-size: clamp(4.8rem, 12vw, 12rem); max-width: 9ch; }
.page-hero .hero-deck { margin-bottom: 0; max-width: 50rem; }
.page-hero.bone { background: var(--bone); color: var(--charcoal); border-bottom: 1px solid var(--line); }
.page-hero.bone h1 { color: var(--ink); }
.page-hero.bone .eyebrow { color: var(--teal); }
.page-hero.bone .hero-deck { color: var(--charcoal); }

.page-section { padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6.5rem); }
.page-section.white { background: var(--white); }
.page-section.black { background: var(--ink); color: white; }
.page-section.black h2, .page-section.black h3 { color: white; }
.page-section.yellow { background: var(--yellow); }
.lede-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.lede-grid h2 { font-size: clamp(3rem, 7vw, 7rem); }
.large-copy { font: 400 clamp(1.3rem, 2.4vw, 1.85rem)/1.5 "Source Serif 4", Georgia, serif; margin-top: 0; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.contact-grid { grid-template-columns: repeat(2, 1fr); }
.topic-card { padding: clamp(1.5rem, 3vw, 2.6rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 250px; }
.topic-card:nth-child(3n) { border-right: 0; }
.topic-card h3 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
.topic-card .eyebrow { margin-bottom: 1rem; }
.topic-card p { margin-bottom: 0; }
.connection-card { display: grid; grid-template-rows: 260px 1fr; padding: 0; overflow: hidden; }
.connection-image { overflow: hidden; background: var(--ink); }
.connection-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.06); transition: transform .4s; }
.connection-card:hover .connection-image img { transform: scale(1.025); }
.connection-card:first-child .connection-image img { object-position: center 52%; }
.connection-card:nth-child(2) .connection-image img { object-position: center 40%; }
.connection-copy { padding: clamp(1.5rem, 3vw, 2.6rem); display: flex; flex-direction: column; }
.connection-copy .text-link { margin-top: auto; padding-top: 1.5rem; }
.connection-disclosure { margin: .75rem 0 0; font-size: .86rem; color: rgba(41, 41, 41, .72); }
.connection-fallback { display: grid; place-items: center; color: var(--yellow); }
.connection-fallback span { font: 400 6rem/1 Anton, Impact, sans-serif; }
.image-text { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.image-text img { width: 100%; max-height: 760px; object-fit: cover; }
.image-text h2 { font-size: clamp(3rem, 6vw, 6rem); }
.stat-line { display: flex; gap: 2rem; flex-wrap: wrap; margin: 2rem 0; }
.stat { border-top: 5px solid var(--yellow); padding-top: .8rem; min-width: 150px; }
.stat strong { display: block; font: 400 3.2rem/1 Anton, Impact, sans-serif; color: var(--ink); }
.stat span { font: 700 .67rem/1.2 Montserrat, sans-serif; letter-spacing: .1em; text-transform: uppercase; }

.start-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 1180px; margin: 0 auto; }
.start-card { border: 1px solid var(--ink); min-height: 260px; padding: 2rem; display: flex; flex-direction: column; align-items: flex-start; }
.start-card.featured { grid-column: 1/-1; background: var(--yellow); min-height: 320px; }
.start-card h2 { font-size: clamp(2.5rem, 4.5vw, 4.6rem); }
.start-card .text-link { margin-top: auto; }

.lyrics-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); }
.lyric-link { background: var(--ink); padding: 1.6rem; color: white; min-height: 150px; }
.lyric-link:hover { background: #181818; }
.lyric-link h3 { color: white; font-size: clamp(2rem, 3.6vw, 3.7rem); }
.lyric-article { max-width: 760px; margin: 0 auto; }
.lyric-article .song-section { margin-top: 2.5rem; }
.lyric-article .song-section h2 { font: 700 .75rem/1.2 Montserrat, sans-serif; letter-spacing: .14em; color: var(--teal); }
.lyric-article .song-section p { white-space: pre-line; font: 400 1.1rem/1.7 "Source Serif 4", Georgia, serif; }

.work-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.work-item { background: var(--bone); padding: 2rem; min-height: 230px; }
.work-item h3 { font-size: clamp(2rem, 3.3vw, 3.5rem); }
.notice { border-left: 8px solid var(--yellow); padding: 1.5rem 2rem; background: var(--white); max-width: 900px; }
.policy { max-width: 820px; margin: 0 auto; }
.policy h2 { font: 400 clamp(2rem, 4vw, 3.8rem)/1.05 Anton, Impact, sans-serif; margin-top: 2.5rem; }
.policy a { color: var(--teal); text-decoration: underline; }

.social-section { background: var(--teal); color: white; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; }
.social-section h2 { color: white; }
.social-section .eyebrow { color: var(--yellow); }
.social-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.social-link { min-height: 68px; display: inline-flex; align-items: center; gap: .85rem; border: 1px solid currentColor; padding: .7rem 1rem; transition: transform .2s, background .2s, color .2s; }
.social-link:hover { transform: translateY(-2px); background: var(--yellow); color: var(--ink); }
.social-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; }
.social-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.social-icon svg path { fill: currentColor; stroke: none; }
.social-icon svg .icon-fill { fill: currentColor; stroke: none; }
.social-copy { display: flex; flex-direction: column; }
.social-copy strong { font: 700 .76rem/1.2 Montserrat, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.social-copy small { margin-top: .2rem; font-size: .78rem; opacity: .78; }

.site-footer { background: var(--ink); color: white; padding: 4rem clamp(1.25rem, 6vw, 6.5rem) 2rem; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; border-top: 5px solid var(--yellow); }
.footer-brand { font: 400 clamp(2.6rem, 5vw, 5rem)/1 Anton, Impact, sans-serif; color: var(--yellow); margin: 0; }
.footer-statement { color: rgba(255,255,255,.72); font-family: "Source Serif 4", Georgia, serif; font-size: 1.15rem; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .7rem 1rem; align-content: start; font: 700 .7rem/1.35 Montserrat, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a:hover { color: var(--yellow); }
.footer-heading { margin: 0 0 1rem; font: 700 .68rem/1 Montserrat, sans-serif; letter-spacing: .16em; color: var(--yellow); }
.footer-social-heading { margin-top: 2rem; }
.social-links-footer .social-link { color: white; min-height: 62px; }
.social-links-footer .social-link:hover { color: var(--ink); }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.2); padding-top: 1rem; max-width: none; font-size: .72rem; color: rgba(255,255,255,.55); }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; position: relative; font: 700 .72rem/1 Montserrat, sans-serif; letter-spacing: .1em; }
  .mobile-nav summary { list-style: none; cursor: pointer; padding: .9rem; border: 1px solid rgba(255,255,255,.45); }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav-panel { position: absolute; right: 0; top: 3.3rem; background: var(--ink); border: 1px solid var(--yellow); min-width: 250px; display: grid; padding: .5rem; }
  .mobile-nav-panel a { padding: .8rem 1rem; }
  .mobile-nav-panel a:hover { background: var(--yellow); color: var(--ink); }
  .pillar-card { grid-template-rows: 270px 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 18px; }
  .site-header { min-height: 70px; }
  .home-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 4rem; padding-bottom: 3rem; }
  .hero-portrait { min-height: 540px; }
  .hero-portrait::after { background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 50%); }
  .section-heading { display: block; }
  .section-heading > p:last-child { margin-top: 1rem; }
  .pillar-grid, .topic-grid, .lyrics-list, .work-list { grid-template-columns: 1fr; }
  .pillar-card { grid-template-rows: 360px 1fr; }
  .topic-card, .topic-card:nth-child(3n) { border-right: 0; }
  .feature-split, .think-home, .music-home, .image-text, .lede-grid, .social-section { grid-template-columns: 1fr; }
  .feature-split { padding: 0; }
  .feature-image { margin: 0; min-height: 520px; }
  .race-image { background-image: linear-gradient(0deg, var(--yellow), transparent 36%), var(--izza-race-image); }
  .feature-copy { padding: 3rem 1.25rem 4rem; }
  .music-image-grid { order: 2; }
  .start-grid { grid-template-columns: 1fr; }
  .start-card.featured { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
