/*
Theme Name: Praveen Bhat Photography
Theme URI: https://praveenbhat.com
Author: Praveen Bhat
Author URI: https://praveenbhat.com
Description: Custom photography portfolio theme for Praveen Bhat — Celebrity Fashion & Advertising Photographer, Delhi NCR.
Version: 1.0.0
License: Private
Text Domain: praveen-bhat
Tags: photography, portfolio, fashion, celebrity
*/

/* ═══════════════════════════ RESET & TOKENS ═══════════════════════════ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
:root {
  --bg: #FAFAF7;
  --white: #ffffff;
  --ink: #1a1a1a;
  --mid: #666;
  --light: #999;
  --xlight: #bbb;
  --rule: #e4e0da;
  --accent: #b8955a;
  --accent-d: #7a5f32;
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'DM Sans', 'Helvetica Neue', sans-serif;
  --nav-h: 64px;
}
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
button { cursor: pointer; }
a { text-decoration: none; color: inherit; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-thumb { background: var(--rule); }

/* ═══════════════════════════ NAVIGATION ═══════════════════════════ */
#masthead {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  background: rgba(250,250,247,.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: center;
  padding: 0 20px;
  gap: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
/* Push nav below WP admin bar when logged in */
.admin-bar #masthead { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar #masthead { top: 46px; } }
@media screen and (max-width: 600px) { .admin-bar #masthead { top: 0; } }
.site-branding a {
  font-family: var(--serif); font-size: 18px; color: var(--ink);
  white-space: nowrap; flex-shrink: 0;
}
.site-branding em { font-style: italic; }

/* Main nav */
#primary-navigation {
  display: flex; gap: clamp(10px, 1.5vw, 24px); list-style: none;
  margin-left: auto; align-items: center;
  flex-shrink: 1;
}
#primary-navigation li a {
  font-size: clamp(9px, 0.85vw, 11px); letter-spacing: 2px; text-transform: uppercase;
  color: var(--mid); transition: color .25s;
  padding-bottom: 2px; border-bottom: 1px solid transparent; font-weight: 400;
  white-space: nowrap;
}
#primary-navigation li a:hover,
#primary-navigation li.current-menu-item > a,
#primary-navigation li.current_page_item > a {
  color: var(--ink); border-bottom-color: var(--ink);
}

/* Nav socials */
.nav-socials {
  display: flex; gap: 6px; align-items: center; margin-left: 8px; flex-shrink: 0;
}
.nav-soc-link {
  width: 28px; height: 28px;
  border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .25s; flex-shrink: 0;
}
.nav-soc-link:hover { border-color: var(--ink); }
.nav-soc-link svg { width: 12px; height: 12px; stroke: var(--mid); fill: none; stroke-width: 1.5; }

/* Hamburger */
.hamburger {
  display: none; background: none; border: none;
  flex-direction: column; gap: 5px; padding: 4px; margin-left: auto;
}
.hamburger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--ink); transition: all .3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: var(--white); z-index: 499;
  border-bottom: 1px solid var(--rule);
  padding: 24px;
  flex-direction: column; gap: 0;
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
}
.admin-bar .mobile-menu { top: calc(var(--nav-h) + 32px); }
@media screen and (max-width: 782px) { .admin-bar .mobile-menu { top: calc(var(--nav-h) + 46px); } }
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--mid); padding: 14px 0;
  border-bottom: 1px solid var(--rule); font-weight: 400; display: block;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-social-row {
  display: flex; gap: 10px; padding-top: 20px;
}
.mobile-social-row a {
  width: 38px; height: 38px; border: 1px solid var(--rule);
  display: flex; align-items: center; justify-content: center;
}
.mobile-social-row a svg { width: 15px; height: 15px; stroke: var(--mid); fill: none; stroke-width: 1.5; }

/* Book button */
.nav-book {
  background: var(--ink); color: var(--bg);
  font-size: clamp(8px, 0.75vw, 10px); letter-spacing: 2px; text-transform: uppercase;
  padding: 9px clamp(10px, 1.2vw, 18px); font-weight: 400; border: none;
  font-family: var(--sans); transition: background .25s; white-space: nowrap; flex-shrink: 0;
  display: inline-block;
}
.nav-book:hover { background: #333; color: var(--bg); }

/* ═══════════════════════════ SHARED ═══════════════════════════ */
.eyebrow {
  font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--xlight);
  display: block; margin-bottom: 16px;
}
.sec-header {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 16px; border-bottom: 1px solid var(--rule); margin-bottom: 48px;
}
.sec-title { font-family: var(--serif); font-size: clamp(26px, 4vw, 44px); line-height: 1; }
.sec-title em { font-style: italic; }
.sec-cta {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--mid); transition: color .25s; white-space: nowrap;
}
.sec-cta:hover { color: var(--ink); }
.btn {
  display: inline-block; padding: 12px 28px;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  font-weight: 400; font-family: var(--sans);
  border: none; transition: all .3s; cursor: pointer;
}
.btn-dark { background: var(--ink); color: var(--bg); }
.btn-dark:hover { background: #333; color: var(--bg); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--bg); }

/* ═══════════════════════════ MARQUEE ═══════════════════════════ */
.marquee {
  border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
  padding: 11px 0; overflow: hidden; white-space: nowrap; background: var(--white);
}
.mq { display: inline-flex; animation: mq 28s linear infinite; }
.mq span { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--mid); padding: 0 20px; }
.mq .bull { color: var(--accent); }
@keyframes mq { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ═══════════════════════════ FOOTER ═══════════════════════════ */
.site-footer {
  background: var(--ink); padding: 64px 24px 36px;
}
.ft-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.ft-logo { font-family: var(--serif); font-size: 20px; color: var(--bg); font-style: italic; display: block; margin-bottom: 12px; }
.ft-tagline { font-size: 12px; line-height: 1.9; color: #777; max-width: 260px; }
.ft-col h5 { font-size: 9px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; font-weight: 400; }
.ft-col ul { list-style: none; }
.ft-col li { margin-bottom: 8px; }
.ft-col a { font-size: 12px; color: #666; transition: color .25s; }
.ft-col a:hover { color: var(--bg); }
.ft-socials { display: flex; gap: 10px; margin-top: 20px; }
.ft-soc {
  width: 36px; height: 36px;
  border: 1px solid #333;
  display: flex; align-items: center; justify-content: center;
  transition: border-color .25s;
}
.ft-soc:hover { border-color: var(--accent); }
.ft-soc svg { width: 14px; height: 14px; stroke: #666; fill: none; stroke-width: 1.5; transition: stroke .25s; }
.ft-soc:hover svg { stroke: var(--accent); }
.ft-bottom {
  border-top: 1px solid #262626; padding-top: 24px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px;
}
.ft-copy { font-size: 11px; color: #444; }
.ft-seo { font-size: 10px; color: #222; }

/* Sub-footer (page bottom bar) */
.sub-footer {
  border-top: 1px solid var(--rule);
  padding: 20px 24px;
  display: flex; align-items: center; justify-content: space-between;
}
.sub-footer-note { font-size: 10px; color: var(--xlight); letter-spacing: 1px; }

/* ═══════════════════════════ HOME PAGE ═══════════════════════════ */
.site-content { padding-top: var(--nav-h); min-height: 100vh; }

/* Hero */
.hero {
  display: grid; grid-template-columns: 55% 45%;
  min-height: calc(100vh - var(--nav-h));
  border-bottom: 1px solid var(--rule);
}
.hero-left {
  padding: 64px 48px 60px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-right: 1px solid var(--rule);
}
.hero-name {
  font-family: var(--serif);
  font-size: clamp(52px, 7.5vw, 104px);
  line-height: .92; letter-spacing: -2px; margin: 20px 0 4px;
}
.hero-name em { font-style: italic; display: block; }
.hero-sub { font-size: 11px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--mid); margin: 20px 0 36px; }
.hero-desc { font-size: 15px; line-height: 1.85; color: var(--mid); max-width: 420px; margin-bottom: 44px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-note { font-size: 11px; color: var(--xlight); letter-spacing: .5px; }
.hero-right { position: relative; overflow: hidden; }
.hero-ph {
  width: 100%; height: 100%; min-height: 500px;
  position: relative; display: flex; align-items: center; justify-content: center;
}
.hero-ph img {
  width: 100%; height: 100%; object-fit: cover;
  position: absolute; inset: 0;
}
.hero-ph-placeholder {
  width: 100%; height: 100%; min-height: 500px;
  background: linear-gradient(160deg, #dbd6cf 0%, #ccc7bf 45%, #bfbab2 100%);
}
.hero-tag {
  position: absolute; bottom: 24px; left: 24px;
  background: rgba(250,250,247,.93);
  padding: 8px 14px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--mid);
  z-index: 2;
}
.scroll-hint {
  position: absolute; right: 24px; bottom: 24px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--xlight); font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  z-index: 2;
}
.scroll-line { width: 1px; height: 44px; background: linear-gradient(var(--xlight), transparent); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat {
  padding: 40px 28px; text-align: center;
  border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule);
}
.stat:last-child { border-right: none; }
.stat-n { font-family: var(--serif); font-size: clamp(36px, 4vw, 52px); line-height: 1; }
.stat-l { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--xlight); margin-top: 6px; }

/* Featured grid */
.section { padding: 72px 24px; }
.feat-grid { display: grid; grid-template-columns: 3fr 2fr; gap: 3px; }
.feat-col-r { display: grid; gap: 3px; }
.feat-item {
  position: relative; overflow: hidden; cursor: pointer; display: block;
  background: #d8d3cc;
}
.fi-inner { transition: transform .7s cubic-bezier(.25,.46,.45,.94); }
.feat-item:hover .fi-inner { transform: scale(1.04); }
.feat-cap {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 48px 24px 24px;
  background: linear-gradient(transparent, rgba(26,26,26,.6));
  color: var(--white);
  opacity: 0; transform: translateY(8px);
  transition: all .4s;
}
.feat-item:hover .feat-cap { opacity: 1; transform: translateY(0); }
.feat-cap-cat { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; opacity: .75; margin-bottom: 4px; }
.feat-cap-title { font-family: var(--serif); font-size: 18px; line-height: 1.2; }
.feat-ph {
  width: 100%; display: block;
  background: linear-gradient(160deg, #d8d3cc, #c8c3bb);
}
.feat-ph img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* Services strip */
.services { padding: 0 24px; border-top: 1px solid var(--rule); }
.svc-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.svc {
  padding: 40px 24px;
  border-right: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
}
.svc:last-child { border-right: none; }
.svc-n { font-family: var(--serif); font-size: 32px; line-height: 1; color: var(--rule); margin-bottom: 16px; }
.svc-title { font-size: 13px; letter-spacing: 1px; margin-bottom: 10px; font-weight: 400; }
.svc-body { font-size: 13px; color: var(--mid); line-height: 1.8; }

/* Testimonial */
.testimonial { padding: 96px 24px; border-top: 1px solid var(--rule); }
.tq-wrap { max-width: 820px; }
.tq-mark { font-family: var(--serif); font-size: 80px; line-height: .7; color: var(--rule); }
.tq { font-family: var(--serif); font-size: clamp(20px, 3vw, 32px); line-height: 1.4; margin: 20px 0 32px; font-style: italic; }
.tq-attr { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--mid); }
.tq-attr strong { color: var(--ink); }

/* Clients */
.clients { padding: 48px 24px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.clients-label { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--xlight); margin-bottom: 28px; }
.clients-row { display: flex; gap: 32px; align-items: center; flex-wrap: wrap; }
.client-name { font-family: var(--serif); font-size: 15px; color: var(--xlight); font-style: italic; transition: color .3s; }
.client-name:hover { color: var(--mid); }
.client-dot { color: var(--rule); font-size: 10px; }

/* ═══════════════════════════ ABOUT PAGE ═══════════════════════════ */
.about-hero {
  display: grid; grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--rule);
}
.about-img {
  border-right: 1px solid var(--rule);
  overflow: hidden; min-height: 560px;
  background: linear-gradient(160deg, #ddd8d1 0%, #c8c3bb 100%);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-txt {
  padding: 80px 56px;
  display: flex; flex-direction: column; justify-content: center;
}
.about-txt h1 { font-family: var(--serif); font-size: clamp(40px, 5vw, 72px); line-height: 1.05; margin-bottom: 28px; }
.about-txt h1 em { font-style: italic; }
.about-txt p { font-size: 15px; color: var(--mid); line-height: 1.85; margin-bottom: 16px; }

.about-body {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 64px; padding: 72px 24px; border-bottom: 1px solid var(--rule);
}
.about-story h2 { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); margin-bottom: 28px; }
.about-story h2 em { font-style: italic; }
.about-story p { font-size: 15px; color: var(--mid); line-height: 1.85; margin-bottom: 16px; }

.awards-h { font-size: 9px; letter-spacing: 4px; text-transform: uppercase; color: var(--xlight); margin-bottom: 24px; }
.award { padding: 20px 0; border-bottom: 1px solid var(--rule); }
.award:last-child { border-bottom: none; }
.aw-yr { font-size: 10px; letter-spacing: 2px; color: var(--accent); margin-bottom: 4px; }
.aw-title { font-size: 14px; font-weight: 400; margin-bottom: 2px; }
.aw-org { font-size: 12px; color: var(--mid); }

.phil-wrap { padding: 72px 24px; border-bottom: 1px solid var(--rule); }
.phil-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.phil-n { font-family: var(--serif); font-size: 40px; color: var(--rule); line-height: 1; margin-bottom: 16px; }
.phil-title { font-size: 14px; letter-spacing: .5px; margin-bottom: 12px; font-weight: 400; }
.phil-body { font-size: 13px; color: var(--mid); line-height: 1.85; }

/* ═══════════════════════════ PORTFOLIO PAGE ═══════════════════════════ */
.port-hero {
  padding: 72px 24px 56px;
  border-bottom: 1px solid var(--rule);
}
.port-hero h1 { font-family: var(--serif); font-size: clamp(44px, 7vw, 96px); line-height: 1; margin-bottom: 16px; }
.port-hero h1 em { font-style: italic; }
.port-hero p { font-size: 15px; color: var(--mid); max-width: 540px; line-height: 1.85; margin-bottom: 36px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.fbtn {
  border: 1px solid var(--rule); background: none;
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 18px; font-family: var(--sans); color: var(--mid);
  transition: all .25s; cursor: pointer;
}
.fbtn:hover, .fbtn.on { background: var(--ink); border-color: var(--ink); color: var(--bg); }

.port-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  padding: 3px;
}
.port-item {
  position: relative; overflow: hidden; cursor: pointer;
}
.pi-ph { position: relative; overflow: hidden; }
.pi-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s cubic-bezier(.25,.46,.45,.94); }
.port-item:hover .pi-ph img { transform: scale(1.05); }
.pi-hover {
  position: absolute; inset: 0;
  background: rgba(26,26,26,.55);
  display: flex; flex-direction: column;
  align-items: flex-start; justify-content: flex-end;
  padding: 20px;
  opacity: 0; transition: opacity .35s;
}
.port-item:hover .pi-hover { opacity: 1; }
.pi-cat { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,.65); margin-bottom: 4px; }
.pi-title { font-family: var(--serif); font-size: 16px; color: var(--white); line-height: 1.2; }

/* ═══════════════════════════ JOURNAL/BLOG PAGE ═══════════════════════════ */
.blog-hero {
  padding: 72px 24px 56px;
  border-bottom: 1px solid var(--rule);
}
.blog-hero h1 { font-family: var(--serif); font-size: clamp(44px, 7vw, 80px); line-height: 1; }
.blog-hero h1 em { font-style: italic; }
.blog-layout { display: grid; grid-template-columns: 1fr 320px; gap: 64px; padding: 64px 24px; }
.blog-feat { margin-bottom: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--rule); }
.blog-feat-img { position: relative; margin-bottom: 24px; overflow: hidden; }
.blog-feat-img img { width: 100%; height: 380px; object-fit: cover; display: block; }
.feat-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--ink); color: var(--bg);
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 12px;
}
.bmeta { display: flex; gap: 16px; align-items: center; margin-bottom: 12px; }
.bcat {
  font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent); font-weight: 400;
}
.bdate { font-size: 12px; color: var(--xlight); }
.btitle { font-family: var(--serif); font-size: clamp(18px, 2.5vw, 28px); line-height: 1.25; margin-bottom: 12px; }
.bexc { font-size: 14px; color: var(--mid); line-height: 1.8; margin-bottom: 20px; }
.blog-post { padding: 32px 0; border-bottom: 1px solid var(--rule); }

/* Blog sidebar */
.blog-sidebar {}
.sb-sec { margin-bottom: 40px; }
.sb-head { font-size: 9px; letter-spacing: 3.5px; text-transform: uppercase; color: var(--xlight); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--rule); }
.sb-tag {
  display: inline-block; border: 1px solid var(--rule);
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 12px; margin: 0 4px 8px 0; color: var(--mid);
  transition: all .2s; cursor: pointer;
}
.sb-tag:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sb-post { padding: 16px 0; border-bottom: 1px solid var(--rule); }
.sb-post:last-child { border-bottom: none; }
.sb-post-title { font-size: 13px; line-height: 1.5; margin-bottom: 4px; }
.sb-date { font-size: 11px; color: var(--xlight); }

/* ═══════════════════════════ CONTACT PAGE ═══════════════════════════ */
.contact-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr;
  min-height: calc(100vh - var(--nav-h));
}
.contact-info {
  padding: 80px 56px; border-right: 1px solid var(--rule);
  background: var(--bg);
}
.contact-info h1 { font-family: var(--serif); font-size: clamp(40px, 5vw, 72px); line-height: 1.05; margin-bottom: 24px; }
.contact-info h1 em { font-style: italic; }
.contact-info > p { font-size: 14px; color: var(--mid); line-height: 1.85; margin-bottom: 40px; }
.cd { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.cd:last-of-type { border-bottom: none; }
.cd-icon { width: 36px; height: 36px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cd-icon svg { width: 14px; height: 14px; stroke: var(--mid); fill: none; stroke-width: 1.5; }
.cd-label { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--xlight); margin-bottom: 2px; }
.cd-val { font-size: 14px; color: var(--ink); }
.cd-val a { color: var(--ink); }
.contact-socials { display: flex; gap: 10px; margin-top: 32px; }
.ct-soc { width: 40px; height: 40px; border: 1px solid var(--rule); display: flex; align-items: center; justify-content: center; transition: border-color .25s; }
.ct-soc:hover { border-color: var(--ink); }
.ct-soc svg { width: 16px; height: 16px; stroke: var(--mid); fill: none; stroke-width: 1.5; }

.contact-form { padding: 80px 56px; }
.contact-form h2 { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); margin-bottom: 40px; }
.contact-form h2 em { font-style: italic; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.fg { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.fg label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--mid); }
.fg input, .fg select, .fg textarea {
  border: none; border-bottom: 1px solid var(--rule);
  background: transparent; font-family: var(--sans);
  font-size: 14px; color: var(--ink); padding: 10px 0;
  outline: none; transition: border-color .25s;
  width: 100%; -webkit-appearance: none;
}
.fg input:focus, .fg select:focus, .fg textarea:focus { border-bottom-color: var(--ink); }
.fg textarea { min-height: 120px; resize: none; }

/* Toast */
.toast {
  position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(80px);
  background: var(--ink); color: var(--bg);
  padding: 14px 28px; font-size: 13px; letter-spacing: .5px;
  opacity: 0; transition: all .4s; pointer-events: none; z-index: 9999;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ═══════════════════════════ SINGLE POST / PAGE ═══════════════════════════ */
.entry-content { max-width: 720px; margin: 0 auto; padding: 64px 24px; }
.entry-content h1, .entry-content h2, .entry-content h3 { font-family: var(--serif); line-height: 1.2; margin-bottom: 20px; }
.entry-content p { color: var(--mid); line-height: 1.85; margin-bottom: 20px; }
.entry-header { padding: 64px 24px 40px; border-bottom: 1px solid var(--rule); max-width: 800px; }
.entry-header .entry-category { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; display: block; }
.entry-header h1 { font-family: var(--serif); font-size: clamp(32px, 5vw, 60px); line-height: 1.1; }
.entry-header .entry-date { font-size: 12px; color: var(--xlight); margin-top: 16px; display: block; }

/* ═══════════════════════════ RESPONSIVE ═══════════════════════════ */
@media (max-width: 1024px) {
  .ft-grid { grid-template-columns: 1fr 1fr; }
  .port-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  #primary-navigation, .nav-socials { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 768px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-left { padding: 48px 24px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: none; }
  .feat-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .about-hero { grid-template-columns: 1fr; }
  .about-img { min-height: 320px; }
  .about-txt { padding: 48px 24px; }
  .about-body { grid-template-columns: 1fr; gap: 40px; padding: 48px 24px; }
  .phil-grid { grid-template-columns: 1fr; gap: 32px; }
  .port-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-layout { grid-template-columns: 1fr; }
  .blog-sidebar { display: none; }
  .contact-wrap { grid-template-columns: 1fr; }
  .contact-info { padding: 48px 24px; border-right: none; border-bottom: 1px solid var(--rule); }
  .contact-form { padding: 48px 24px; }
  .frow { grid-template-columns: 1fr; }
  .ft-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .port-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc:last-child { border-right: none; }
}
