/* ============================================================
   Blend Addicts Barbershop — sharp barber site (Decatur, GA)
   Built by Margam · margam.io
   Palette: deep ink-navy + electric blue + copper, on off-white.
   ============================================================ */
:root {
  --paper: #f5f2ec;          /* off-white page */
  --paper-2: #ebe6dd;        /* warmer sand section */
  --ink: #0b1220;            /* near-black navy ink */
  --ink-2: #111c30;          /* deep navy block */
  --ink-3: #0a1018;          /* darkest navy */
  --muted: #5c6675;          /* steel-grey text */
  --blue: #2e8bff;           /* electric blue primary */
  --blue-dark: #1f6fe0;      /* deeper blue for hovers */
  --copper: #c97b3c;         /* warm copper accent */
  --copper-2: #e0944f;       /* lighter copper */
  --line: #ddd6ca;           /* hairline on paper */
  --line-dark: #21314c;      /* hairline on navy */
  --radius: 8px;
  --shadow: 0 26px 50px -28px rgba(8, 14, 24, 0.55);
  --display: "Oswald", "Archivo", Impact, sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* { margin: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { font-family: var(--body); color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(58px, 8.5vw, 108px) 0; }
.section--cream { background: var(--paper-2); }

h1, h2, h3 { font-family: var(--display); font-weight: 600; letter-spacing: .01em; line-height: 1.05; text-transform: uppercase; }
h1 em, h2 em, .brand em { font-style: normal; color: var(--blue); }
.eyebrow { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .22em; font-size: .9rem; color: var(--copper); margin-bottom: 14px; }
.eyebrow--light { color: var(--copper-2); }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; font-weight: 600; font-family: var(--display);
  text-transform: uppercase; letter-spacing: .06em; padding: .85em 1.6em; border-radius: var(--radius); border: 2px solid transparent;
  cursor: pointer; transition: .22s var(--ease); white-space: nowrap; }
.btn--sm { padding: .6em 1.15em; font-size: .9rem; }
.btn--lg { padding: .9em 1.8em; font-size: 1.05rem; }
.btn--block { width: 100%; }
.btn--solid { background: var(--blue); color: #fff; }
.btn--solid:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 14px 28px -12px rgba(46, 139, 255, .65); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.5); }
.btn--ghost:hover { border-color: var(--blue); color: var(--blue-dark); transform: translateY(-2px); }

/* brand / nav */
.brand { font-family: var(--display); font-weight: 700; font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; }
.brand em { color: var(--blue); }
.brand--light { color: var(--paper); font-size: 1.7rem; }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(11,18,32,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-dark); }
.nav .brand { color: #fff; }
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav__links { display: flex; gap: 30px; font-family: var(--display); font-weight: 500; text-transform: uppercase; letter-spacing: .08em; font-size: .95rem; }
.nav__links a { color: #cdd6e4; position: relative; }
.nav__links a:hover { color: var(--blue); }
@media (max-width: 760px) { .nav__links { display: none; } }

/* hero */
.hero { background: var(--ink); color: var(--paper); padding: clamp(40px, 6vw, 78px) 0 clamp(40px, 6vw, 78px);
  background-image: radial-gradient(120% 80% at 80% 0%, #16243d 0%, var(--ink) 60%); }
.hero__in { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 64px); align-items: center; }
.hero h1 { font-size: clamp(2.8rem, 6.5vw, 5rem); margin-bottom: 22px; color: #fff; }
.hero .eyebrow { color: var(--copper-2); }
.rating { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.06); border: 1px solid var(--line-dark); border-radius: 100px;
  padding: 7px 16px; font-size: .95rem; margin-bottom: 22px; color: #e7ecf4; }
.stars { color: var(--copper-2); letter-spacing: 1px; }
.lede { font-size: 1.14rem; color: #b9c2d2; max-width: 46ch; margin-bottom: 30px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .btn--ghost { border-color: var(--line-dark); color: #fff; background: rgba(255,255,255,.04); }
.hero .btn--ghost:hover { border-color: var(--blue); color: var(--blue); }
.hero__art { position: relative; }
.hero__art img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 30%; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero__badge { position: absolute; bottom: -16px; left: -14px; background: var(--blue); color: #fff; font-family: var(--display);
  font-weight: 600; text-transform: uppercase; letter-spacing: .04em; font-size: 1rem; line-height: 1.05; text-align: center; padding: 14px 18px;
  border-radius: 50%; width: 116px; height: 116px; display: grid; place-items: center; box-shadow: var(--shadow); transform: rotate(-7deg);
  border: 3px solid var(--ink); }
@media (max-width: 760px) { .hero__in { grid-template-columns: 1fr; } .hero__art { max-width: 380px; margin: 8px auto 0; } }

/* ribbon */
.ribbon { background: var(--copper); color: var(--ink-3); overflow: hidden; padding: 12px 0; border-top: 1px solid rgba(0,0,0,.15); border-bottom: 1px solid rgba(0,0,0,.15); }
.ribbon__track { display: flex; align-items: center; gap: 26px; width: max-content; white-space: nowrap;
  font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .12em; font-size: 1.1rem; animation: scroll 38s linear infinite; }
.ribbon i { color: var(--ink-3); font-style: normal; opacity: .55; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* section heads */
.head { text-align: center; max-width: 660px; margin: 0 auto clamp(36px, 5vw, 56px); }
.head h2 { font-size: clamp(2.1rem, 4.8vw, 3.2rem); }
.head__sub { color: var(--muted); margin-top: 10px; }

/* gallery (masonry) */
.masonry { column-count: 3; column-gap: 16px; }
.tile { display: block; width: 100%; border: 0; padding: 0; margin: 0 0 16px; background: none; cursor: pointer;
  border-radius: var(--radius); overflow: hidden; break-inside: avoid; box-shadow: var(--shadow); }
.tile img { width: 100%; transition: transform .5s var(--ease); }
.tile:hover img { transform: scale(1.06); }
@media (max-width: 900px) { .masonry { column-count: 2; } }
@media (max-width: 540px) { .masonry { column-count: 1; column-gap: 12px; } .tile { margin-bottom: 12px; } }

/* about */
.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about__art img { width: 100%; aspect-ratio: 4/5; max-height: 560px; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.about__copy h2 { font-size: clamp(2rem, 4.2vw, 2.9rem); margin-bottom: 16px; }
.about__copy p { color: var(--muted); margin-bottom: 14px; }
.link { color: var(--blue); font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; border-bottom: 2px solid currentColor; padding-bottom: 1px; }
.link:hover { color: var(--blue-dark); }
@media (max-width: 760px) { .about { grid-template-columns: 1fr; } .about__art { max-width: 380px; } }

/* cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; transition: .3s var(--ease); border-top: 3px solid var(--blue); }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-top-color: var(--copper); }
.card h3 { font-size: 1.3rem; margin-bottom: 10px; letter-spacing: .02em; }
.card p { color: var(--muted); font-size: .96rem; }
.card__price { display: block; margin-top: 12px; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; color: var(--copper); font-size: 1rem; }
@media (max-width: 860px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cards { grid-template-columns: 1fr; } }

/* reviews */
.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 12px; }
.review__stars { color: var(--copper); letter-spacing: 2px; }
.review blockquote { margin: 0; font-size: 1.06rem; line-height: 1.6; }
.review figcaption { color: var(--ink); font-weight: 600; font-size: .92rem; margin-top: auto; }
.review figcaption span { color: var(--muted); font-weight: 400; }
.reviews__cta { text-align: center; margin-top: clamp(26px, 4vw, 40px); }
@media (max-width: 720px) { .reviews { grid-template-columns: 1fr; } }

/* book / appointment (navy) */
.section--blue { background: linear-gradient(160deg, var(--ink-2), var(--ink-3)); color: #fff; }
.order { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 70px); align-items: center; }
.order h2 { font-size: clamp(2.1rem, 4.6vw, 3.1rem); margin-bottom: 26px; color: #fff; }
.steps { list-style: none; padding: 0; display: grid; gap: 16px; }
.steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.05rem; color: #d7deea; }
.steps span { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--blue);
  display: grid; place-items: center; font-family: var(--display); font-weight: 600; color: #fff; }
.order__call { margin-top: 26px; color: var(--copper-2); }
.order__call a { color: #fff; border-bottom: 1px solid; }
.order__form { background: #fff; color: var(--ink); border-radius: var(--radius); padding: clamp(24px, 3.5vw, 36px); box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; font-size: .85rem; margin-bottom: 7px; }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius);
  font-family: var(--body); font-size: 1rem; background: var(--paper); color: var(--ink); resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(46,139,255,.18); }
.form__note { margin-top: 14px; text-align: center; font-weight: 600; min-height: 1.2em; }
.form__note.ok { color: var(--blue-dark); }
@media (max-width: 760px) { .order { grid-template-columns: 1fr; } }

/* visit */
.visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(32px, 5vw, 60px); align-items: center; }
.visit h2 { font-size: clamp(2rem, 4.2vw, 2.9rem); margin-bottom: 24px; }
.info { padding: 14px 0; border-bottom: 1px solid var(--line); display: flex; gap: 18px; }
.info b { min-width: 92px; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
.info a:hover { color: var(--blue); }
.info--hours { align-items: flex-start; }
.hours { list-style: none; padding: 0; display: grid; gap: 6px; flex: 1; }
.hours li { display: flex; justify-content: space-between; color: var(--muted); max-width: 320px; }
.visit__map { aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.visit__map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 760px) { .visit { grid-template-columns: 1fr; } }

/* footer */
.footer { background: var(--ink-3); color: var(--paper); text-align: center; padding: 48px 0; }
.footer__in p { margin-top: 10px; color: #aeb8c8; }
.footer__in a { color: var(--paper); border-bottom: 1px solid rgba(255,255,255,.3); }
.footer__by { font-size: .9rem; margin-top: 18px; }
.footer__by a:hover { color: var(--blue); border-color: var(--blue); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(6,10,18,.94); display: grid; place-items: center; padding: 30px; cursor: zoom-out; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 90vh; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.7); }

/* reveals */
.js .section .head, .js .about, .js .cards, .js .reviews, .js .order, .js .visit, .js .masonry { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .in { opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .js [class] { opacity: 1 !important; transform: none !important; }
}
