:root {
  --teal: #035352;
  --teal-deep: #071f1e;
  --teal-soft: #0b6865;
  --butter: #f3e8bc;
  --paper: #f5f1e8;
  --ink: #111212;
  --grey: #77736e;
  --line: rgba(3, 83, 82, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--paper); color: var(--teal-deep); font-family: Inter, "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--teal); color: var(--butter); }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: var(--butter); color: var(--teal-deep); font-size: 12px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 84px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 220px 1fr 180px;
  align-items: center;
  color: var(--butter);
  background: rgba(7, 31, 30, .92);
  border-bottom: 1px solid rgba(243, 232, 188, .15);
  backdrop-filter: blur(14px);
}
.brand { width: 188px; height: 64px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.6vw, 42px); }
.desktop-nav a { position: relative; padding: 34px 0 31px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; opacity: .76; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 23px; height: 1px; background: var(--butter); transition: right .25s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.header-cta span { margin-left: 9px; color: white; }
.mobile-menu { display: none; }

.hero {
  min-height: 100svh;
  padding-top: 84px;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--teal-deep);
  color: var(--butter);
}
.hero-copy { position: relative; z-index: 2; width: 100%; padding: clamp(90px, 13vh, 145px) 7vw 52px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 36px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .19em; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; opacity: .68; }
.hero h1, .section h2, .contact h2 { margin: 0; font-size: clamp(58px, 6.6vw, 106px); line-height: .88; letter-spacing: -.072em; font-weight: 900; }
.hero h1 em, .section h2 em, .contact h2 em { font-family: "Cormorant Garamond", Garamond, serif; font-weight: 300; font-style: italic; letter-spacing: -.04em; }
.hero h1 em { color: white; }
.hero-lede { max-width: 680px; margin: 38px 0 0; color: rgba(243, 232, 188, .72); font-size: 15px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { min-height: 52px; padding: 0 19px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { min-width: 195px; background: var(--butter); color: var(--teal-deep); }
.button-light:hover { background: white; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 14px 0; color: rgba(243, 232, 188, .78); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; border-bottom: 1px solid rgba(243, 232, 188, .38); }
.text-link span { color: white; }
.hero-socials { margin-top: auto; padding-top: 48px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(3, 83, 82, .22); }
.hero-socials a { min-width: 0; padding: 0 18px; border-right: 1px solid rgba(3, 83, 82, .22); }
.hero-socials a:first-child { padding-left: 0; }
.hero-socials a:last-child { padding-right: 0; border-right: 0; }
.hero-socials span { display: block; color: rgba(3, 83, 82, .52); font-size: 7px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.hero-socials strong { display: block; margin-top: 9px; overflow-wrap: anywhere; color: var(--teal); font-size: 9px; line-height: 1.4; letter-spacing: .03em; }
.hero-socials a:hover strong { color: var(--teal-deep); }

.ticker { min-height: 66px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 26px; overflow: hidden; background: var(--butter); color: var(--teal); border-bottom: 1px solid rgba(3, 83, 82, .2); white-space: nowrap; }
.ticker span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.ticker i { font-style: normal; font-size: 8px; opacity: .52; }

.section { padding: 105px 7vw; }
.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 58px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--teal); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
.section-label span { width: 28px; color: var(--grey); }
.section-label.light { color: var(--butter); border-color: rgba(243, 232, 188, .18); }
.section-label.light span { color: rgba(243, 232, 188, .42); }

.services { background: var(--paper); color: var(--teal-deep); }
.services-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.services-head h2 { font-size: clamp(50px, 5.7vw, 88px); }
.services-head h2 em { color: var(--teal); }
.services-head > p { max-width: 500px; margin: 0; color: #68645f; font-size: 15px; line-height: 1.78; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 68px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 360px; padding: 32px 30px 36px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.service-card:last-child { border-right: 0; }
.service-card-dark { margin-top: -28px; margin-bottom: 28px; background: var(--teal); color: var(--butter); border-right: 0; }
.service-index { font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; opacity: .6; }
.service-card h3 { margin: 58px 0 23px; max-width: 420px; font: 400 clamp(31px, 3vw, 46px)/1 "Cormorant Garamond", Garamond, serif; letter-spacing: -.025em; }
.service-card p { max-width: 350px; margin: 0; color: rgba(7, 31, 30, .66); font-size: 13px; line-height: 1.75; }
.service-card-dark p { color: rgba(243, 232, 188, .72); }
.service-card ul { margin: auto 0 0; padding: 24px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card-dark ul { border-color: rgba(243, 232, 188, .22); }
.service-card li { padding: 6px 0; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; opacity: .66; }
.service-card li::before { content: "—"; margin-right: 10px; }

.portfolio { background: var(--teal-deep); color: var(--butter); }
.portfolio-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.portfolio-heading h2 { font-size: clamp(50px, 6vw, 92px); }
.portfolio-heading p { max-width: 430px; margin: 0; color: rgba(243, 232, 188, .58); font-size: 14px; line-height: 1.75; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 68px; align-items: start; }
.video-card { background: var(--teal); border: 1px solid rgba(243, 232, 188, .15); }
.video-card-large { margin-top: 0; }
.video-card video { width: 100%; max-height: 690px; aspect-ratio: 9 / 14; object-fit: cover; background: var(--teal); }
.video-card-large video { aspect-ratio: 9 / 14; }
.video-meta { padding: 22px 24px 25px; }
.video-meta span { color: rgba(243, 232, 188, .45); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.video-meta h3 { margin: 10px 0 0; font: 400 28px/1.05 "Cormorant Garamond", Garamond, serif; }
.project-list { margin-top: 80px; border-top: 1px solid rgba(243, 232, 188, .2); }
.project-list > a { min-height: 114px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(243, 232, 188, .2); transition: padding .25s, background .25s; }
.project-list > a:hover { padding: 0 20px; background: rgba(243, 232, 188, .05); }
.project-list > a > span { color: rgba(243, 232, 188, .38); font-size: 9px; letter-spacing: .16em; }
.project-list small { display: block; margin-bottom: 8px; color: rgba(243, 232, 188, .44); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.project-list strong { font: 400 clamp(25px, 2.7vw, 40px)/1.05 "Cormorant Garamond", Garamond, serif; }
.project-list i { font-style: normal; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.portfolio-instagram { margin-top: 36px; display: inline-flex; gap: 18px; align-items: center; padding-bottom: 9px; border-bottom: 1px solid rgba(243, 232, 188, .5); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }

.results { background: var(--paper); }
.results-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: end; }
.results-heading h2 { font-size: clamp(46px, 5vw, 78px); }
.results-heading h2 em { color: var(--teal); }
.big-stat { min-height: 230px; padding: 30px; display: flex; flex-direction: column; justify-content: end; background: var(--teal); color: var(--butter); }
.big-stat strong { font: 400 clamp(68px, 7vw, 112px)/.75 "Cormorant Garamond", Garamond, serif; letter-spacing: -.065em; }
.big-stat span { margin-top: 28px; font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; opacity: .68; }
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-row > div { padding: 29px 25px 28px 0; border-right: 1px solid var(--line); }
.stat-row > div:not(:first-child) { padding-left: 25px; }
.stat-row > div:last-child { border-right: 0; }
.stat-row strong { display: block; font: 400 clamp(30px, 3.4vw, 53px)/1 "Cormorant Garamond", Garamond, serif; }
.stat-row span { display: block; margin-top: 11px; color: var(--grey); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }
.proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; margin-top: 46px; }
.proof { position: relative; grid-column: auto; margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #101414; }
.proof-wide { grid-column: span 8; aspect-ratio: 2 / 1; }
.proof-medium { grid-column: span 6; }
.proof::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent 65%); }
.proof img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.74) contrast(1.08); transition: transform .45s; }
.proof:hover img { transform: scale(1.025); }
.proof figcaption { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 21px; color: white; }
.proof figcaption span { display: block; margin-bottom: 8px; color: var(--butter); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.proof figcaption strong { font: 400 clamp(20px, 2.2vw, 32px)/1.1 "Cormorant Garamond", Garamond, serif; }
.results-note { margin: 18px 0 0; color: #8b8781; font-size: 9px; line-height: 1.6; }

.brands { background: var(--teal); color: var(--butter); }
.brands-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: end; }
.brands-heading h2 { font-size: clamp(49px, 5.5vw, 84px); }
.brands-heading p { max-width: 430px; margin: 0; color: rgba(243, 232, 188, .58); font-size: 14px; line-height: 1.7; }
.brand-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 60px; background: rgba(243, 232, 188, .17); border: 1px solid rgba(243, 232, 188, .17); }
.brand-grid article { min-height: 205px; padding: 24px 18px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; background: #0a4543; transition: background .25s, transform .25s; overflow: hidden; }
.brand-grid article:hover { z-index: 2; background: #0a3c3a; transform: translateY(-5px); }
.brand-grid img { width: 100%; max-width: 190px; height: 100px; margin: 0 auto; padding: 4px; object-fit: contain; object-position: center; filter: none; }
.brand-grid strong { color: rgba(243, 232, 188, .72); font-size: 8px; font-weight: 600; text-align: center; text-transform: uppercase; letter-spacing: .13em; line-height: 1.4; }

.founder { display: grid; grid-template-columns: .9fr 1.1fr; padding: 0; background: var(--butter); }
.founder-photo { position: relative; min-height: 820px; overflow: hidden; background: var(--teal-deep); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.78) contrast(1.02); }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7, 31, 30, .66), transparent 42%); }
.founder-tag { position: absolute; z-index: 2; left: 33px; bottom: 31px; color: var(--butter); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.founder-copy { padding: 110px 7vw 105px 6vw; display: flex; flex-direction: column; justify-content: center; }
.founder-copy .section-label { margin-bottom: 60px; }
.founder-overline { margin: 0 0 24px; color: var(--teal); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .17em; }
.founder-copy h2 { font-size: clamp(49px, 5vw, 78px); }
.founder-copy h2 em { color: var(--teal); }
.founder-copy > p:not(.founder-overline) { max-width: 620px; margin: 29px 0 0; color: rgba(7, 31, 30, .68); font-size: 14px; line-height: 1.78; }
.founder-copy > p + p:not(.founder-overline) { margin-top: 16px; }
.button-teal { align-self: flex-start; min-width: 265px; margin-top: 38px; background: var(--teal); color: var(--butter); }
.button-teal:hover { background: var(--teal-deep); }

.process { background: var(--paper); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.process-layout h2 { font-size: clamp(48px, 5vw, 78px); }
.process-layout h2 em { color: var(--teal); }
.process-layout > div > p { max-width: 470px; margin: 28px 0 0; color: #6f6a64; font-size: 14px; line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { padding: 28px 0; display: grid; grid-template-columns: 48px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.process-list li > span { padding-top: 4px; color: var(--teal); font-size: 9px; letter-spacing: .16em; }
.process-list strong { font: 400 31px/1 "Cormorant Garamond", Garamond, serif; }
.process-list p { margin: 10px 0 0; color: #736e68; font-size: 13px; line-height: 1.65; }

.contact { padding: 105px 7vw 40px; background: var(--teal-deep); color: var(--butter); text-align: center; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(53px, 7vw, 107px); }
.contact h2 em { color: white; }
.contact-lede { max-width: 620px; margin: 34px auto 0; color: rgba(243, 232, 188, .58); font-size: 14px; line-height: 1.75; }
.contact-lede a { color: var(--butter); border-bottom: 1px solid rgba(243, 232, 188, .42); }
.contact-links { max-width: 1180px; margin: 48px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(243, 232, 188, .18); border-bottom: 1px solid rgba(243, 232, 188, .18); }
.contact-links a { min-height: 110px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; text-align: left; border-right: 1px solid rgba(243, 232, 188, .18); transition: background .25s; }
.contact-links a:last-child { border-right: 0; }
.contact-links a:hover { background: rgba(243, 232, 188, .06); }
.contact-links span { color: rgba(243, 232, 188, .42); font-size: 8px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.contact-links strong { font-size: 10px; font-weight: 600; letter-spacing: .07em; }
.contact-footer { margin-top: 82px; padding-top: 27px; display: grid; grid-template-columns: 1fr 1.4fr 1fr auto; align-items: center; gap: 20px; border-top: 1px solid rgba(243, 232, 188, .16); color: rgba(243, 232, 188, .42); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; text-align: left; }
.contact-footer img { width: 150px; height: 55px; object-fit: contain; object-position: center; }
.contact-footer a { justify-self: end; color: rgba(243, 232, 188, .7); }

a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible { outline: 2px solid var(--butter); outline-offset: 4px; }
.services a:focus-visible, .results a:focus-visible, .founder a:focus-visible, .process a:focus-visible { outline-color: var(--teal); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 190px 1fr 150px; }
  .desktop-nav { gap: 17px; }
  .service-card { padding-left: 24px; padding-right: 24px; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-links { grid-template-columns: repeat(2, 1fr); }
  .contact-links a:nth-child(2) { border-right: 0; }
  .contact-links a:nth-child(-n+2) { border-bottom: 1px solid rgba(243, 232, 188, .18); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .brand { width: 158px; height: 58px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { cursor: pointer; list-style: none; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: -4px; top: 36px; width: 230px; padding: 18px; display: flex; flex-direction: column; background: var(--teal-deep); border: 1px solid rgba(243, 232, 188, .2); box-shadow: 0 18px 55px rgba(0, 0, 0, .28); }
  .mobile-menu nav a { padding: 12px 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; border-bottom: 1px solid rgba(243, 232, 188, .12); }
  .mobile-menu nav a:last-child { border-bottom: 0; }

  .hero { min-height: auto; padding-top: 76px; grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(100svh - 76px); padding: 72px 24px 38px; }
  .hero h1 { font-size: clamp(51px, 13vw, 76px); }
  .hero-lede { font-size: 14px; }
  .hero-socials { margin-top: 48px; padding-top: 0; grid-template-columns: 1fr; border-bottom: 1px solid rgba(3, 83, 82, .2); }
  .hero-socials a, .hero-socials a:first-child, .hero-socials a:last-child { padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(3, 83, 82, .2); }
  .hero-socials a:last-child { border-bottom: 0; }
  .hero-socials span { color: rgba(3, 83, 82, .56); }
  .hero-socials strong, .hero-socials a:hover strong { color: var(--teal); }
  .ticker { justify-content: flex-start; padding: 0 24px; gap: 28px; overflow-x: auto; }

  .section { padding: 76px 24px; }
  .section-label { margin-bottom: 48px; }
  .services-head, .portfolio-heading, .results-heading, .brands-heading, .process-layout { grid-template-columns: 1fr; gap: 40px; }
  .services-head h2, .portfolio-heading h2, .results-heading h2, .brands-heading h2, .process-layout h2 { font-size: 48px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .service-card { min-height: 335px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card-dark { margin: 0; }
  .service-card h3 { margin-top: 52px; }
  .video-grid { grid-template-columns: 1fr; margin-top: 54px; }
  .video-card-large { margin-top: 0; }
  .video-card-large video, .video-card video { aspect-ratio: 9 / 14; max-height: none; }
  .project-list { margin-top: 55px; }
  .project-list > a { grid-template-columns: 32px 1fr; min-height: 105px; gap: 14px; }
  .project-list i { display: none; }
  .big-stat { min-height: 185px; }
  .stat-row { grid-template-columns: 1fr 1fr; margin-top: 45px; }
  .stat-row > div { border-bottom: 1px solid var(--line); }
  .stat-row > div:nth-child(2) { border-right: 0; }
  .stat-row > div:nth-child(n+3) { border-bottom: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof, .proof-wide, .proof-medium { grid-column: auto; aspect-ratio: 16 / 11; }
  .brand-grid { grid-template-columns: 1fr 1fr; margin-top: 52px; }
  .brand-grid article { min-height: 190px; padding: 20px 16px; }
  .brand-grid img { height: 92px; }
  .founder { grid-template-columns: 1fr; }
  .founder-photo { min-height: 72svh; }
  .founder-copy { padding: 85px 24px 90px; }
  .founder-copy .section-label { margin-bottom: 52px; }
  .founder-copy h2 { font-size: 49px; }
  .contact { padding: 80px 24px 34px; }
  .contact h2 { font-size: 50px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { min-height: 94px; border-right: 0; border-bottom: 1px solid rgba(243, 232, 188, .18); }
  .contact-links a:last-child { border-bottom: 0; }
  .contact-footer { margin-top: 78px; grid-template-columns: 1fr auto; row-gap: 20px; }
  .contact-footer span { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-grid article { min-height: 185px; }
  .button-teal { min-width: 0; width: 100%; }
}

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

/* Direcția comercială Prime Production: aceeași identitate, structură distinctă */
.site-header { color: var(--teal); background: rgba(243, 232, 188, .94); border-color: rgba(3, 83, 82, .22); }
.brand { width: 194px; height: 60px; padding: 0 7px; background: var(--teal); }
.desktop-nav a::after { background: var(--teal); }
.header-cta span { color: var(--teal); }

.hero { grid-template-columns: 1fr; background: var(--butter); color: var(--teal); }
.hero-copy { padding-right: 7vw; }
.hero h1 { max-width: 1180px; font-size: clamp(58px, 7vw, 108px); }
.hero h1 em { color: var(--teal-soft); }
.hero-lede { color: rgba(3, 83, 82, .72); }
.button-light { background: var(--teal); color: var(--butter); }
.button-light:hover { background: var(--teal-deep); }
.text-link { color: rgba(3, 83, 82, .78); border-color: rgba(3, 83, 82, .38); }
.text-link span { color: var(--teal); }
.hero-details span { color: rgba(3, 83, 82, .55); }
.ticker { background: var(--teal); color: var(--butter); border-color: var(--teal); }

.services { background: var(--teal); color: var(--butter); }
.services .section-label { color: var(--butter); border-color: rgba(243, 232, 188, .2); }
.services .section-label span { color: rgba(243, 232, 188, .45); }
.services-head { grid-template-columns: 1.1fr .9fr; }
.services-head > p { color: rgba(243, 232, 188, .64); }
.service-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 62px; background: rgba(3, 83, 82, .22); border: 1px solid rgba(243, 232, 188, .2); }
.service-card, .service-card-dark { min-height: 340px; margin: 0; padding: 28px; background: var(--butter); color: var(--teal); border: 0; transition: background .25s, color .25s, transform .25s; }
.service-card:nth-child(even) { background: #eee0a8; }
.service-card:hover { z-index: 2; background: white; color: var(--teal-deep); transform: translateY(-5px); }
.service-card h3 { margin: 52px 0 20px; font-size: clamp(29px, 2.5vw, 39px); }
.service-card p, .service-card-dark p { color: rgba(3, 83, 82, .68); }
.service-example { margin-top: auto; padding-top: 26px; border-top: 1px solid rgba(3, 83, 82, .22); font-size: 8px; text-transform: uppercase; letter-spacing: .16em; }

.portfolio { background: var(--paper); color: var(--teal); }
.portfolio .section-label.light { color: var(--teal); border-color: var(--line); }
.portfolio .section-label.light span { color: var(--grey); }
.portfolio-heading p { color: rgba(3, 83, 82, .62); }
.video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: start; }
.video-card, .video-card-large { margin: 0; background: var(--teal); color: var(--butter); border: 0; box-shadow: 0 24px 60px rgba(3, 83, 82, .13); }
.video-card:nth-child(even) { margin-top: 0; }
.video-card video, .video-card-large video { max-height: 620px; aspect-ratio: 9 / 14; background: var(--teal); }
.video-meta span { color: rgba(243, 232, 188, .48); }
.project-list { border-color: var(--line); }
.project-list > a { border-color: var(--line); }
.project-list > a:hover { background: rgba(3, 83, 82, .06); }
.project-list > a > span, .project-list small { color: rgba(3, 83, 82, .48); }
.portfolio-instagram { border-color: rgba(3, 83, 82, .5); }

.results { background: var(--butter); }
.proof { background: var(--teal); }
.brands { background: var(--teal-deep); }
.brand-grid article { background: #0a4543; }
.contact { background: var(--teal); }
.contact-links, .contact-links a, .contact-footer { border-color: rgba(243, 232, 188, .24); }

@media (max-width: 820px) {
  .site-header { color: var(--butter); background: rgba(3, 83, 82, .95); }
  .brand { width: 164px; height: 56px; padding: 0; }
  .mobile-menu nav { background: var(--teal); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: calc(100svh - 76px); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-dark { min-height: 325px; border-bottom: 1px solid rgba(3, 83, 82, .18); }
  .service-card h3 { margin-top: 48px; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card:nth-child(even) { margin-top: 0; }
}
