/*
Theme Name: Nordstream Petroleum
Theme URI: https://nordstreampetroleum.com
Author: Nordstream Petroleum
Author URI: https://nordstreampetroleum.com
Description: Official corporate theme for Nordstream Petroleum — world-class refining complex.
Version: 1.0.0
License: Proprietary
Text Domain: nordstream-petroleum
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #0f2744;
  --navy-dark: #0a1c32;
  --navy-mid: #1a3a5c;
  --gold: #c9a227;
  --gold-dark: #b8921f;
  --white: #ffffff;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-300: #d1d5db;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --font-body: 'Lato', sans-serif;
  --font-heading: 'Playfair Display', serif;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--gray-700);
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ===== NAVBAR ===== */
#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(15, 39, 68, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: background 0.3s;
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo-icon {
  width: 42px; height: 42px;
  background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

.nav-logo-icon svg { width: 22px; height: 22px; color: white; }

.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-text span:first-child { font-family: var(--font-heading); font-size: 1.15rem; font-weight: 700; color: white; letter-spacing: 0.05em; }
.nav-logo-text span:last-child { font-size: 0.65rem; color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-links a {
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: white; }

.nav-cta {
  background: var(--gold);
  color: white !important;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--gold-dark) !important; color: white !important; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px;
  background: white; transition: 0.3s;
}

.mobile-menu {
  display: none;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1rem 1.5rem;
}
.mobile-menu a {
  display: block;
  color: rgba(255,255,255,0.8);
  font-size: 0.9rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.mobile-menu a:hover { color: white; }
.mobile-menu.open { display: block; }

/* ===== HERO ===== */
#hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('images/refinery-hero.jpg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(15,39,68,0.92) 0%, rgba(15,39,68,0.72) 50%, rgba(15,39,68,0.3) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 8rem 0 10rem;
  max-width: 720px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  background: rgba(201,162,39,0.2);
  border: 1px solid rgba(201,162,39,0.4);
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.hero-badge-dot {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero-badge span { color: var(--gold); font-size: 0.8rem; font-weight: 500; }

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 700;
  color: white;
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.hero-title .gold { color: var(--gold); }

.hero-subtitle {
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
  max-width: 580px;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex; align-items: center;
  background: var(--gold);
  color: white;
  padding: 0.85rem 2rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-1px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  border: 1px solid rgba(255,255,255,0.35);
  color: white;
  padding: 0.85rem 2rem;
  font-size: 0.9rem;
  transition: background 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.1); }

.hero-stats-bar {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(15,39,68,0.9);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.hero-stats-bar .container { padding: 1.25rem 1.5rem; }

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.stat-icon {
  width: 44px; height: 44px;
  background: rgba(201,162,39,0.2);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.stat-icon svg { width: 22px; height: 22px; color: var(--gold); }

.stat-num {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}
.stat-label {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}

/* ===== SECTION SHARED ===== */
section { padding: 5rem 0; }

.section-tag {
  display: inline-block;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.section-tag.gold { background: rgba(201,162,39,0.12); color: var(--gold); }
.section-tag.navy { background: rgba(15,39,68,0.08); color: var(--navy); }
.section-tag.green { background: #dcfce7; color: #15803d; }

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1rem;
}
.section-title.white { color: white; }

.section-sub {
  color: var(--gray-600);
  font-size: 1rem;
  max-width: 600px;
}
.section-sub.white { color: rgba(255,255,255,0.7); }

.section-header { text-align: center; margin-bottom: 3.5rem; }

/* ===== ABOUT ===== */
#about { background: white; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text p {
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-cert-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 100%);
  border-radius: 16px;
  padding: 2rem;
  color: white;
}

.about-cert-box h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.cert-list { display: flex; flex-direction: column; gap: 0.75rem; }

.cert-item {
  display: flex; align-items: center; gap: 0.75rem;
}

.cert-check {
  width: 22px; height: 22px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cert-check svg { width: 12px; height: 12px; color: white; }

.cert-item span { font-size: 0.9rem; color: rgba(255,255,255,0.9); }

.about-big-stat {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.about-big-stat .num { font-size: 2.5rem; font-weight: 700; color: var(--gold); }
.about-big-stat .label { font-size: 0.8rem; color: rgba(255,255,255,0.6); }

.about-icons {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.5rem; margin: 2rem 0;
}
.about-icon-item { display: flex; align-items: flex-start; gap: 0.75rem; }
.about-icon-box {
  width: 40px; height: 40px; background: var(--navy);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.about-icon-box svg { width: 20px; height: 20px; color: white; }
.about-icon-item h4 { font-size: 0.9rem; font-weight: 600; color: var(--navy); margin-bottom: 0.2rem; }
.about-icon-item p { font-size: 0.8rem; color: var(--gray-600); line-height: 1.5; }

/* ===== CAPABILITIES ===== */
#capabilities { background: var(--gray-50); }

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.cap-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid var(--gray-100);
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s;
}
.cap-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); }

.cap-card-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.75rem;
}

.cap-icon {
  width: 44px; height: 44px;
  background: rgba(15,39,68,0.08);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.cap-icon svg { width: 22px; height: 22px; color: var(--navy); }

.cap-capacity {
  font-size: 0.75rem;
  color: var(--gold);
  font-weight: 600;
}

.cap-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.cap-card p {
  font-size: 0.85rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

.cap-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.cap-tag {
  padding: 0.2rem 0.65rem;
  background: rgba(15,39,68,0.05);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 999px;
}

/* ===== PRODUCTS ===== */
#products { background: var(--navy); }
#products .section-title { color: white; }
#products .section-sub { color: rgba(255,255,255,0.7); }

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.product-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 1.5rem;
}

.product-card-top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 0.5rem;
}

.product-card h3 { font-size: 1rem; font-weight: 700; color: white; }
.product-vol { font-size: 1.15rem; font-weight: 700; color: var(--gold); }
.product-unit { font-size: 0.7rem; color: rgba(255,255,255,0.5); }

.product-bar-bg {
  margin-top: 0.75rem;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  overflow: hidden;
}
.product-bar {
  height: 100%;
  background: var(--gold);
  border-radius: 999px;
}

.products-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  text-align: center;
  flex-wrap: wrap;
}

.prod-sum-item .num { font-size: 1.75rem; font-weight: 700; color: var(--gold); }
.prod-sum-item .label { font-size: 0.75rem; color: rgba(255,255,255,0.6); margin-top: 4px; }

.prod-divider { width: 1px; height: 50px; background: rgba(255,255,255,0.15); }

/* ===== SALES TEAM ===== */
#sales-team { background: var(--gray-50); }

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.team-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--gray-100);
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.2s;
}
.team-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.12); }

.team-card-img {
  position: relative;
  height: 260px;
  overflow: hidden;
}
.team-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}

.team-card-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  padding: 1rem;
  display: flex; justify-content: flex-end;
}

.team-social {
  width: 32px; height: 32px;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.team-social:hover { background: var(--gold); }
.team-social svg { width: 14px; height: 14px; color: white; }

.team-card-body { padding: 1.25rem; }
.team-card-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 0.2rem; }
.team-card-body .title { font-size: 0.8rem; color: var(--gold); font-weight: 600; margin-bottom: 0.6rem; }
.team-card-body p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.55; }
.team-email { display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.75rem; font-size: 0.78rem; color: var(--navy); }
.team-email svg { width: 13px; height: 13px; }

/* ===== BOARD ===== */
#board { background: white; padding: 4rem 0 5rem; }

.board-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.board-card {
  background: var(--gray-50);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: background 0.2s;
}
.board-card:hover { background: var(--gray-100); }

.board-avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  border: 4px solid white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.board-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 0.2rem; }
.board-card .title { font-size: 0.78rem; color: var(--gold); font-weight: 600; margin-bottom: 0.5rem; }
.board-card p { font-size: 0.76rem; color: var(--gray-600); line-height: 1.5; }

/* ===== SAFETY ===== */
#safety { background: var(--gray-50); }

.safety-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}

.safety-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: white;
  border-radius: 12px;
  transition: box-shadow 0.2s;
}
.safety-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }

.safety-icon {
  width: 60px; height: 60px;
  background: var(--navy);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.safety-icon svg { width: 28px; height: 28px; color: white; }

.safety-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
.safety-card p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.55; }

.safety-bottom {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}

.safety-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.safety-record .num { font-size: 3.5rem; font-weight: 700; color: var(--gold); line-height: 1; }
.safety-record .label { font-size: 1rem; color: var(--gray-600); margin-bottom: 1.5rem; }
.safety-record p { color: var(--gray-600); font-size: 0.95rem; line-height: 1.7; }

/* ===== CONTACT ===== */
#contact { background: white; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h2 { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--navy); margin-bottom: 0.75rem; }
.contact-info > p { color: var(--gray-600); font-size: 0.95rem; line-height: 1.7; margin-bottom: 2rem; }

.contact-items { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.ci-icon {
  width: 44px; height: 44px;
  background: var(--navy);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ci-icon svg { width: 20px; height: 20px; color: white; }
.ci-label { font-size: 0.75rem; color: var(--gray-500); }
.ci-value { font-size: 0.9rem; font-weight: 600; color: var(--navy); }

.contact-form-box {
  background: var(--gray-50);
  border-radius: 16px;
  padding: 2rem;
}
.contact-form-box h3 { font-size: 1.3rem; font-weight: 700; color: var(--navy); margin-bottom: 1.5rem; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }

.form-group { display: flex; flex-direction: column; }
.form-group.full { grid-column: 1 / -1; }

.form-group label { font-size: 0.78rem; font-weight: 600; color: var(--gray-700); margin-bottom: 0.4rem; }
.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.65rem 0.9rem;
  border: 1px solid var(--gray-300);
  border-radius: 8px;
  font-size: 0.875rem;
  font-family: var(--font-body);
  color: var(--gray-700);
  background: white;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,162,39,0.15);
}
.form-group textarea { resize: vertical; min-height: 110px; }

.form-submit {
  display: block;
  width: 100%;
  background: var(--gold);
  color: white;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-body);
  border-radius: 8px;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.2s;
}
.form-submit:hover { background: var(--gold-dark); }

.form-notice {
  display: none;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
}
.form-notice.success { background: #d1fae5; color: #065f46; display: block; }
.form-notice.error { background: #fee2e2; color: #991b1b; display: block; }

/* ===== FOOTER ===== */
#footer {
  background: var(--navy);
  color: white;
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

.footer-brand .logo {
  display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem;
}
.footer-brand .logo-icon {
  width: 40px; height: 40px; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.footer-brand .logo-icon svg { width: 20px; height: 20px; color: white; }
.footer-brand .logo-text { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 700; color: white; }
.footer-brand p { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.65; max-width: 260px; }
.footer-brand .tagline { font-size: 0.7rem; color: var(--gold); letter-spacing: 0.12em; margin-top: 0.4rem; display: block; }

.footer-col h4 { font-size: 0.85rem; font-weight: 700; margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col li a { font-size: 0.8rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col li a:hover { color: white; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem;
}
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer-legal { display: flex; gap: 1.25rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.7); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .board-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  section { padding: 3.5rem 0; }
  .cap-grid { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .board-grid { grid-template-columns: repeat(2, 1fr); }
  .safety-grid { grid-template-columns: 1fr 1fr; }
  .safety-bottom { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .hero-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .products-summary { flex-direction: column; gap: 1.5rem; }
  .prod-divider { width: 80px; height: 1px; }
}

@media (max-width: 480px) {
  .board-grid { grid-template-columns: 1fr; }
  .safety-grid { grid-template-columns: 1fr; }
  .hero-stats-grid { grid-template-columns: 1fr 1fr; }
}
