/* icybergame.com — Joomla-era magazine shell */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font: 15px/1.55 Arial, Helvetica, sans-serif;
  color: #232323;
  background: #e9e7e1;
}
img, svg { max-width: 100%; height: auto; }
a { color: #196f3d; }
a:hover { color: #0f4c28; }
a:focus-visible, button:focus-visible { outline: 2px solid #196f3d; outline-offset: 2px; }
.skip-link {
  position: absolute; left: -9999px; top: 0; background: #196f3d; color: #fff;
  padding: 8px 14px; z-index: 50;
}
.skip-link:focus { left: 8px; top: 8px; color: #fff; }
.shell {
  max-width: 1200px; margin: 0 auto; background: #fff;
  border-left: 1px solid #d9d6cd; border-right: 1px solid #d9d6cd;
}

/* header */
.site-head { display: flex; justify-content: space-between; align-items: flex-end;
  gap: 20px; padding: 18px 24px 14px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; flex: none; }
.brand-name { font: 700 30px/1 Georgia, "Times New Roman", serif; color: #232323; letter-spacing: -0.5px; }
.brand-name .tld { color: #196f3d; }
.brand-slogan { display: block; margin-top: 5px; font: 700 11px/1 Arial, sans-serif;
  letter-spacing: 2.5px; text-transform: uppercase; color: #6b6b66; }
.head-utility { list-style: none; text-align: right; font-size: 12px; color: #55534e; }
.head-utility li { padding: 2px 0; }
.head-utility b { color: #232323; font-weight: 700; }
.head-utility a { color: #196f3d; }

/* rectangular category menu */
.cat-menu { background: #262424; background: linear-gradient(#2e2c2c, #201f1f);
  border-top: 1px solid #3a3737; border-bottom: 2px solid #196f3d; }
.cat-menu ul { list-style: none; display: flex; flex-wrap: wrap; }
.cat-menu a { display: block; padding: 11px 18px; color: #f5f2ec; text-decoration: none;
  font: 700 13px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px;
  border-right: 1px solid #3a3737; }
.cat-menu a:hover { background: #3a3737; color: #fff; }
.cat-menu a.is-active { background: #196f3d; color: #fff; }

/* edition / breadcrumb strip */
.edition-strip { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: #f4f3ef; border-bottom: 1px solid #d9d6cd; padding: 7px 24px;
  font-size: 12px; color: #6b6b66; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.crumbs li + li::before { content: "\203A"; margin-right: 6px; color: #a8a49a; }
.crumbs a { color: #196f3d; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* home band grid */
.home-band { display: grid; grid-template-columns: minmax(0, 1fr) 300px;
  gap: 0 24px; padding: 20px 24px 4px; }
.home-band > .mosaic { grid-column: 1; grid-row: 1; }
.home-band > .rail { grid-column: 2; grid-row: 1; }
.home-band > .cat-pairs { grid-column: 1 / -1; grid-row: 2; }
.home-band > .media-strip { grid-column: 1 / -1; grid-row: 3; }

/* featured mosaic */
.mosaic { display: grid; grid-template-columns: 5fr 3fr; gap: 20px; margin-bottom: 24px; }
.mosaic-lead .lead-art { display: block; width: 100%; border: 1px solid #d9d6cd; }
.mosaic-lead h1 { font: 700 44px/1.08 Georgia, "Times New Roman", serif; margin: 12px 0 8px; }
.mosaic-lead h1 a { color: #232323; text-decoration: none; }
.mosaic-lead h1 a:hover { color: #196f3d; }
.mosaic-lead .lead-deck { font-size: 16px; color: #44423d; }
.mosaic-lead .lead-more { font: 700 12px/1 Arial, sans-serif; text-transform: uppercase;
  letter-spacing: 1px; }
.mosaic-briefs { border-top: 3px solid #262424; display: flex; flex-direction: column; }
.brief { border-bottom: 1px solid #d9d6cd; padding: 12px 0; flex: 1 1 auto; }
.brief .kicker { font: 700 11px/1 Arial, sans-serif; text-transform: uppercase;
  letter-spacing: 1.5px; margin-bottom: 5px; }
.brief h3 { font: 700 21px/1.15 Georgia, serif; margin-bottom: 5px; }
.brief h3 a { color: #232323; text-decoration: none; }
.brief h3 a:hover { color: #196f3d; }
.brief p { font-size: 13px; color: #55534e; }

/* modules */
.module { border: 1px solid #d9d6cd; margin-bottom: 20px; background: #fff; }
.module-strip { display: flex; align-items: center; gap: 8px; padding: 8px 12px;
  background: #f4f3ef; border-bottom: 1px solid #d9d6cd;
  font: 700 11px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.module-body { padding: 14px; }
.module-lead { font-size: 14px; color: #44423d; margin-bottom: 4px; }
.module-lead b { display: block; font: 700 17px/1.25 Georgia, serif; color: #232323; margin-bottom: 3px; }
.module-lead b a { color: #232323; text-decoration: none; }
.module-lead b a:hover { color: #196f3d; }
.link-rows { list-style: none; margin-top: 10px; }
.link-rows li { border-top: 1px dotted #cfccc2; padding: 6px 0 6px 2px; font-size: 13px; }
.link-rows a { text-decoration: none; }
.link-rows a:hover { text-decoration: underline; }

.cat-products .module-strip { border-top: 3px solid #ef7945; }
.cat-products .module-strip .suit { fill: #ef7945; }
.cat-services .module-strip { border-top: 3px solid #196f3d; }
.cat-solutions .module-strip { border-top: 3px solid #33566b; }
.cat-corporate .module-strip { border-top: 3px solid #262424; }

.cat-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.cat-pairs .module-wide { grid-column: 1 / -1; }
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sol-grid .module-lead { margin-bottom: 0; }

/* rail */
.rail-module { border: 1px solid #d9d6cd; margin-bottom: 20px; }
.rail-module .module-strip { background: #262424; color: #f5f2ec; border-bottom: 2px solid #196f3d; }
.rail-list { list-style: none; }
.rail-list li { border-bottom: 1px dotted #cfccc2; padding: 9px 12px; }
.rail-list li:last-child { border-bottom: 0; }
.rail-list .rl-title { display: block; font: 700 14px/1.3 Georgia, serif; text-decoration: none; color: #232323; }
.rail-list .rl-title:hover { color: #196f3d; }
.rail-list .rl-date { display: block; font-size: 11px; color: #6b6b66; margin-top: 2px;
  text-transform: uppercase; letter-spacing: 1px; }
.rail-contact { padding: 10px 12px; font-size: 13px; color: #44423d; }
.rail-contact p { margin-bottom: 6px; }
.rail-contact b { color: #232323; }

/* media strip */
.media-strip .strip-title { display: flex; align-items: center; gap: 8px;
  border-top: 3px solid #262424; background: #f4f3ef; border-bottom: 1px solid #d9d6cd;
  padding: 8px 12px; font: 700 11px/1 Arial, sans-serif; text-transform: uppercase;
  letter-spacing: 2px; }
.tiles { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding: 14px 0 4px; }
.tile { border: 1px solid #d9d6cd; text-decoration: none; display: block; background: #fff; }
.tile .tile-art { display: block; width: 100%; }
.tile-caption { padding: 8px 10px 10px; }
.tile-caption b { display: block; font: 700 16px/1.2 Georgia, serif; color: #232323; }
.tile:hover .tile-caption b { color: #196f3d; }
.tile-caption span { font-size: 12px; color: #6b6b66; }

/* directory band */
.dir-band { background: #f4f3ef; border-top: 1px solid #d9d6cd; padding: 18px 24px 22px; }
.dir-title { display: flex; align-items: center; gap: 8px; font: 700 11px/1 Arial, sans-serif;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 12px; color: #232323; }
.dir-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dir-cols h4 { font: 700 11px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: 1.5px;
  color: #6b6b66; border-bottom: 1px solid #cfccc2; padding-bottom: 6px; margin-bottom: 6px; }
.dir-cols ul { list-style: none; }
.dir-cols li { padding: 3px 0; font-size: 13px; }
.dir-cols a { text-decoration: none; }
.dir-cols a:hover { text-decoration: underline; }

/* footer */
.site-foot { background: #262424; color: #d8d4cb; }
.foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 26px 24px; }
.foot-cols h4 { font: 700 11px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: 2px;
  color: #bdb8ae; border-bottom: 2px solid #196f3d; padding-bottom: 7px; margin-bottom: 10px; }
.foot-cols ul { list-style: none; }
.foot-cols li { padding: 4px 0; font-size: 13px; }
.foot-cols a { color: #d8d4cb; text-decoration: none; }
.foot-cols a:hover { color: #fff; text-decoration: underline; }
.foot-slogan { font: 700 22px/1.25 Georgia, serif; color: #f5f2ec; }
.foot-note { font-size: 13px; margin-top: 8px; color: #a8a49a; }
.foot-date { font-size: 11px; color: #8f8a80; text-transform: uppercase; letter-spacing: 1px; }
.foot-base { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-top: 1px solid #3a3737; padding: 12px 24px; font-size: 12px; color: #a8a49a; }
.foot-base a { color: #bdb8ae; }

/* article pages */
.content-band { display: grid; grid-template-columns: minmax(0, 1fr) 300px;
  gap: 0 24px; padding: 20px 24px 8px; }
.article-col { min-width: 0; }
.cat-label { display: inline-block; padding: 4px 9px; color: #fff;
  font: 700 11px/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: 2px; }
.cat-label.lbl-products { background: #ef7945; }
.cat-label.lbl-services { background: #196f3d; }
.cat-label.lbl-solutions { background: #33566b; }
.cat-label.lbl-corporate { background: #262424; }
.article-col h1 { font: 700 36px/1.12 Georgia, "Times New Roman", serif; margin: 10px 0 6px; }
.art-deck { font: italic 17px/1.4 Georgia, serif; color: #55534e; margin-bottom: 8px; }
.art-meta { font-size: 12px; color: #6b6b66; border-top: 1px solid #d9d6cd;
  border-bottom: 1px solid #d9d6cd; padding: 6px 0; margin: 10px 0 16px;
  text-transform: uppercase; letter-spacing: 1px; }
.art-body { max-width: 700px; }
.art-body p { margin-bottom: 13px; }
.art-body h2 { font: 700 22px/1.25 Georgia, serif; margin: 22px 0 9px;
  border-bottom: 1px solid #d9d6cd; padding-bottom: 5px; }
.art-body h3 { font: 700 18px/1.3 Georgia, serif; margin: 16px 0 7px; }
.art-body ul, .art-body ol { margin: 0 0 13px 22px; }
.art-body li { margin-bottom: 4px; }
.art-body table { border-collapse: collapse; margin-bottom: 14px; }
.art-body td, .art-body th { border: 1px solid #d9d6cd; padding: 5px 9px; font-size: 14px; }
.art-related { border-top: 3px solid #d9d6cd; margin: 26px 0 20px; padding-top: 8px; max-width: 700px; }
.art-related.rel-products { border-top-color: #ef7945; }
.art-related.rel-services { border-top-color: #196f3d; }
.art-related.rel-solutions { border-top-color: #33566b; }
.art-related.rel-corporate { border-top-color: #262424; }
.art-related h2 { font: 700 13px/1 Arial, sans-serif; text-transform: uppercase;
  letter-spacing: 2px; margin-bottom: 8px; }
.art-related ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.art-related li { border-top: 1px dotted #cfccc2; padding: 5px 0; font-size: 13px; }
.art-related a { text-decoration: none; }
.art-related a:hover { text-decoration: underline; }

/* section index child modules */
.child-modules { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0; }

/* contact sheet */
.contact-sheet { display: grid; grid-template-columns: 3fr 2fr; gap: 24px; max-width: 860px; }
.contact-facts { border: 1px solid #d9d6cd; }
.contact-facts .module-strip { border-top: 3px solid #196f3d; }
.contact-facts dl { padding: 12px 14px; }
.contact-facts dt { font: 700 11px/1 Arial, sans-serif; text-transform: uppercase;
  letter-spacing: 1.5px; color: #6b6b66; margin-top: 10px; }
.contact-facts dt:first-child { margin-top: 0; }
.contact-facts dd { font-size: 14px; margin-top: 3px; }

/* tablet */
@media (max-width: 1024px) {
  .home-band, .content-band { display: block; padding: 18px 18px 4px; }
  .rail { margin-bottom: 20px; }
  .dir-cols, .foot-cols { grid-template-columns: 1fr 1fr; }
  .mosaic-lead h1 { font-size: 38px; }
  .tiles { grid-template-columns: repeat(3, 1fr); }
}

/* mobile */
@media (max-width: 720px) {
  .site-head { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 16px 12px; }
  .head-utility { text-align: left; }
  .cat-menu a { padding: 10px 12px; font-size: 12px; }
  .home-band, .content-band { padding: 14px 14px 2px; }
  .mosaic { display: block; }
  .mosaic-lead h1 { font-size: 30px; }
  .mosaic-briefs { margin-top: 14px; }
  .cat-pairs { display: block; }
  .sol-grid { grid-template-columns: 1fr; }
  .tiles { grid-template-columns: 1fr 1fr; }
  .dir-cols, .foot-cols { grid-template-columns: 1fr; }
  .article-col h1 { font-size: 28px; }
  .art-related ul { grid-template-columns: 1fr; }
  .contact-sheet { display: block; }
  .contact-facts { margin-top: 18px; }
  .child-modules { display: block; }
  .child-modules .module { margin-bottom: 14px; }
}
