/*
Theme Name: Credible Brands
Theme URI: https://credible.io/
Author: Credible Brands
Description: A focused one-page corporate theme for Credible.io.
Version: 1.0.0
Text Domain: credible-brands
*/

:root { --navy: #001a2c; --blue: #00acd5; --blue-dark: #008eaf; --mist: #e8f8fc; --white: #fff; --copy: #294353; }
* { box-sizing: border-box; }
html { background: var(--white); }
body { margin: 0; min-width: 320px; color: var(--navy); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; }
.site { overflow: hidden; }
header { max-width: 1220px; margin: 0 auto; min-height: 112px; padding: 23px clamp(22px, 4vw, 58px); display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; }
.logo img { display: block; width: min(350px, 70vw); height: auto; }
.topline { color: #52707c; font: 500 10px/1.35 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; text-align: right; }
.hero { position: relative; isolation: isolate; background: var(--navy); color: white; }
.hero::after { content: ''; position: absolute; z-index: -1; right: -9rem; top: -11rem; width: 39rem; height: 39rem; border: 1px solid rgba(0,172,213,.54); border-radius: 50%; box-shadow: 0 0 0 48px rgba(0,172,213,.07), 0 0 0 96px rgba(0,172,213,.035); }
.hero-inner { max-width: 1220px; min-height: 520px; margin: 0 auto; padding: clamp(70px, 10vw, 132px) clamp(22px, 7vw, 88px) 72px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font: 500 11px/1.4 'DM Mono', monospace; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 860px; margin: 0; font: 500 clamp(3.2rem, 8vw, 6.8rem)/.94 Newsreader, Georgia, serif; letter-spacing: -.06em; }
h1 strong { color: var(--blue); font-weight: inherit; }
.hero-copy { max-width: 610px; margin: 31px 0 0; color: #d1e1e7; font-size: clamp(1rem, 1.7vw, 1.16rem); line-height: 1.72; }
.statement { max-width: 1220px; margin: 0 auto; padding: clamp(62px, 9vw, 114px) clamp(22px, 7vw, 88px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .88fr); gap: clamp(42px, 10vw, 145px); align-items: start; }
.section-kicker { margin: 4px 0 0; color: var(--blue-dark); font: 500 10px/1.4 'DM Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin: 0; font: 500 clamp(2.25rem, 4.7vw, 4rem)/1 Newsreader, Georgia, serif; letter-spacing: -.048em; }
.statement-copy { margin: 0; color: var(--copy); font-size: 1.03rem; line-height: 1.83; }
.focus { background: #f7fcfe; padding: clamp(60px, 8vw, 102px) clamp(22px, 4vw, 58px); border-top: 1px solid #d7eef4; }
.focus-inner { max-width: 1104px; margin: 0 auto; }
.focus-intro { max-width: 700px; margin: 17px 0 34px; color: var(--copy); font-size: 1.04rem; line-height: 1.78; }
.focus-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.focus-card { min-height: 265px; padding: 30px; background: var(--white); border-top: 4px solid var(--blue); }
.focus-card h3 { margin: 14px 0 13px; font: 500 clamp(1.8rem, 3vw, 2.45rem)/1 Newsreader, Georgia, serif; letter-spacing: -.035em; }
.focus-card p { max-width: 440px; margin: 0; color: var(--copy); font-size: .96rem; line-height: 1.72; }
.focus-note { margin: 20px 0 0 !important; color: #5a7783 !important; font-size: .76rem !important; line-height: 1.6 !important; }
.portfolio { background: var(--mist); padding: clamp(60px, 8vw, 100px) clamp(22px, 4vw, 58px); }
.portfolio-inner { max-width: 1104px; margin: 0 auto; }
.portfolio-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 26px; }
.portfolio-head h2 { font-size: clamp(2.1rem, 4vw, 3.4rem); }
.portfolio-head p { max-width: 310px; margin: 0; color: #53717d; font-size: .9rem; line-height: 1.55; }
.brands { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.brand { min-height: 245px; padding: 29px; text-decoration: none; border: 1px solid #b8e8f4; background: var(--white); display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.brand:hover, .brand:focus-visible { transform: translateY(-5px); box-shadow: 0 16px 28px rgba(0, 26, 44, .09); border-color: var(--blue); outline: none; }
.brand-type { color: var(--blue-dark); font: 500 10px/1.4 'DM Mono', monospace; letter-spacing: .13em; text-transform: uppercase; }
.brand h3 { margin: 12px 0 0; font: 500 clamp(1.8rem, 3vw, 2.4rem)/1 Newsreader, Georgia, serif; letter-spacing: -.035em; }
.visit { display: flex; align-items: center; justify-content: space-between; color: #36515e; font-size: .9rem; }
.arrow { color: var(--blue-dark); font: 400 2rem/1 Georgia, serif; transition: transform .2s ease; }
.brand:hover .arrow { transform: translate(4px, -4px); }
.brand.classic { background: #fffaf2; border-color: #f0d0a4; }
.classic-mark { width: min(245px, 100%); margin: 16px auto 0; }
.classic-mark img { display: block; width: 100%; height: auto; }
footer { max-width: 1220px; margin: 0 auto; padding: 27px clamp(22px, 4vw, 58px) 34px; display: flex; justify-content: space-between; gap: 20px; color: #5e747f; font: 400 10px/1.5 'DM Mono', monospace; letter-spacing: .09em; text-transform: uppercase; }
@media (max-width: 900px) and (min-width: 701px) { .brands { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 700px) { .topline { display: none; } .hero::after { right: -16rem; top: -5rem; } .statement { grid-template-columns: 1fr; gap: 24px; } .focus-grid { grid-template-columns: 1fr; } .portfolio-head { display: block; } .portfolio-head p { margin-top: 16px; } .brands { grid-template-columns: 1fr; } .brand { min-height: 210px; } footer { flex-direction: column; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
