/* Parca Hammadde — Kurumsal B2B e-ticaret ve hakkimizda, v1.2.3 */
:root {
  --ph3-navy: #0a2638;
  --ph3-navy-deep: #061c2b;
  --ph3-slate: #405363;
  --ph3-teal: #008f83;
  --ph3-teal-dark: #00776e;
  --ph3-orange: #e97822;
  --ph3-white: #ffffff;
  --ph3-mist: #f4f7f8;
  --ph3-border: #dce5e8;
}

body.ph3-ready {
  color: var(--ph3-navy);
  overflow-x: hidden;
}

.ph3-site-header,
.ph3-home,
.ph3-about-page,
.ph3-footer {
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

/* Eski e-ticaret basligi ve eski menu, yeni kurumsal baslik aktifken gizlenir. */
html body.ph3-ready header.header-type-12 > .background-header,
html body.ph3-ready header.header-type-12 > .slider-header,
html body.ph3-ready header.header-type-12 > .top-bar,
html body.ph3-ready header.header-type-12 > #top,
html body.ph3-ready header.header-type-12 > .megamenu-background,
html body.ph3-ready header.header-type-12 > .megaMenuToggle,
html body.ph3-ready header.header-type-12 .ph-inline-nav,
html body.ph3-ready header.header-type-12 .ph-mobile-nav,
html body.ph3-ready header.header-type-12 #header-left,
html body.ph3-ready header.header-type-12 #header-right {
  display: none !important;
}

html body.ph3-ready .fixed-header-1.sticky-header {
  display: none !important;
}

.ph3-site-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: var(--ph3-white);
  border-bottom: 1px solid rgba(10, 38, 56, .11);
  box-shadow: 0 8px 28px rgba(5, 31, 47, .07);
}

.ph3-header-inner,
.ph3-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.ph3-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 96px;
  gap: 32px;
}

.ph3-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 250px;
  width: 250px;
  min-width: 0;
  text-decoration: none !important;
}

.ph3-logo img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: 66px;
  object-fit: contain;
  object-position: left center;
}

.ph3-logo-fallback {
  color: var(--ph3-navy);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.5px;
  white-space: nowrap;
}

.ph3-logo-fallback b {
  color: var(--ph3-teal);
}

.ph3-logo-fallback em {
  color: var(--ph3-orange);
  font-style: normal;
}

.ph3-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 4px;
}

.ph3-main-nav > a,
.ph3-products-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 15px;
  color: var(--ph3-navy) !important;
  background: transparent;
  border: 0;
  border-radius: 6px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.ph3-main-nav > a:hover,
.ph3-main-nav > a:focus,
.ph3-products-toggle:hover,
.ph3-products-toggle:focus,
.ph3-products-menu.is-open .ph3-products-toggle {
  color: var(--ph3-teal) !important;
  background: #eff8f7;
  outline: 0;
}

.ph3-products-menu {
  position: relative;
}

.ph3-products-toggle i {
  font-size: 13px;
}

.ph3-products-dropdown {
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  display: none;
  width: 260px;
  padding: 10px;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(6, 28, 43, .16);
  transform: translateX(-50%);
}

.ph3-products-dropdown:before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 14px;
  height: 14px;
  content: '';
  background: var(--ph3-white);
  border-top: 1px solid var(--ph3-border);
  border-left: 1px solid var(--ph3-border);
  transform: translateX(-50%) rotate(45deg);
}

.ph3-products-menu:hover .ph3-products-dropdown,
.ph3-products-menu:focus-within .ph3-products-dropdown,
.ph3-products-menu.is-open .ph3-products-dropdown {
  display: block;
}

.ph3-products-dropdown a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 13px;
  color: var(--ph3-slate) !important;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
}

.ph3-products-dropdown a:hover,
.ph3-products-dropdown a:focus {
  color: var(--ph3-teal-dark) !important;
  background: #eef7f6;
}

.ph3-header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
}

.ph3-search-toggle,
.ph3-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0;
  padding: 0;
  color: var(--ph3-navy) !important;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 7px;
  font: inherit;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ph3-search-toggle:hover,
.ph3-search-toggle:focus,
.ph3-cart:hover,
.ph3-cart:focus,
.ph3-site-header.is-search-open .ph3-search-toggle {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal);
  border-color: var(--ph3-teal);
  outline: 0;
}

.ph3-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  color: var(--ph3-white);
  background: var(--ph3-orange);
  border: 2px solid var(--ph3-white);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.ph3-search-panel {
  position: absolute;
  z-index: 20;
  top: calc(100% + 10px);
  right: max(24px, calc((100% - 1240px) / 2));
  display: none;
  width: min(520px, calc(100% - 48px));
  padding: 12px;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 10px;
  box-shadow: 0 18px 45px rgba(6, 28, 43, .18);
}

.ph3-site-header.is-search-open .ph3-search-panel {
  display: flex;
}

.ph3-search-panel input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 46px;
  padding: 0 15px;
  color: var(--ph3-navy);
  background: var(--ph3-white);
  border: 1px solid #cddadd;
  border-radius: 6px 0 0 6px;
  font: inherit;
  font-size: 14px;
  outline: 0;
}

.ph3-search-panel input[type="search"]:focus {
  border-color: var(--ph3-teal);
  box-shadow: inset 0 0 0 1px var(--ph3-teal);
}

.ph3-search-panel button {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 92px;
  height: 46px;
  padding: 0 18px;
  color: var(--ph3-white);
  background: var(--ph3-teal);
  border: 1px solid var(--ph3-teal);
  border-radius: 0 6px 6px 0;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}

.ph3-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ph3-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ph3-navy) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}

.ph3-phone i {
  color: var(--ph3-teal);
  font-size: 17px;
}

.ph3-quote,
.ph3-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .45px;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ph3-quote {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal);
}

.ph3-quote:hover,
.ph3-quote:focus {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal-dark);
}

.ph3-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  color: var(--ph3-navy);
  background: var(--ph3-mist);
  border: 1px solid var(--ph3-border);
  border-radius: 6px;
}

/* Ana sayfadaki eski slider ve onceki Faz ana sayfa bloklari devre disi kalir. */
html body.ph3-home-ready.common-home header.header-type-12 > #slider,
html body.ph3-home-ready.common-home .ph-home,
html body.ph3-home-ready.common-home .ph2-home,
html body.ph3-home-ready.common-home .ph-home-categories,
html body.ph3-home-ready.common-home .ph-home-procurement {
  display: none !important;
}

html body.ph3-home-ready.common-home .main-content.full-width.home,
html body.ph3-footer-ready .footer.full-width {
  display: none !important;
}

.ph3-home {
  width: 100%;
  color: var(--ph3-navy);
  background: var(--ph3-white);
}

.ph3-hero {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: clamp(500px, 36vw, 620px);
  overflow: hidden;
  background: var(--ph3-navy-deep);
}

.ph3-hero-image,
.ph3-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ph3-hero-image {
  display: block;
  object-fit: cover;
  object-position: center center;
}

.ph3-hero-shade {
  background: linear-gradient(90deg, rgba(4, 22, 35, .98) 0%, rgba(5, 29, 46, .94) 38%, rgba(5, 30, 46, .60) 62%, rgba(5, 30, 46, .18) 88%);
}

.ph3-hero-content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ph3-eyebrow,
.ph3-section-heading > p {
  margin: 0 0 14px;
  color: #79d1c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ph3-eyebrow:before {
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 11px 3px 0;
  content: '';
  background: var(--ph3-orange);
}

.ph3-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--ph3-white);
  font-size: clamp(38px, 4.25vw, 64px);
  font-weight: 800;
  letter-spacing: -1.7px;
  line-height: 1.08;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .42);
}

.ph3-hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: 17px;
  line-height: 1.75;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .32);
}

.ph3-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ph3-button {
  min-height: 52px;
  padding-right: 27px;
  padding-left: 27px;
}

.ph3-button-primary {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal);
  border-color: var(--ph3-teal);
}

.ph3-button-primary:hover,
.ph3-button-primary:focus {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal-dark);
  border-color: var(--ph3-teal-dark);
}

.ph3-button-secondary {
  color: var(--ph3-white) !important;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .62);
}

.ph3-button-secondary:hover,
.ph3-button-secondary:focus {
  color: var(--ph3-navy) !important;
  background: var(--ph3-white);
  border-color: var(--ph3-white);
}

.ph3-trust-strip {
  position: relative;
  z-index: 3;
  background: var(--ph3-white);
  border-bottom: 1px solid var(--ph3-border);
  box-shadow: 0 12px 30px rgba(9, 39, 55, .06);
}

.ph3-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ph3-trust-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 92px;
  padding: 16px;
  color: var(--ph3-navy);
  border-right: 1px solid var(--ph3-border);
  font-size: 13px;
  font-weight: 750;
  text-align: center;
}

.ph3-trust-grid > div:last-child {
  border-right: 0;
}

.ph3-trust-grid i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  color: var(--ph3-teal);
  background: #edf7f6;
  border-radius: 50%;
  font-size: 15px;
}

.ph3-why {
  padding: 86px 0 92px;
  background: var(--ph3-mist);
}

.ph3-section-heading {
  max-width: 720px;
  margin: 0 auto 42px;
  text-align: center;
}

.ph3-section-heading > p {
  color: var(--ph3-teal-dark);
}

.ph3-section-heading h2 {
  margin: 0;
  color: var(--ph3-navy-deep);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 750;
  letter-spacing: -1px;
  line-height: 1.16;
}

.ph3-section-heading h2:after {
  display: block;
  width: 54px;
  height: 3px;
  margin: 19px auto 0;
  content: '';
  background: var(--ph3-orange);
}

.ph3-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ph3-why-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 31px 27px 27px;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(7, 34, 50, .055);
}

.ph3-card-index {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #d9e3e6;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.ph3-card-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 25px;
  color: var(--ph3-teal);
  background: #edf7f6;
  border: 1px solid #d7eeeb;
  border-radius: 9px;
  font-size: 20px;
}

.ph3-why-card:nth-child(3) .ph3-card-icon {
  color: var(--ph3-orange);
  background: #fff4eb;
  border-color: #f6dcc9;
}

.ph3-why-card h3 {
  margin: 0 0 14px;
  color: var(--ph3-navy-deep);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .2px;
  line-height: 1.35;
  text-transform: uppercase;
}

.ph3-why-card p {
  margin: 0;
  color: var(--ph3-slate);
  font-size: 14px;
  line-height: 1.7;
}

.ph3-why-card > a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--ph3-teal-dark) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.ph3-why-card > a:hover,
.ph3-why-card > a:focus {
  color: var(--ph3-orange) !important;
}

.ph3-categories {
  padding: 88px 0 94px;
  background: var(--ph3-white);
}

.ph3-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.ph3-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 286px;
  padding: 30px 28px 27px;
  overflow: hidden;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-top: 3px solid var(--ph3-teal);
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(7, 34, 50, .055);
}

.ph3-category-card:nth-child(-n+2) {
  grid-column: span 3;
}

.ph3-category-card:after {
  position: absolute;
  right: -32px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  content: '';
  background: #f0f7f7;
  border-radius: 50%;
}

.ph3-category-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  color: var(--ph3-teal);
  background: #edf7f6;
  border-radius: 8px;
  font-size: 19px;
}

.ph3-category-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ph3-navy-deep);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.ph3-category-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ph3-slate);
  font-size: 14px;
  line-height: 1.7;
}

.ph3-category-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: auto;
  padding-top: 19px;
  color: var(--ph3-teal-dark) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .25px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.ph3-category-card > a:hover,
.ph3-category-card > a:focus {
  color: var(--ph3-orange) !important;
}

.ph3-featured {
  padding: 88px 0 94px;
  background: var(--ph3-mist);
}

.ph3-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ph3-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(7, 34, 50, .05);
}

.ph3-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 252px;
  padding: 18px;
  overflow: hidden;
  background: #f8fafb;
  border-bottom: 1px solid var(--ph3-border);
}

.ph3-product-image img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: contain;
}

.ph3-product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 22px 22px;
}

.ph3-product-body h3 {
  min-height: 48px;
  margin: 0 0 11px;
  color: var(--ph3-navy-deep);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.ph3-product-body p {
  margin: 0 0 22px;
  color: var(--ph3-slate);
  font-size: 13px;
  line-height: 1.65;
}

.ph3-product-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  margin: auto 0 16px;
  padding-top: 4px;
}

.ph3-product-meta strong {
  color: var(--ph3-teal-dark);
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
}

.ph3-product-meta span {
  color: #6a7a84;
  font-size: 11px;
  font-weight: 700;
}

.ph3-product-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  background: var(--ph3-mist);
  border: 1px solid var(--ph3-border);
  border-radius: 6px;
}

.ph3-product-controls label {
  margin: 0;
  color: var(--ph3-navy);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ph3-product-controls input {
  width: 72px;
  height: 38px;
  padding: 0 8px;
  color: var(--ph3-navy);
  background: var(--ph3-white);
  border: 1px solid #bdccd1;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.ph3-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.ph3-product-actions a,
.ph3-product-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 8px 10px;
  color: var(--ph3-navy) !important;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 5px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
}

.ph3-product-actions button {
  color: var(--ph3-white) !important;
  background: var(--ph3-teal);
  border-color: var(--ph3-teal);
}

.ph3-product-actions a:hover,
.ph3-product-actions a:focus,
.ph3-product-actions button:hover,
.ph3-product-actions button:focus {
  color: var(--ph3-white) !important;
  background: var(--ph3-navy);
  border-color: var(--ph3-navy);
}

.ph3-product-actions button.is-added {
  background: #147a4b;
  border-color: #147a4b;
}

.ph3-product-actions button:disabled {
  cursor: wait;
  opacity: .82;
}

.ph3-cart-feedback {
  display: block;
  min-height: 19px;
  margin-top: 8px;
  color: #147a4b;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.ph3-featured-all {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.ph3-button-outline {
  color: var(--ph3-navy) !important;
  background: transparent;
  border-color: #b9c9ce;
}

.ph3-button-outline:hover,
.ph3-button-outline:focus {
  color: var(--ph3-white) !important;
  background: var(--ph3-navy);
  border-color: var(--ph3-navy);
}

.ph3-cta {
  padding: 70px 0;
  color: var(--ph3-white);
  background: var(--ph3-navy-deep);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ph3-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) auto;
  align-items: center;
  gap: 50px;
}

.ph3-cta-inner > div:first-child > p {
  margin: 0 0 12px;
  color: #72c9c0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.ph3-cta h2 {
  max-width: 790px;
  margin: 0 0 15px;
  color: var(--ph3-white);
  font-size: clamp(29px, 3vw, 43px);
  font-weight: 750;
  letter-spacing: -1px;
  line-height: 1.18;
}

.ph3-cta-inner > div:first-child > span {
  display: block;
  max-width: 750px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
}

.ph3-cta-actions {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
}

.ph3-button-cta {
  min-width: 190px;
  color: var(--ph3-white) !important;
  background: var(--ph3-teal);
  border-color: var(--ph3-teal);
}

.ph3-button-cta:hover,
.ph3-button-cta:focus {
  color: var(--ph3-navy) !important;
  background: var(--ph3-white);
  border-color: var(--ph3-white);
}

.ph3-cta-phone {
  color: var(--ph3-white) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
  white-space: nowrap;
}

.ph3-cta-phone i {
  margin-right: 7px;
  color: #72c9c0;
}

.ph3-about-page {
  width: 100%;
  color: var(--ph3-navy);
  background: var(--ph3-white);
}

.ph3-about-section {
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 8% 12%, rgba(16, 147, 135, .08), transparent 30%),
    linear-gradient(180deg, #f7f9fa 0%, #ffffff 100%);
}

.ph3-about-grid {
  display: block;
}

.ph3-about-content {
  position: relative;
  width: min(100%, 1000px);
  margin: 0 auto;
  padding: clamp(40px, 5vw, 68px);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--ph3-border);
  border-top: 4px solid var(--ph3-teal);
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(6, 28, 43, .09);
}

.ph3-about-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 17px;
  color: var(--ph3-teal-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.45px;
  text-transform: uppercase;
}

.ph3-about-eyebrow:before {
  width: 34px;
  height: 2px;
  content: '';
  background: var(--ph3-orange);
}

.ph3-about-content h1 {
  max-width: 850px;
  margin: 0 0 27px;
  color: var(--ph3-navy-deep);
  font-size: clamp(36px, 3.45vw, 52px);
  font-weight: 800;
  letter-spacing: -1.35px;
  line-height: 1.12;
}

.ph3-about-content > p:not(.ph3-about-eyebrow) {
  max-width: 880px;
  margin: 0 0 18px;
  color: var(--ph3-slate);
  font-size: 15px;
  line-height: 1.85;
}

.ph3-about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
}

.ph3-about-highlights > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 74px;
  padding: 13px;
  background: var(--ph3-white);
  border: 1px solid var(--ph3-border);
  border-radius: 8px;
}

.ph3-about-highlights i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: var(--ph3-teal-dark);
  background: #eaf6f4;
  border-radius: 50%;
  font-size: 13px;
}

.ph3-about-highlights strong {
  color: var(--ph3-navy);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.ph3-footer {
  color: rgba(255, 255, 255, .72);
  background: #071c2a;
}

.ph3-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .72fr 1fr 1.15fr;
  gap: 58px;
  padding-top: 68px;
  padding-bottom: 64px;
}

.ph3-footer-brand strong {
  display: block;
  margin-bottom: 18px;
  color: var(--ph3-white);
  font-size: 25px;
  font-weight: 750;
}

.ph3-footer-brand strong:after {
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 14px;
  content: '';
  background: var(--ph3-orange);
}

.ph3-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.ph3-footer h2 {
  margin: 3px 0 20px;
  color: var(--ph3-white);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ph3-footer-grid > div:not(.ph3-footer-brand) > a {
  display: block;
  margin: 0 0 11px;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none !important;
}

.ph3-footer-grid > div:not(.ph3-footer-brand) > a:hover,
.ph3-footer-grid > div:not(.ph3-footer-brand) > a:focus {
  color: #79d1c8 !important;
}

.ph3-footer-contact p {
  margin-bottom: 18px;
}

.ph3-footer-contact i {
  width: 18px;
  color: #79d1c8;
}

.ph3-footer-bottom {
  padding: 19px 0;
  color: rgba(255, 255, 255, .55);
  background: #051620;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .ph3-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph3-category-card,
  .ph3-category-card:nth-child(-n+2) {
    grid-column: span 3;
  }

  .ph3-category-card:last-child {
    grid-column: 2 / span 4;
  }

  .ph3-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
  }
}

@media (max-width: 760px) {
  .ph3-categories,
  .ph3-featured {
    padding: 62px 0 68px;
  }

  .ph3-category-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ph3-category-card,
  .ph3-category-card:nth-child(-n+2),
  .ph3-category-card:last-child {
    grid-column: auto;
    min-height: 250px;
  }

  .ph3-featured-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ph3-product-image {
    min-height: 230px;
  }

  .ph3-cta {
    padding: 58px 0;
  }

  .ph3-cta-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ph3-cta-actions {
    align-items: stretch;
  }

  .ph3-button-cta {
    width: 100%;
  }

  .ph3-cta-phone {
    text-align: center;
  }

  .ph3-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 54px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1180px) {
  .ph3-header-inner {
    gap: 18px;
  }

  .ph3-logo {
    flex-basis: 210px;
    width: 210px;
  }

  .ph3-logo img {
    max-width: 210px;
  }

  .ph3-main-nav > a,
  .ph3-products-toggle {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ph3-header-actions {
    gap: 10px;
  }

  .ph3-phone span {
    display: none;
  }

  .ph3-phone {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: var(--ph3-mist);
    border: 1px solid var(--ph3-border);
    border-radius: 6px;
  }
}

@media (max-width: 991px) {
  .ph3-about-section {
    padding: 64px 0 76px;
  }

  .ph3-about-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ph3-about-media {
    min-height: 400px;
  }

  .ph3-about-content h1 {
    max-width: 760px;
  }

  .ph3-header-inner,
  .ph3-container {
    width: min(100% - 32px, 1240px);
  }

  .ph3-header-inner {
    position: relative;
    min-height: 78px;
    gap: 10px;
  }

  .ph3-logo {
    flex: 1 1 auto;
    width: auto;
    max-width: 210px;
  }

  .ph3-logo img {
    height: 56px;
  }

  .ph3-menu-toggle {
    display: inline-flex;
    order: 4;
  }

  .ph3-main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 3px;
    padding: 14px;
    background: var(--ph3-white);
    border: 1px solid var(--ph3-border);
    border-top: 3px solid var(--ph3-teal);
    box-shadow: 0 18px 40px rgba(5, 31, 47, .15);
  }

  .ph3-site-header.is-menu-open .ph3-main-nav {
    display: flex;
  }

  .ph3-main-nav > a,
  .ph3-products-toggle {
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 0 13px;
    text-align: left;
  }

  .ph3-products-dropdown {
    position: static;
    width: 100%;
    margin: 3px 0 5px;
    padding: 5px 8px 8px 18px;
    border: 0;
    border-left: 2px solid var(--ph3-teal);
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }

  .ph3-products-dropdown:before {
    display: none;
  }

  .ph3-header-actions {
    margin-left: auto;
  }

  .ph3-search-panel {
    right: 16px;
    left: 16px;
    width: auto;
  }

  .ph3-quote {
    min-height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }

  .ph3-hero {
    min-height: 560px;
  }

  .ph3-hero-image {
    object-position: 64% center;
  }

  .ph3-hero-shade {
    background: linear-gradient(90deg, rgba(4, 22, 35, .98) 0%, rgba(4, 24, 38, .94) 54%, rgba(4, 24, 38, .66) 100%);
  }

  .ph3-hero h1 {
    max-width: 680px;
  }

  .ph3-trust-grid,
  .ph3-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph3-trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ph3-trust-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--ph3-border);
  }
}

@media (max-width: 640px) {
  .ph3-about-section {
    padding: 42px 0 58px;
  }

  .ph3-about-grid {
    gap: 32px;
  }

  .ph3-about-media {
    min-height: 300px;
    border-radius: 10px;
  }

  .ph3-about-content h1 {
    margin-bottom: 22px;
    font-size: 34px;
    letter-spacing: -.8px;
  }

  .ph3-about-content > p:not(.ph3-about-eyebrow) {
    font-size: 14px;
    line-height: 1.75;
  }

  .ph3-about-highlights {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .ph3-about-highlights > div {
    min-height: 62px;
    padding: 11px 13px;
  }

  .ph3-about-highlights strong {
    font-size: 12px;
  }

  .ph3-header-inner,
  .ph3-container {
    width: calc(100% - 24px);
  }

  .ph3-header-inner {
    min-height: 72px;
  }

  .ph3-logo {
    max-width: 146px;
  }

  .ph3-logo img {
    max-width: 146px;
    height: 46px;
  }

  .ph3-logo-fallback {
    font-size: 17px;
    letter-spacing: -.35px;
  }

  .ph3-phone {
    display: none;
  }

  .ph3-quote {
    min-height: 40px;
    padding: 0 10px;
    font-size: 10px;
  }

  .ph3-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .ph3-search-toggle,
  .ph3-cart {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .ph3-search-panel {
    right: 12px;
    left: 12px;
  }

  .ph3-hero {
    min-height: 540px;
  }

  .ph3-hero-image {
    object-position: 69% center;
  }

  .ph3-hero-shade {
    background: linear-gradient(90deg, rgba(4, 22, 35, .99) 0%, rgba(4, 23, 36, .96) 66%, rgba(4, 23, 36, .80) 100%);
  }

  .ph3-hero-content {
    padding-top: 42px;
    padding-bottom: 44px;
  }

  .ph3-eyebrow {
    font-size: 10px;
    letter-spacing: 1.1px;
  }

  .ph3-hero h1 {
    font-size: clamp(30px, 9.2vw, 40px);
    letter-spacing: -1px;
    line-height: 1.12;
  }

  .ph3-hero-lead {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.65;
  }

  .ph3-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 28px;
  }

  .ph3-button {
    width: 100%;
  }

  .ph3-trust-grid {
    grid-template-columns: 1fr;
  }

  .ph3-trust-grid > div,
  .ph3-trust-grid > div:nth-child(2) {
    justify-content: flex-start;
    min-height: 66px;
    border-right: 0;
    border-bottom: 1px solid var(--ph3-border);
    text-align: left;
  }

  .ph3-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .ph3-why {
    padding: 62px 0 68px;
  }

  .ph3-section-heading {
    margin-bottom: 30px;
  }

  .ph3-why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ph3-why-card {
    min-height: 0;
    padding: 25px 23px;
  }

  .ph3-why-card > a {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  .ph3-header-inner {
    gap: 7px;
  }

  .ph3-logo {
    max-width: 124px;
  }

  .ph3-logo img {
    max-width: 124px;
  }

  .ph3-logo-fallback {
    font-size: 15px;
  }

  .ph3-quote {
    padding: 0 9px;
    letter-spacing: .35px;
  }

  .ph3-hero {
    min-height: 520px;
  }

  .ph3-product-actions {
    grid-template-columns: 1fr;
  }

  .ph3-search-panel button {
    min-width: 54px;
    padding: 0 13px;
  }

  .ph3-search-panel button span {
    display: none;
  }

  .ph3-cta h2 {
    font-size: 28px;
  }

  .ph3-footer-bottom {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ph3-site-header *,
  .ph3-home * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
