/*
Theme Name: Round 14 LLC
Description: Custom one-page website for Round 14 LLC.
Author: MES Studios
Version: 1.0
*/

:root {
  --ink: #17262e;
  --ink-2: #22343d;
  --gold: #a87534;
  --paper: #ffffff;
  --soft: #f5f3ef;
  --line: #e5e1da;
  --text: #30373a;
  --muted: #747b7f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: 'DM Sans', Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(23,38,46,.08); backdrop-filter: blur(14px); }
.header-inner { max-width: 1320px; margin: 0 auto; height: 92px; padding: 0 42px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 72px; height: 72px; object-fit: contain; display: block; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 600; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta):after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: .25s ease; }
.main-nav a:not(.nav-cta):hover:after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 18px; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: white; }
.mobile-nav-toggle { display: none; }

.hero { min-height: calc(100vh - 92px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; padding: 70px 24px 45px; }
.hero:before { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(168,117,52,.12); right: -220px; top: 80px; }
.hero:after { content: ''; position: absolute; width: 340px; height: 340px; border-radius: 50%; border: 1px solid rgba(23,38,46,.08); left: -150px; bottom: 50px; }
.hero-rule { width: 1px; height: 54px; background: var(--gold); margin: 0 auto 26px; }
.hero-inner { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; text-align: center; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.hero-logo { width: 170px; margin: 0 auto 22px; display: block; mix-blend-mode: multiply; }
.hero h1, .section h2, .standard-page h1 { font-family: 'Libre Caslon Display', Georgia, serif; color: var(--ink); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 { margin: 0 auto 28px; font-size: clamp(48px, 6.2vw, 86px); max-width: 1050px; }
.hero-copy { max-width: 760px; margin: 0 auto; color: #596164; font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 1px solid var(--ink); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: var(--gold); border-color: var(--gold); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--soft); }
.market-line { position: relative; z-index: 2; text-align: center; color: #91979a; margin-top: 60px; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.market-line span { padding: 0 9px; color: var(--gold); }

.section { padding: 125px 28px; }
.section-inner { width: min(1180px, 100%); margin: 0 auto; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section h2 { margin: 0; font-size: clamp(42px, 5vw, 66px); }
.large-copy { font-size: 20px; line-height: 1.8; color: #555e62; }
.large-copy p:first-child { margin-top: 10px; }
.large-copy p:last-child { margin-bottom: 0; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 90px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 35px 20px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 54px; color: var(--gold); font-weight: 400; line-height: 1; }
.stat span { text-transform: uppercase; font-size: 10px; letter-spacing: .12em; color: #6f777b; line-height: 1.5; }

.section-soft { background: var(--soft); }
.section-heading-row { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading-row > p { margin: 0 0 5px; max-width: 520px; color: #6c7478; }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #d7d0c6; }
.capability-grid article { padding: 36px 30px 10px 0; border-right: 1px solid #d7d0c6; margin-right: 30px; }
.capability-grid article:last-child { border-right: 0; margin-right: 0; }
.capability-grid span { color: var(--gold); font-size: 11px; letter-spacing: .14em; }
.capability-grid h3 { font-family: 'Libre Caslon Display', Georgia, serif; color: var(--ink); font-size: 28px; font-weight: 400; margin: 16px 0 14px; }
.capability-grid p { color: #667075; margin: 0; font-size: 14px; }

.portfolio-title-row { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.portfolio-title-row > p { margin: 0 0 7px; color: #687075; max-width: 460px; }
.portfolio-list { border-top: 1px solid var(--ink); }
.portfolio-row { position: relative; display: grid; grid-template-columns: 80px 1fr 1.15fr; gap: 42px; padding: 36px 0; border-bottom: 1px solid var(--line); align-items: start; }
.portfolio-number { color: var(--gold); font-size: 12px; letter-spacing: .14em; padding-top: 4px; }
.portfolio-category h3 { margin: 0 0 5px; color: var(--ink); font-family: 'Libre Caslon Display', Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.2; }
.portfolio-category p { margin: 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.portfolio-entities p { margin: 0 0 16px; display: grid; grid-template-columns: 1fr; }
.portfolio-entities p:last-child { margin-bottom: 0; }
.portfolio-entities strong { color: #313a3e; font-size: 15px; }
.portfolio-entities span { color: #838a8d; font-size: 12px; margin-top: 2px; }
.portfolio-brand-row { grid-template-columns: 80px .9fr 1fr 180px; }
.brand-art { align-self: center; padding-left: 20px; border-left: 1px solid var(--line); }
.brand-art img { display: block; max-height: 120px; width: 100%; object-fit: contain; filter: grayscale(1); }

.footprint-section { background: var(--ink); color: white; }
.footprint-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.footprint-section h2 { color: #fff; }
.section-kicker.light { color: #d6aa6d; }
.footprint-copy > p { color: #c6ced1; font-size: 18px; margin-top: 0; }
.market-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 35px; }
.market-pills span { border: 1px solid rgba(255,255,255,.2); padding: 10px 14px; text-transform: uppercase; letter-spacing: .11em; font-size: 10px; color: #e8ecee; }

.leadership-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.leader-card { border-top: 1px solid var(--ink); padding-top: 26px; }
.small-label { text-transform: uppercase; color: var(--gold); font-size: 11px; letter-spacing: .15em; margin: 0 0 10px; }
.leader-card h3 { font-family: 'Libre Caslon Display', Georgia, serif; font-size: 42px; color: var(--ink); font-weight: 400; margin: 0 0 18px; }
.leader-card p { font-size: 18px; color: #5c666a; }
.buildout { margin-top: 52px; padding: 28px 30px; background: var(--soft); }
.buildout h4 { margin: 0 0 8px; color: var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.buildout p { margin: 0; color: #687075; }

.contact-section { background: #0e191f; color: #fff; padding-bottom: 55px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-section h2 { color: #fff; }
.contact-copy > p:not(.section-kicker):not(.contact-markets) { color: #bbc4c8; font-size: 18px; max-width: 520px; }
.email-link { display: inline-block; margin-top: 24px; color: #fff; border-bottom: 1px solid #d6aa6d; padding-bottom: 4px; font-size: 17px; }
.contact-markets { margin-top: 55px; color: #849096; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; line-height: 1.8; }
.contact-card { background: #fff; color: var(--text); padding: 40px; }
.round14-form label { display: block; }
.round14-form label > span { display: block; margin-bottom: 7px; color: #60696d; text-transform: uppercase; font-size: 10px; letter-spacing: .12em; font-weight: 600; }
.form-row { display: grid; gap: 18px; margin-bottom: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.round14-form input, .round14-form select, .round14-form textarea { width: 100%; border: 1px solid #d9dddf; border-radius: 0; background: #fff; color: #26343a; padding: 13px 14px; outline: none; transition: .15s ease; }
.round14-form textarea { resize: vertical; min-height: 155px; }
.round14-form input:focus, .round14-form select:focus, .round14-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(168,117,52,.08); }
.round14-form .full { margin-bottom: 23px; }
.form-submit { width: 100%; justify-content: space-between; border: 0; padding: 0 20px; }
.form-submit span { font-size: 18px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { padding: 13px 15px; margin-bottom: 22px; font-size: 14px; }
.form-message.success { background: #edf6ef; color: #31643d; border: 1px solid #cce3d1; }
.form-message.error { background: #fff0ef; color: #8f3932; border: 1px solid #f0c7c3; }
.disclaimer { color: #6e7b81; border-top: 1px solid rgba(255,255,255,.08); margin-top: 70px; padding-top: 25px; font-size: 10px; line-height: 1.6; text-transform: uppercase; letter-spacing: .08em; }

.site-footer { background: #fff; padding: 45px 28px 30px; border-top: 1px solid #eee; }
.footer-inner { width: min(1180px, 100%); margin: 0 auto; }
.footer-brand { display: flex; align-items: center; gap: 18px; color: #70787c; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; }
.footer-brand img { width: 74px; }
.footer-links { display: flex; gap: 30px; margin-top: 35px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-transform: uppercase; letter-spacing: .11em; font-size: 11px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; color: #9aa0a2; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }

.standard-page { padding: 120px 28px; min-height: 70vh; }
.standard-page-inner { max-width: 900px; }
.standard-page h1 { font-size: 62px; margin: 0 0 40px; }
.entry-content { font-size: 17px; color: #535d61; }
.entry-content h2, .entry-content h3 { color: var(--ink); }

@media (max-width: 1000px) {
  .header-inner { height: 78px; padding: 0 20px; }
  .brand img { width: 61px; height: 61px; }
  .mobile-nav-toggle { display: block; width: 46px; height: 46px; background: transparent; border: 0; padding: 12px 7px; z-index: 61; }
  .mobile-nav-toggle span { display: block; width: 26px; height: 1px; margin: 7px auto; background: var(--ink); transition: .2s ease; }
  .nav-open .mobile-nav-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .mobile-nav-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { display: none; position: fixed; inset: 78px 0 0; background: #fff; padding: 55px 30px; align-items: flex-start; flex-direction: column; gap: 24px; font-size: 16px; z-index: 60; }
  .nav-open .main-nav { display: flex; }
  .nav-cta { margin-top: 10px; width: 100%; text-align: center; }
  .hero { min-height: auto; padding: 70px 20px 45px; }
  .hero:before, .hero:after { display: none; }
  .hero-rule { height: 36px; }
  .hero-logo { width: 140px; }
  .hero h1 { font-size: 48px; }
  .hero-copy { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; max-width: 330px; }
  .market-line { line-height: 2; margin-top: 42px; }
  .section { padding: 82px 20px; }
  .two-col, .section-heading-row, .portfolio-title-row, .footprint-grid, .leadership-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .section h2 { font-size: 44px; }
  .large-copy { font-size: 17px; }
  .stats-grid { grid-template-columns: 1fr 1fr; margin-top: 55px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid article { margin-right: 20px; padding-right: 20px; }
  .capability-grid article:nth-child(2) { border-right: 0; margin-right: 0; }
  .portfolio-row, .portfolio-brand-row { grid-template-columns: 48px 1fr; gap: 16px 20px; }
  .portfolio-category { grid-column: 2; }
  .portfolio-entities { grid-column: 2; }
  .brand-art { grid-column: 2; border-left: 0; border-top: 1px solid var(--line); padding: 20px 0 0; }
  .brand-art img { max-width: 220px; max-height: 110px; }
  .footprint-grid, .contact-grid { gap: 45px; }
  .contact-card { padding: 26px 20px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 620px) {
  .hero h1 { font-size: 40px; }
  .hero-logo { width: 125px; }
  .section h2 { font-size: 38px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { border-right: 0; border-bottom: 1px solid #d7d0c6; margin: 0; padding: 28px 0; }
  .capability-grid article:last-child { border-bottom: 0; }
  .portfolio-row, .portfolio-brand-row { grid-template-columns: 34px 1fr; padding: 28px 0; }
  .portfolio-category h3 { font-size: 25px; }
  .form-row.two { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; gap: 18px 24px; }
  .standard-page h1 { font-size: 44px; }
}
