/* ==========================================================================
   NORWICK ENERGY RESOURCES LIMITED - MASTER RESPONSIVE STYLESHEET
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. BREAKPOINT: 1399px (Extra Large Displays / Small Laptops)
   -------------------------------------------------------------------------- */
@media (max-width: 1399px) {
  :root {
    --max-width: 1240px;
  }

  .container {
    max-width: 1240px;
    padding: 0 1.5rem;
  }

  .trust-grid-row {
    gap: 1.25rem;
  }

  .trust-grid-item {
    padding: 1.25rem 1rem;
  }

  .footer-grid {
    gap: 2.5rem;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title {
    font-size: 2.15rem;
  }
}

/* --------------------------------------------------------------------------
   2. BREAKPOINT: 1199px (Desktop / Large Tablet Landscape)
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  :root {
    --max-width: 960px;
  }

  .container {
    max-width: 960px;
  }

  /* Desktop Navigation Hidden, Hamburger Visible at 1199px */
  .norwick-nav-desktop {
    display: none !important;
  }

  .norwick-hamburger {
    display: flex !important;
  }

  .norwick-nav-list {
    gap: 0.25rem;
  }

  .norwick-nav-link {
    font-size: 0.88rem;
    padding: 0.5rem 0.65rem;
  }

  .hero-premium-title {
    font-size: 2.8rem;
  }

  .hero-premium-subtext {
    font-size: 1rem;
  }

  .trust-grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .trust-grid-item {
    border-right: none;
    border-bottom: 1px solid rgba(10, 16, 30, 0.08);
    padding-bottom: 1.25rem;
  }

  .trust-grid-item:nth-child(2) {
    border-right: none;
  }

  .trust-grid-item:nth-child(3),
  .trust-grid-item:nth-child(4) {
    border-bottom: none;
  }

  .divisions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2rem;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 0.82rem;
  }

  .section-description {
    font-size: 1rem;
  }
}

/* --------------------------------------------------------------------------
   3. BREAKPOINT: 991px (Tablets / Mobile Navigation Switch)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  :root {
    --max-width: 95%;
  }

  .container {
    width: 95%;
    max-width: 95%;
  }

  /* Desktop Navigation Hidden, Hamburger Visible */
  .norwick-nav-desktop {
    display: none !important;
  }

  .norwick-hamburger {
    display: flex !important;
  }

  .hero-premium-title {
    font-size: 2.5rem;
  }

  /* Section 2: Trust Grid Card */
  .trust-grid-card {
    padding: 1.5rem 1.25rem;
  }

  .trust-grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  /* Section 3: Animated Stats Bar */
  .stats-bar-section {
    padding: 2.75rem 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.75rem 1.25rem;
  }

  .stat-number-wrapper {
    font-size: 2.5rem;
  }

  .stat-label {
    font-size: 0.88rem;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  .sustainability-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sustainability-image-wrapper img {
    height: 320px;
  }

  .section-subtitle {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
  }

  .section-description {
    font-size: 0.95rem;
  }

  .section-title-wrap {
    margin-bottom: 2.5rem;
  }

  /* About / Overview Section */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Global Operations Section */
  .global-ops-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Contact Form & Info Grid */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  /* Newsletter CTA Card */
  .newsletter-card-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    text-align: center;
  }

  .newsletter-form {
    max-width: 100%;
  }

  /* Section 8: Regional Operations Hub */
  .region-panel-content {
    padding: 2.25rem 1.5rem;
  }

  .region-panel-title {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  /* Section 14: Careers Teaser Card Banner */
  .careers-card-banner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 1.75rem;
  }

  .careers-title {
    font-size: 1.85rem;
    line-height: 1.3;
  }

  /* Section 15: Light CTA Banner */
  .cta-banner-card-light {
    padding: 2.5rem 1.5rem;
  }

  .cta-title-light {
    font-size: 1.85rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }

  .cta-subtext-light {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .cta-actions-group {
    gap: 1rem;
    margin-bottom: 2.5rem;
  }

  /* CTA Banner */
  .cta-banner-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .cta-banner-actions {
    width: 100%;
    justify-content: center;
  }

  /* Footer Layout */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .footer-bottom-right {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
  }

  .footer-legal-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 1.25rem;
  }

  .legal-sep {
    display: none !important;
  }

  .footer-legal-divider {
    display: none !important;
  }

  .developer-credit {
    text-align: center;
    margin-top: 0.25rem;
  }

  .cert-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .inner-page-title {
    font-size: 2.15rem;
    line-height: 1.25;
  }

  /* About Page Responsiveness - 991px */
  .about-teaser-section {
    padding: 4rem 0;
  }
  .about-luxury-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-image-column {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about-overlapping-wrapper {
    min-height: 420px;
    padding-bottom: 0;
    width: 100%;
  }
  .luxury-image-backplate {
    top: -10px;
    left: 0;
    width: 88%;
    height: calc(100% - 20px);
  }
  .about-primary-frame {
    width: 88%;
    min-height: 360px;
    height: calc(100% - 20px);
  }
  .about-secondary-frame {
    width: 48%;
    height: 200px;
    bottom: 0;
    right: 0;
  }
  .about-badge-top {
    top: 1rem;
    right: 1rem;
    padding: 0.65rem 0.95rem;
  }
  .ultra-pillars-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .about-action-bar {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .vision-mission-grid {
    grid-template-columns: 1fr;
  }
  .hubs-grid {
    grid-template-columns: 1fr;
  }
  .ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hse-flex-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .governance-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }

  .workflow-steps-grid,
  .standards-grid,
  .cert-card-grid,
  .pillars-grid,
  .spotlight-grid,
  .culture-grid,
  .process-steps-grid,
  .featured-news-layout,
  .news-luxury-grid,
  .reports-grid,
  .media-spotlight-grid,
  .offices-grid,
  .rfp-steps-grid,
  .desks-grid,
  .vip-spotlight-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .job-luxury-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
}

/* --------------------------------------------------------------------------
   4. BREAKPOINT: 767px (Large Mobile Phones / Portrait Tablets)
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  :root {
    --max-width: 95%;
  }

  .container {
    width: 95%;
    max-width: 95%;
  }

  .hero-premium-title {
    font-size: 2.2rem;
    line-height: 1.25;
  }

  .hero-premium-subtext {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-premium-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
  }

  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    justify-content: center;
  }

  .hero-slider-controls {
    bottom: 2.2rem;
    padding: 0.35rem 0.75rem;
    gap: 0.65rem;
  }

  .hero-dot {
    padding: 0.25rem 0.6rem;
    font-size: 0.72rem;
  }

  .hero-dot .dot-label {
    display: none;
  }

  .trust-grid-card {
    padding: 1.25rem 1rem;
  }

  .trust-grid-row {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .trust-grid-item {
    padding: 0.75rem 0.5rem;
    border-right: none !important;
    border-bottom: 1px solid rgba(10, 16, 30, 0.08);
  }

  .trust-grid-item:last-child {
    border-bottom: none;
  }

  /* Section 3: Animated Stats Bar */
  .stats-bar-section {
    padding: 2.25rem 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.75rem;
  }

  .stat-card {
    padding: 0.5rem 0.25rem;
  }

  .stat-number-wrapper {
    font-size: 2.1rem;
  }

  .stat-label {
    font-size: 0.8rem;
    line-height: 1.35;
    letter-spacing: 0.02em;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title,
  .about-luxury-heading,
  .cta-light-title,
  .cta-title-light {
    font-size: 1.55rem;
    line-height: 1.3;
    margin-bottom: 0.65rem;
  }

  .inner-page-title {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }

  .inner-page-subtitle {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.25rem;
  }

  .sustainability-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .sustainability-image-wrapper img {
    height: 280px;
  }

  .section-subtitle {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
  }

  .section-description {
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .section-title-wrap {
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .divisions-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .norwick-footer {
    padding-bottom: 2rem;
  }

  .footer-bottom {
    padding-bottom: 3rem;
  }

  /* Section 8: Regional Operations Hub */
  .region-panel-content {
    padding: 1.75rem 1.15rem;
    border-radius: 16px;
  }

  .region-panel-title {
    font-size: 1.6rem;
    line-height: 1.32;
    margin-bottom: 0.75rem;
  }

  .region-panel-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .region-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }

  .region-feature-chip {
    font-size: 0.82rem;
    padding: 0.5rem 0.75rem;
  }

  .region-stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.75rem;
    margin-bottom: 1.5rem;
  }

  .region-panel-btn {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }

  /* Section 14: Careers Teaser Card Banner */
  .careers-card-banner {
    padding: 2rem 1.25rem;
    border-radius: 16px;
  }

  .careers-title {
    font-size: 1.6rem;
    line-height: 1.32;
    margin-bottom: 0.85rem;
  }

  .careers-subtext {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }

  .careers-perks-row {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
  }

  .careers-roles-card {
    padding: 1.5rem 1.15rem;
    border-radius: 14px;
  }

  .btn-full-width {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }

  /* Section 15: Light CTA Banner */
  .cta-banner-card-light {
    padding: 2rem 1.15rem;
  }

  .cta-title-light {
    font-size: 1.6rem;
    line-height: 1.32;
    margin-bottom: 0.85rem;
  }

  .cta-subtext-light {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }

  .cta-actions-group {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
    margin-bottom: 2rem;
  }

  .btn-cta-primary,
  .btn-cta-navy-ghost {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
  }

  .cta-highlights-row-light {
    flex-direction: column;
    gap: 0.75rem;
    padding-top: 1.5rem;
  }

  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* About Page Responsiveness - 767px */
  .about-teaser-section {
    padding: 3.25rem 0;
  }
  .about-overlapping-wrapper {
    min-height: 330px;
    margin-bottom: 1.5rem;
  }
  .luxury-image-backplate {
    top: -6px;
    left: 0;
    width: 90%;
    height: calc(100% - 15px);
    border-radius: 18px;
  }
  .about-primary-frame {
    width: 90%;
    min-height: 290px;
    height: calc(100% - 15px);
    border-radius: 18px;
  }
  .about-secondary-frame {
    width: 48%;
    height: 160px;
    bottom: 0;
    right: 0;
    border-radius: 14px;
    border-width: 3px;
  }
  .about-floating-badge {
    padding: 0.5rem 0.75rem;
    border-radius: 12px;
    gap: 0.6rem;
  }
  .about-badge-top {
    top: 0.5rem;
    right: 0.5rem;
    max-width: 200px;
  }
  .floating-badge-icon {
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
  }
  .badge-big-num {
    font-size: 1.15rem;
  }
  .badge-subtext {
    font-size: 0.68rem;
  }
  .about-luxury-heading {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .about-lead-text {
    font-size: 0.92rem;
    margin-bottom: 1.25rem;
  }
  .ultra-pillars-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .about-action-bar {
    flex-direction: column;
    width: 100%;
  }
  .about-action-bar .btn-luxury-primary,
  .about-action-bar .btn-luxury-outline {
    width: 100%;
    justify-content: center;
  }
  .vm-luxury-card,
  .hub-card {
    padding: 1.5rem 1.25rem;
  }
  .hse-badges-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

/* --------------------------------------------------------------------------
   5. BREAKPOINT: 575px (Standard Mobile Phones)
   -------------------------------------------------------------------------- */
@media (max-width: 575px) {
  .container {
    width: 95%;
    max-width: 95%;
    padding: 0;
  }

  .hero-premium-title {
    font-size: 2.0rem;
    line-height: 1.2;
  }

  .hero-live-badge {
    font-size: 0.72rem;
    padding: 0.4rem 0.9rem;
  }

  .hero-premium-subtext {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }

  .hero-premium-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
  }

  .btn-hero-primary,
  .btn-hero-ghost {
    width: 100%;
    justify-content: center;
    padding: 0.85rem 1.25rem;
    font-size: 0.95rem;
  }

  .hero-highlights-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .hero-highlight-card {
    padding: 1.1rem 1.25rem;
  }


  /* Section 2: Trust Grid Card */
  .trust-grid-card {
    padding: 1rem 0.75rem;
  }

  .trust-grid-item {
    gap: 0.85rem;
    padding: 0.65rem 0.25rem;
  }

  .trust-grid-icon {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }

  .trust-grid-title {
    font-size: 0.98rem;
  }

  .trust-grid-sub {
    font-size: 0.76rem;
    margin-bottom: 0.35rem;
  }

  .trust-micro-badge {
    font-size: 0.68rem;
    padding: 0.2rem 0.55rem;
  }

  /* Section 2: Animated Stats Bar Floating Card Strip */
  .stats-bar-section {
    padding: 0;
    margin-top: -30px;
    margin-bottom: 1.75rem;
  }

  .stats-bar-card {
    padding: 1.25rem 1rem;
    border-radius: 14px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.5rem;
  }

  .stat-card {
    gap: 0.75rem;
    padding: 0.5rem 0.25rem;
  }

  .stat-icon-circle {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
  }

  .stat-number-wrapper {
    font-size: 1.75rem;
    margin-bottom: 0.1rem;
  }

  .stat-label {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title,
  .about-luxury-heading,
  .cta-light-title,
  .cta-title-light {
    font-size: 1.35rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  .inner-page-title {
    font-size: 1.45rem;
    line-height: 1.25;
    margin-bottom: 0.65rem;
  }

  .inner-page-subtitle {
    font-size: 0.85rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }

  .sustainability-text {
    font-size: 0.86rem;
    margin-bottom: 1.25rem;
  }

  .sustainability-image-wrapper img {
    height: 240px;
  }

  .section-subtitle {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
  }

  .section-description {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .section-title-wrap {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .accreditations-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    padding-bottom: 3.25rem;
  }

  .footer-legal-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.45rem 1rem;
  }

  .norwick-header-container {
    padding: 0 0.75rem;
  }

  .header-actions-group {
    gap: 0.5rem;
  }

  .btn-quote {
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
    gap: 0.35rem;
  }

  /* Section 8: Regional Operations Hub */
  .region-panel-content {
    padding: 1.5rem 0.85rem;
  }

  .region-badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.75rem;
  }

  .region-panel-title {
    font-size: 1.4rem;
    line-height: 1.35;
  }

  .region-panel-text {
    font-size: 0.86rem;
  }

  .region-stat-item .val {
    font-size: 1.65rem;
  }

  .region-stat-item .lbl {
    font-size: 0.72rem;
  }

  /* Section 14: Careers Teaser Card Banner */
  .careers-card-banner {
    padding: 1.5rem 0.85rem;
  }

  .careers-badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
  }

  .careers-title {
    font-size: 1.4rem;
    line-height: 1.35;
  }

  .careers-subtext {
    font-size: 0.86rem;
  }

  .careers-roles-card {
    padding: 1.25rem 0.85rem;
  }

  .roles-title {
    font-size: 0.95rem;
  }

  .roles-count {
    font-size: 0.72rem;
    padding: 0.2rem 0.5rem;
  }

  .role-item {
    padding: 0.65rem 0.75rem;
  }

  .role-name {
    font-size: 0.85rem;
  }

  .role-loc {
    font-size: 0.72rem;
  }

  /* Section 15: Light CTA Banner */
  .cta-banner-card-light {
    padding: 1.75rem 0.85rem;
  }

  .cta-badge-light {
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
  }

  .cta-title-light {
    font-size: 1.4rem;
    line-height: 1.35;
  }

  .cta-subtext-light {
    font-size: 0.86rem;
  }

  .btn-cta-primary,
  .btn-cta-navy-ghost {
    padding: 0.78rem 0.85rem;
    font-size: 0.88rem;
    white-space: normal;
    text-align: center;
  }

  .footer-credit {
    font-size: 0.82rem;
  }

  /* About Page Responsiveness - 575px */
  .about-overlapping-wrapper {
    min-height: 260px;
    margin-bottom: 1rem;
  }
  .luxury-image-backplate {
    display: none;
  }
  .about-primary-frame {
    width: 94%;
    min-height: 230px;
    height: calc(100% - 10px);
    border-radius: 14px;
  }
  .about-secondary-frame {
    width: 52%;
    height: 125px;
    border-radius: 12px;
    border-width: 2px;
  }
  .about-floating-badge {
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    gap: 0.4rem;
  }
  .about-badge-top {
    top: 0.4rem;
    right: 0.4rem;
    max-width: 170px;
  }
  .floating-badge-icon {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
  .badge-big-num {
    font-size: 1rem;
  }
  .badge-unit {
    font-size: 0.68rem;
  }
  .badge-subtext {
    font-size: 0.62rem;
  }
  .about-luxury-heading {
    font-size: 1.45rem;
  }
  .ecosystem-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .hse-badges-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .governance-card {
    padding: 1.5rem 1rem;
  }
}

/* --------------------------------------------------------------------------
   6. BREAKPOINT: 450px (Small Mobile Devices / Narrow Screens)
   -------------------------------------------------------------------------- */
@media (max-width: 450px) {
  .container {
    width: 95%;
    max-width: 95%;
    padding: 0;
  }

  .norwick-logo {
    padding: 0.35rem 0.75rem;
  }

  .header-logo-img {
    height: 30px;
  }

  .hero-live-badge {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
  }

  .hero-premium-title {
    font-size: 1.65rem;
    line-height: 1.28;
  }

  .hero-premium-subtext {
    font-size: 0.88rem;
  }

  .btn-hero-primary,
  .btn-hero-ghost {
    font-size: 0.9rem;
    padding: 0.75rem 1.25rem;
  }

  .hero-pillar-item {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-pillar-num {
    font-size: 1.6rem;
    width: auto;
  }

  .footer-legal-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem 0.85rem;
  }

  .legal-sep {
    display: none !important;
  }

  .footer-legal-divider {
    display: none !important;
  }

  .footer-credit {
    font-size: 0.78rem;
    text-align: center;
  }

  /* Section 2: Trust Grid Card */
  .trust-grid-card {
    padding: 0.85rem 0.5rem;
  }

  /* Section 3: Animated Stats Bar */
  .stats-bar-section {
    padding: 1.75rem 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.15rem 0.25rem;
  }

  .stat-card {
    padding: 0.35rem 0.15rem;
  }

  .stat-number-wrapper {
    font-size: 1.65rem;
    margin-bottom: 0.25rem;
  }

  .stat-label {
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1.25;
  }

  .btn-quote span {
    font-size: 0.78rem;
  }

  .btn-quote {
    padding: 0.4rem 0.65rem;
  }

  /* Section 8: Regional Operations Hub */
  .region-panel-content {
    padding: 1.25rem 0.65rem;
  }

  .region-panel-title {
    font-size: 1.25rem;
    line-height: 1.38;
  }

  .region-features-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .region-stat-item .val {
    font-size: 1.5rem;
  }

  .region-stat-item .lbl {
    font-size: 0.68rem;
  }

  /* Section 14: Careers Teaser Card Banner */
  .careers-card-banner {
    padding: 1.25rem 0.65rem;
  }

  .careers-title {
    font-size: 1.25rem;
    line-height: 1.38;
  }

  .careers-subtext {
    font-size: 0.82rem;
  }

  /* Section 15: Light CTA Banner */
  .cta-banner-card-light {
    padding: 1.5rem 0.65rem;
  }

  .cta-title-light {
    font-size: 1.25rem;
    line-height: 1.38;
  }

  .cta-subtext-light {
    font-size: 0.82rem;
  }

  .btn-cta-primary,
  .btn-cta-navy-ghost {
    padding: 0.72rem 0.65rem;
    font-size: 0.84rem;
  }

  /* Section Headings Responsiveness */
  .section-title,
  .about-content-heading,
  .sustainability-title,
  .about-luxury-heading,
  .cta-light-title,
  .cta-title-light {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.45rem;
  }

  .inner-page-title {
    font-size: 1.3rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
  }

  .inner-page-subtitle {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .sustainability-text {
    font-size: 0.82rem;
  }

  .sustainability-image-wrapper img {
    height: 220px;
  }

  .section-subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .section-description {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .footer-bottom {
    padding-bottom: 3.5rem;
  }

  /* Single Blog Responsive Rules */
  .single-blog-title {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .single-blog-subtitle {
    font-size: 0.95rem;
  }

  .single-blog-author-bar {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-pub-metrics {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .executive-takeaways-box {
    padding: 1.25rem 1rem;
  }

  .article-heading {
    font-size: 1.35rem;
  }

  .article-paragraph {
    font-size: 0.95rem;
  }

  .article-quote-box {
    padding: 1.5rem;
  }

  .obsidian-quote-box .quote-text {
    font-size: 1.05rem;
  }

  .single-blog-footer-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==========================================================================
   RESPONSIVE RULES FOR LUXURY SINGLE BLOG PAGE
   ========================================================================== */
@media (max-width: 1200px) {
  .fixed-social-dock {
    display: none !important;
  }

  .luxury-side-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sidebar-sticky-wrapper {
    position: static;
  }
}

@media (max-width: 991px) {
  .luxury-side-title {
    font-size: 2.1rem;
  }

  .luxury-right-reader-canvas {
    padding: 2rem 1.5rem;
    border-radius: 16px;
  }

  .showcase-metrics-grid,
  .metrics-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-cards-grid {
    grid-template-columns: 1fr;
  }

  .vip-author-card {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem 1.25rem;
  }

  .author-action-btns {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .luxury-side-title {
    font-size: 1.65rem;
  }

  .luxury-side-deck {
    font-size: 0.95rem;
  }

  .showcase-metrics-grid,
  .metrics-cards-grid {
    grid-template-columns: 1fr;
  }

  .dropcap-gold {
    font-size: 3rem;
  }
}

/* ==========================================================================
   RESPONSIVE RULES FOR SINGLE DIVISION PAGE (OIL & GAS)
   ========================================================================== */
@media (max-width: 991px) {
  .portal-metrics-banner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    padding: 1.5rem;
    margin-bottom: -6.5rem;
  }

  .portal-hero-title {
    font-size: 2.3rem;
  }

  .division-overview-section {
    padding: 8.5rem 0 4rem;
  }

  .discipline-split-card {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.5rem;
  }
  .discipline-split-card.reverse-layout .split-image-col {
    order: 1;
  }
  .discipline-split-card.reverse-layout .split-content-col {
    order: 2;
  }
  .split-specs-grid {
    grid-template-columns: 1fr;
  }
  .split-image-col {
    height: auto;
  }
  .split-img-frame {
    height: 280px;
    max-height: 280px;
  }

  .equipment-fleet-grid {
    grid-template-columns: 1fr;
  }

  .smart-pane-card {
    padding: 1.5rem;
  }

  .pane-grid-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .rfp-banner-card {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 767px) {
  .division-portal-hero {
    padding: 3.5rem 0 5.5rem;
  }

  .portal-hero-title {
    font-size: 1.85rem;
    line-height: 1.25;
  }

  .portal-hero-deck {
    font-size: 0.95rem;
  }

  .split-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .split-m-box {
    padding: 0.75rem 0.85rem;
  }

  .split-m-box strong {
    font-size: 1rem;
  }

  .split-footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .rfp-form-grid {
    grid-template-columns: 1fr;
  }

  .rfp-field.full-width {
    grid-column: span 1;
  }

  .rfp-submit-bar {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 991px) {
  .unboxed-executive-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .unboxed-rfp-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .unboxed-rfp-title {
    font-size: 2rem;
  }

  .exec-photo-frame {
    height: 300px;
  }

  .exec-quote-text {
    font-size: 1.15rem;
  }

  .exec-pillars-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
}

@media (max-width: 767px) {
  .exec-pillars-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .unboxed-rfp-form-wrap {
    padding: 2rem 1.35rem;
  }
}

@media (max-width: 575px) {
  .portal-metrics-banner {
    grid-template-columns: 1fr;
    margin-bottom: -12.5rem;
  }

  .portal-metric-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid var(--grey-border);
    padding-right: 0;
    padding-bottom: 0.75rem;
  }

  .division-overview-section {
    padding: 14rem 0 4rem;
  }

  .split-metrics-grid {
    grid-template-columns: 1fr;
  }

  .split-img-frame {
    height: 250px;
  }

  .split-glass-pill {
    font-size: 0.72rem;
    padding: 0.45rem 0.8rem;
  }

  .exec-photo-frame {
    height: 250px;
  }

  .exec-quote-text {
    font-size: 1.05rem;
  }
}

/* Unique Unboxed FAQ Section Responsiveness */
@media (max-width: 991px) {
  .unique-faq-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .unique-faq-intro {
    position: static;
  }

  .unique-faq-title {
    font-size: 1.95rem;
  }

  .unique-faq-body {
    padding-left: 1.5rem;
  }
}

@media (max-width: 575px) {
  .unique-faq-section {
    padding: 4.5rem 0;
  }

  .unique-faq-title {
    font-size: 1.7rem;
  }

  .faq-question {
    font-size: 1rem;
  }

  .unique-faq-help-card {
    flex-direction: column;
    padding: 1.25rem;
  }
}

/* Partnerships & Classification Societies Responsiveness */
@media (max-width: 1199px) {
  .class-societies-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 640px) {
  .class-societies-grid {
    grid-template-columns: 1fr;
  }
  .operator-vendor-strip {
    padding: 1.25rem 1rem;
  }
}

/* Fleet Showcase Responsiveness */
@media (max-width: 991px) {
  .fleet-showcase-grid {
    grid-template-columns: 1fr;
/* ==========================================================================
   CONSTRUCTION & GENERAL CONTRACTING DIVISION RESPONSIVE STYLES
   ========================================================================== */
@media (max-width: 991px) {
  .construction-hero-section {
    padding: 4rem 0 4.5rem;
  }
  .construction-hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .construction-hero-text {
    text-align: center;
  }
  .construction-hero-text .portal-hero-title {
    text-align: center;
    font-size: 2.4rem;
  }
  .construction-hero-text .portal-hero-deck {
    text-align: center;
  }
  .construction-hero-text .portal-action-group {
    justify-content: center;
  }
  .construction-pillars-grid {
    grid-template-columns: 1fr;
  }
  .construction-project-feature-card {
    grid-template-columns: 1fr;
  }
  .project-feature-media {
    min-height: 240px;
  }
}

@media (max-width: 575px) {
  .construction-hero-text .portal-hero-title {
    font-size: 1.95rem;
  }
  .blueprint-metrics-grid {
    grid-template-columns: 1fr;
  }
  .construction-stats-grid {
    grid-template-columns: 1fr;
  }
  .construction-fleet-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-feature-content {
    padding: 1.5rem;
  }

/* ==========================================================================
   MINING TECHNOLOGIES RESPONSIVE STYLES
   ========================================================================== */
@media (max-width: 991px) {
  .c-tabs-control-bar {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem !important;
  }
  
  .c-hub-panel-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .executive-overview-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

  .rfp-wrapper {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .c-tabs-control-bar {
    grid-template-columns: 1fr !important;
  }

  .rfp-form-card, .rfp-sla-card {
    padding: 1.5rem !important;
  }

  .rfp-header h2 {
    font-size: 1.5rem !important;
  }

  .unique-faq-trigger {
    padding: 1rem 1.25rem !important;
    font-size: 0.95rem !important;
  }

  .unique-faq-body {
    padding: 0 1.25rem 1.25rem 1.25rem !important;
  }
}














