/* Company evidence: styles are deliberately limited to the new sections. */
.shark-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.shark-report-card { min-width: 0; background: #fff; border: 1px solid var(--shark-line, #ddd8d1); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.shark-report-preview { display: block; position: relative; margin: 20px 20px 0; padding: 12px; background: #f5f3ef; aspect-ratio: 1 / 1; }
body.shark-site .shark-report-preview img { position: absolute; inset: 12px; display: block; width: calc(100% - 24px); height: calc(100% - 24px); object-fit: contain; object-position: center; }
.shark-report-copy { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.shark-report-copy h3 { font-size: clamp(1.25rem, 1.8vw, 1.6rem); line-height: 1.3; margin: 0 0 12px; }
.shark-report-copy p { font-size: .9rem; line-height: 1.7; color: var(--shark-muted, #68635c); margin: 0 0 20px; }
.shark-report-copy > a { margin-top: auto; align-self: flex-start; }
.shark-report-copy p:last-child { margin-bottom: 0; }
.shark-report-scope { max-width: 88ch; margin: 28px 0 0; font-size: .83rem; line-height: 1.7; color: var(--shark-muted, #68635c); }
.shark-report-scope a, .shark-faq-detail p a { text-decoration: underline; text-underline-offset: 3px; }
.shark-company-copy p { max-width: 80ch; line-height: 1.85; margin: 0 0 24px; }
.shark-company-copy h2 { max-width: 25ch; margin-top: 56px; }
.shark-company-copy h2:first-child { margin-top: 0; }
.shark-company-copy .wp-block-image { margin: 28px 0 0; }
.shark-company-copy .wp-block-image a { display: block; }
.shark-company-copy .wp-block-image img { display: block; width: 100%; max-width: 100%; border-radius: 8px; }
.shark-company-copy .shark-honors-photo img { aspect-ratio: 3 / 1; height: auto; object-fit: cover; object-position: center 49%; }
.shark-company-copy .shark-team-photo img { height: auto; }
.shark-company-copy figcaption, .shark-production-chart figcaption { color: var(--shark-muted, #68635c); font-size: .85rem; margin-top: 12px; }
.shark-production-chart { margin: 0; }
.shark-production-chart a { display: block; border: 1px solid var(--shark-line, #ddd8d1); padding: 12px; background: #fff; border-radius: 8px; }
.shark-production-chart img { display: block; width: 100%; max-width: 100%; height: auto; }
.shark-production-steps { list-style: decimal; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 32px; margin: 28px 0; padding-left: 24px; font-size: .9rem; }
.shark-production-steps li { padding-left: 4px; min-width: 0; }
.shark-faq-copy { max-width: min(940px, calc(100% - 48px)); }
.shark-faq-copy > h2 { margin: 0 0 28px; }
.shark-faq-copy > h2:not(:first-child) { margin-top: 56px; }
.shark-faq-detail { padding: 0; border-top: 1px solid var(--shark-line, #ddd8d1); }
.shark-faq-detail:last-of-type { border-bottom: 1px solid var(--shark-line, #ddd8d1); }
.shark-faq-detail > summary { cursor: pointer; padding: 24px 36px 24px 0; font-size: 1.06rem; font-weight: 600; line-height: 1.55; position: relative; list-style: none; }
.shark-faq-detail > summary::-webkit-details-marker { display: none; }
.shark-faq-detail > summary::after { content: '+'; position: absolute; right: 2px; top: 24px; font-size: 1.3rem; font-weight: 400; }
.shark-faq-detail[open] > summary::after { content: '−'; }
.shark-faq-detail > p { margin: 0 0 20px; max-width: 75ch; line-height: 1.8; color: var(--shark-muted, #68635c); }
.shark-faq-detail > p:last-child { padding-bottom: 8px; }
.shark-report-card a:focus-visible, .shark-production-chart a:focus-visible, .shark-faq-detail summary:focus-visible, .shark-company-profile a:focus-visible { outline: 3px solid var(--shark-accent, #886546); outline-offset: 4px; }
@media (max-width: 900px) {
  .shark-report-grid { gap: 16px; }
  .shark-report-preview { margin: 12px 12px 0; padding: 8px; }
  body.shark-site .shark-report-preview img { inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); }
  .shark-report-copy { padding: 18px; }
  .shark-production-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .shark-report-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .shark-report-preview { aspect-ratio: 4 / 3; }
  .shark-report-copy { padding: 24px; }
  .shark-faq-copy { max-width: calc(100% - 36px); }
  .shark-production-steps { gap: 12px 22px; font-size: .85rem; }
  .shark-company-copy .shark-honors-photo img { aspect-ratio: 2.7 / 1; }
}

/* Native editable company sections share a single rhythm and image treatment. */
.shark-company-refined { margin: 0; }
.shark-company-refined .shark-company-section { margin: 0; padding-block: clamp(40px, 5vw, 68px); }
.shark-company-refined .shark-company-section + .shark-company-section { border-top: 1px solid var(--shark-line-soft, #e4ded5); }
.shark-company-refined .shark-company-portfolio,
.shark-company-refined .shark-company-honors { background: var(--shark-cream, #ece5da); }
.shark-company-refined .shark-company-copy h2 { margin: 0 0 22px; max-width: 28ch; font-size: clamp(1.8rem, 2.9vw, 2.65rem); line-height: 1.15; }
.shark-company-refined .shark-company-copy p { margin: 0 0 18px; max-width: 78ch; line-height: 1.8; font-size: .96rem; }
.shark-company-refined .shark-company-copy p:last-child { margin-bottom: 0; }
.shark-company-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(28px, 4vw, 64px); }
.shark-company-split > .wp-block-group__inner-container,
.shark-service-team-grid > .wp-block-group__inner-container { display: contents; }
.shark-company-split > *, .shark-company-split > .wp-block-group__inner-container > * { min-width: 0; }
.shark-company-refined .wp-block-image { margin: 0; }
body.shark-site .shark-company-refined .shark-company-facility img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.shark-company-refined .shark-company-facility figcaption { font-size: .8rem; }
.shark-service-team-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.shark-service-team-card { min-width: 0; margin: 0; background: var(--shark-surface, #fff); border: 1px solid var(--shark-line-soft, #e4ded5); border-radius: 8px; overflow: hidden; }
.shark-service-team-photo a { display: block; aspect-ratio: 3 / 2; overflow: hidden; }
body.shark-site .shark-company-refined .shark-service-team-photo img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; }
.shark-service-team-copy { padding: 20px 16px; }
.shark-company-refined .shark-service-team-copy h3 { min-height: 2.7em; margin: 0 0 12px; font-family: var(--shark-sans, sans-serif); font-size: 1rem; font-weight: 650; line-height: 1.35; letter-spacing: 0; }
.shark-company-refined .shark-service-team-copy p { font-size: .86rem; line-height: 1.75; color: var(--shark-muted, #68635c); }
.shark-company-refined .shark-honors-photo { margin-top: 28px; }
body.shark-site .shark-company-refined .shark-honors-photo img { width: 100%; height: auto; aspect-ratio: 3.3 / 1; object-fit: cover; object-position: center 49%; }
body.shark-site .shark-material-image img { width: 100%; height: auto; max-width: 800px; max-height: none; object-fit: contain; }
@media (max-width: 1050px) {
  .shark-service-team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .shark-company-split { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .shark-company-refined .shark-company-introduction .shark-company-facility { order: -1; }
  .shark-service-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .shark-service-team-grid { grid-template-columns: minmax(0, 1fr); }
  .shark-company-refined .shark-service-team-copy h3 { min-height: 0; }
}

/* Company-page spacing is independent of the home and product-page rhythm. */
.shark-about-page .shark-page-hero { padding-block: clamp(36px, 4.5vw, 60px); }
.shark-about-page .shark-page-content > .shark-section,
.shark-about-page .elementor .shark-section { padding-block: clamp(28px, 3vw, 44px); }
.shark-about-page .shark-company-refined .shark-company-section { padding-block: clamp(32px, 3.5vw, 48px); }
.shark-about-page .shark-company-refined .shark-company-copy h2 { margin-bottom: 18px; }
.shark-about-page .shark-company-refined .shark-company-copy p { margin-bottom: 14px; line-height: 1.7; }
.shark-about-page .shark-company-refined .shark-company-copy p:last-child { margin-bottom: 0; }
.shark-about-page .shark-company-split { gap: clamp(24px, 3.5vw, 48px); }
.shark-about-page .shark-service-team-grid { margin-top: 24px; }
.shark-about-page .shark-company-refined .shark-honors-photo { margin-top: 20px; }
.shark-about-page .shark-stat strong { font-variant-numeric: tabular-nums; min-height: 1.3em; }
.shark-company-video-link { position: relative; display: block; border-radius: 8px; overflow: hidden; }
.shark-company-video-link:focus-visible { outline: 3px solid var(--shark-accent, #886546); outline-offset: 5px; }
.shark-company-video-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; background: rgba(28,26,23,.8); transition: background .2s ease; }
.shark-company-video-link:hover .shark-company-video-play { background: #201e1a; }
.shark-company-video-label { position: absolute; bottom: 16px; left: 16px; right: 16px; width: fit-content; padding: 7px 12px; border-radius: 4px; font-family: var(--shark-sans, sans-serif); font-size: .875rem; line-height: 1.5; color: #fff; background: rgba(28,26,23,.86); }
.shark-contact-page .shark-page-hero { padding-block: clamp(36px, 4.5vw, 60px); }
.shark-contact-page .shark-page-content > .shark-section { padding-top: clamp(32px, 4vw, 56px); }
.shark-contact-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; gap: clamp(24px, 4vw, 56px); margin-bottom: 40px; padding-bottom: 36px; border-bottom: 1px solid var(--shark-line-soft, #e4ded5); }
.shark-contact-information { min-width: 0; }
.shark-contact-information h2 { margin: 0 0 24px; font-size: clamp(1.8rem, 2.6vw, 2.4rem); max-width: 24ch; }
.shark-contact-channels { display: grid; gap: 18px; margin: 0; }
.shark-contact-channels div { min-width: 0; }
.shark-contact-channels dt { margin-bottom: 5px; font-size: .875rem; color: var(--shark-muted, #68635c); }
.shark-contact-channels dd { margin: 0; font-size: 1rem; line-height: 1.65; overflow-wrap: anywhere; }
.shark-contact-channels a { text-decoration: underline; text-underline-offset: 4px; }
.shark-contact-channels a:focus-visible { outline: 3px solid var(--shark-accent, #886546); outline-offset: 4px; }
.shark-contact-map { min-width: 0; min-height: 300px; border: 1px solid var(--shark-line, #d8d0c4); border-radius: 8px; overflow: hidden; background: var(--shark-cream, #ece5da); }
.shark-contact-map iframe { display: block; width: 100%; height: 100%; min-height: 300px; border: 0; }
.shark-contact-map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; text-align: center; }
.shark-contact-map-placeholder svg { color: var(--shark-accent, #886546); margin-bottom: 12px; }
.shark-contact-map-placeholder h3 { margin: 0 0 10px; font-size: 1.6rem; }
.shark-contact-map-placeholder p { margin: 0; color: var(--shark-muted, #68635c); font-size: 1rem; }
@media (max-width: 760px) {
  .shark-contact-overview { grid-template-columns: minmax(0, 1fr); margin-bottom: 28px; padding-bottom: 28px; }
  .shark-contact-map, .shark-contact-map iframe { min-height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
  .shark-company-video-play { transition: none; }
}

/* Direct WhatsApp links: no embedded chat service or automatic messages. */
body.shark-site a.shark-whatsapp-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; color: #fff; background: #147a48; font-size: .9375rem; font-weight: 650; line-height: 1.5; text-decoration: none; }
.shark-whatsapp-button svg { flex-shrink: 0; }
body.shark-site a.shark-whatsapp-button:hover { background: #0b5b35; }
body.shark-site a.shark-whatsapp-button:focus-visible { outline: 3px solid #147a48; outline-offset: 4px; box-shadow: 0 0 0 2px #fff; }
.shark-whatsapp-contact { margin-top: 22px; }
.shark-whatsapp-float { position: fixed; right: 22px; top: 50%; transform: translateY(-50%); z-index: 980; box-shadow: 0 8px 24px rgba(0,0,0,.16); }
.shark-menu-open .shark-whatsapp-float, .shark-rfq-open .shark-whatsapp-float { visibility: hidden; }
@media (max-width: 640px) {
  body.shark-site a.shark-whatsapp-float { right: 14px; top: auto; bottom: 138px; transform: none; width: 50px; height: 50px; padding: 12px; }
  .shark-whatsapp-float > span { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}
