/*
Theme Name: Sinker Cypress Violin
Theme URI: https://sinkercypressviolin.com/
Author: Sinker Cypress Violin
Description: A focused editorial theme for presenting the Lawrence–Couch sinker cypress violin and receiving private acquisition inquiries.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: sinker-cypress-violin
*/

:root {
  --ink: #171714;
  --ink-soft: #5d5b54;
  --paper: #f3efe6;
  --paper-deep: #e9e2d4;
  --white: #fffdf8;
  --gold: #c8a166;
  --gold-light: #e7c98f;
  --line: rgba(23, 23, 20, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: rgba(243, 239, 230, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 86px;
  justify-content: space-between;
  left: 0;
  padding: 0 4vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.wordmark {
  align-items: center;
  display: inline-flex;
  gap: 14px;
}

.wordmark-mark {
  align-items: center;
  border: 1px solid rgba(23, 23, 20, 0.58);
  border-radius: 50%;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 40px;
}

.wordmark-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  letter-spacing: -0.015em;
}

nav {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 30px;
}

nav a:not(.nav-cta) {
  color: var(--ink-soft);
}

nav a:hover,
.footer-links a:hover {
  color: #9a713a;
}

.nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 11px 17px;
  transition: 180ms ease;
}

.nav-cta:hover {
  background: var(--ink);
  color: var(--paper);
}

.hero {
  display: grid;
  gap: clamp(48px, 6vw, 100px);
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  min-height: 100svh;
  overflow: hidden;
  padding: clamp(150px, 17vh, 200px) 4vw clamp(76px, 10vh, 116px);
  position: relative;
}

.hero::before {
  background: radial-gradient(circle, rgba(200, 161, 102, 0.16) 0, rgba(200, 161, 102, 0) 68%);
  content: "";
  height: 760px;
  left: -300px;
  pointer-events: none;
  position: absolute;
  top: 36px;
  width: 760px;
}

.hero-copy {
  align-self: center;
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #8c6739;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.18em;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(55px, 6.4vw, 100px);
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin-bottom: 34px;
}

h1 em {
  color: #9d713a;
  font-weight: 400;
}

.hero-deck {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.65;
  max-width: 690px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 38px 0 64px;
}

.button {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  gap: 18px;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-gold {
  background: var(--gold);
  color: #15130f;
}

.button-gold:hover {
  background: var(--gold-light);
}

.button-quiet {
  border-bottom: 1px solid rgba(23, 23, 20, 0.5);
  border-radius: 0;
  min-height: 42px;
  padding: 0;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  max-width: 690px;
}

.hero-facts div {
  border-left: 1px solid var(--line);
  padding-left: 18px;
}

.hero-facts dt {
  color: #77736a;
  font-size: 10px;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-facts dd {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  margin: 0;
}

.hero-visual {
  align-self: center;
  margin: 0;
  min-width: 0;
  position: relative;
}

.hero-image-frame {
  aspect-ratio: 0.79;
  background-color: #131311;
  background-image: url("assets/images/lawrence-couch-violin.jpg");
  background-position: 49% top;
  background-size: auto 128%;
  border-radius: 50% 50% 16px 16px;
  box-shadow: 0 38px 80px rgba(38, 30, 18, 0.22);
  overflow: hidden;
  position: relative;
}

.image-index {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  left: 20px;
  letter-spacing: 0.17em;
  position: absolute;
  text-transform: uppercase;
  z-index: 1;
}

.hero-visual figcaption {
  color: #6d6961;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.55;
  margin: 17px auto 0;
  max-width: 88%;
}

.hero-visual figcaption span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.story-section {
  background: #181816;
  color: var(--paper);
  padding: clamp(90px, 11vw, 160px) 7vw;
}

.section-intro {
  display: grid;
  gap: 4vw;
  grid-template-columns: 0.75fr 1.6fr 1fr;
  margin: 0 auto clamp(76px, 8vw, 120px);
  max-width: 1600px;
}

.section-intro h2,
.inquiry-copy h2 {
  font-size: clamp(42px, 4.3vw, 72px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  margin-bottom: 0;
}

.section-intro > p:last-child {
  align-self: end;
  color: #aaa79e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.story-grid {
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.2fr 0.8fr;
  margin: 0 auto clamp(90px, 10vw, 150px);
  max-width: 1450px;
}

.timeline article {
  border-top: 1px solid rgba(243, 239, 230, 0.18);
  display: grid;
  gap: 34px;
  grid-template-columns: 90px 1fr;
  padding: 30px 0 40px;
}

.timeline article > span {
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  padding-top: 7px;
  text-transform: uppercase;
}

.timeline h3,
.sound-card h3 {
  font-size: clamp(27px, 2.2vw, 38px);
  letter-spacing: -0.03em;
  margin-bottom: 11px;
}

.timeline p {
  color: #a7a49b;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  max-width: 640px;
}

.quote-card {
  align-self: stretch;
  background: var(--gold);
  color: #191713;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: clamp(34px, 4vw, 64px);
  position: relative;
}

.quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 90px;
  height: 50px;
  line-height: 0.9;
  margin: 0;
}

.quote-card blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.4vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.16;
  margin: 70px 0;
}

.quote-attribution {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.quote-attribution span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 6px;
  text-transform: uppercase;
}

.media-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.1fr;
  margin: 0 auto;
  max-width: 1450px;
}

.sound-card {
  border: 1px solid rgba(243, 239, 230, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
  padding: clamp(30px, 4vw, 58px);
}

.media-label {
  color: #8e8b84;
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sound-card > div:nth-child(2) {
  margin: 74px 0 44px;
}

.sound-card > div:nth-child(2) > p:last-child {
  color: #a7a49b;
  line-height: 1.7;
  max-width: 540px;
}

.sound-card audio {
  filter: sepia(0.3) saturate(0.8);
  width: 100%;
}

.media-credit {
  color: #88857d;
  font-size: 10px;
  margin: 16px 0 0;
}

.media-credit a {
  color: var(--gold-light);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.press-card {
  background-image: url("assets/images/knoe-feature.jpg");
  background-position: center;
  background-size: cover;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.press-overlay {
  background: linear-gradient(180deg, rgba(10, 9, 7, 0.08), rgba(10, 9, 7, 0.8));
  inset: 0;
  position: absolute;
}

.press-content {
  align-items: center;
  bottom: 0;
  display: flex;
  gap: 22px;
  left: 0;
  padding: 36px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.play-button {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: #171714;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 14px;
  height: 54px;
  justify-content: center;
  padding-left: 3px;
  width: 54px;
}

.press-content > span:last-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.25;
}

.press-content small {
  color: var(--gold-light);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  letter-spacing: 0.13em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.inquiry-section {
  background: var(--paper-deep);
  display: grid;
  gap: clamp(58px, 9vw, 150px);
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  padding: clamp(100px, 11vw, 170px) 7vw;
}

.inquiry-copy {
  align-self: start;
  position: sticky;
  top: 130px;
}

.inquiry-copy > p:not(.eyebrow):not(.seller-line) {
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.7;
  margin: 34px 0;
  max-width: 570px;
}

.inquiry-copy ul {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 36px 0 44px;
  padding: 20px 0;
}

.inquiry-copy li {
  align-items: center;
  color: #59564f;
  display: flex;
  font-size: 13px;
  gap: 11px;
  padding: 9px 0;
}

.inquiry-copy li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.seller-line {
  font-size: 13px;
}

.seller-line strong,
.seller-line span {
  display: block;
}

.seller-line strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
  margin: 7px 0;
}

.seller-line span {
  color: #77736b;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form {
  background: var(--white);
  box-shadow: 0 28px 75px rgba(55, 44, 27, 0.1);
  padding: clamp(28px, 4.8vw, 70px);
}

.form-heading {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  padding-bottom: 22px;
}

.form-heading span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
}

.form-heading span:last-child {
  color: #807c73;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inquiry-form label {
  color: #59564f;
  display: block;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.11em;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.field-row {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bdb6aa;
  border-radius: 0;
  color: var(--ink);
  display: block;
  margin-top: 10px;
  outline: none;
  padding: 12px 0;
  resize: vertical;
  text-transform: none;
  transition: border-color 180ms ease;
  width: 100%;
}

.inquiry-form textarea {
  border: 1px solid #bdb6aa;
  line-height: 1.55;
  min-height: 130px;
  padding: 15px;
}

.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #9b7039;
}

.form-footer {
  align-items: center;
  display: flex;
  gap: 24px;
}

.form-footer p {
  color: #77736b;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
}

.honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.form-notice,
.privacy-note {
  font-size: 11px;
  line-height: 1.55;
  padding: 13px 15px;
}

.form-notice {
  border: 1px solid currentColor;
  margin: 0 0 28px;
}

.form-notice-success {
  color: #476143;
}

.form-notice-error {
  color: #8b3f37;
}

.privacy-note {
  background: #f3efe7;
  color: #6c685f;
  margin: 30px 0 0;
}

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

.wp-fallback {
  margin: 0 auto;
  max-width: 920px;
  min-height: 80vh;
  padding: 140px 24px 80px;
}

footer {
  align-items: center;
  background: #11110f;
  color: var(--paper);
  display: grid;
  font-size: 11px;
  gap: 28px;
  grid-template-columns: 1fr auto 1fr;
  padding: 42px 4vw;
}

footer .wordmark-mark {
  border-color: rgba(243, 239, 230, 0.5);
}

footer p {
  color: #8a887f;
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

.footer-links a {
  color: #aaa79e;
}

@media (max-width: 1080px) {
  .hero {
    gap: 46px;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  }

  .section-intro {
    grid-template-columns: 0.5fr 1.5fr;
  }

  .section-intro > p:last-child {
    grid-column: 2;
  }

  .story-grid,
  .media-grid {
    grid-template-columns: 1fr;
  }

  .quote-card {
    min-height: 420px;
  }

  .press-card {
    min-height: 580px;
  }

  .inquiry-section {
    grid-template-columns: 0.85fr 1.15fr;
  }

  footer {
    grid-template-columns: 1fr 1fr;
  }

  footer p {
    display: none;
  }
}

@media (max-width: 780px) {
  .site-header {
    height: 72px;
  }

  .wordmark-name,
  nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 124px 22px 74px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    width: 100%;
  }

  h1 {
    font-size: clamp(50px, 15vw, 70px);
  }

  .hero-facts {
    gap: 22px 0;
    grid-template-columns: 1fr 1fr;
  }

  .hero-facts div:last-child {
    grid-column: 1 / -1;
  }

  .section-intro {
    display: block;
  }

  .section-intro .eyebrow,
  .section-intro h2 {
    margin-bottom: 30px;
  }

  .story-section,
  .inquiry-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .story-grid {
    gap: 50px;
  }

  .timeline article {
    gap: 18px;
    grid-template-columns: 74px 1fr;
  }

  .quote-card {
    min-height: 390px;
  }

  .media-grid,
  .inquiry-section {
    display: block;
  }

  .sound-card {
    min-height: 480px;
  }

  .press-card {
    display: block;
    margin-top: 22px;
    min-height: 430px;
  }

  .inquiry-copy {
    margin-bottom: 58px;
    position: static;
  }

  .inquiry-form {
    padding: 28px 22px;
  }

  .form-heading,
  .form-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  footer {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    padding: 40px 22px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
