/* Pig Dice static site. Local CSS only. */
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;cursor:pointer;text-decoration:none;font-family:Arial,Helvetica,sans-serif}
.mobile-menu-button span{display:block;width:21px;height:2px;background:currentColor;margin:3px}
.faq-list details{border-bottom:1px solid #d8d1c5;padding:0 22px}.faq-list details:last-child{border-bottom:0}.faq-list summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:800}.faq-list details p{margin:0;padding:0 0 18px;color:#46505a;line-height:1.6}
.article-breadcrumb{margin-bottom:34px;color:#b9cbd0;font-size:13px}.article-breadcrumb a{color:#d7e5e7}.article-card-copy{display:flex;flex-direction:column;padding:23px 24px 25px}.editorial-badge{display:inline-flex;padding:5px 10px;border:1px solid #ac5c12;border-radius:999px;background:#ffd55a;color:#071522;font-size:11px;font-weight:900;text-transform:uppercase}
.article-checklist li{list-style:none;position:relative;padding-left:26px}.article-checklist li:before{content:'✓';position:absolute;left:0;color:#198339;font-weight:900}
.contact-field input,.contact-field textarea{width:100%;border:2px solid #a99d88;border-radius:8px;background:#fff;padding:10px 12px;font:inherit}.contact-field label{font-weight:900;text-transform:uppercase;font-size:11px}

:root {
  --background: #fff8e9;
  --foreground: #071522;
  --card: #fffaf0;
  --card-foreground: #071522;
  --primary: #071522;
  --primary-foreground: #fff8e9;
  --secondary: #ffd229;
  --secondary-foreground: #071522;
  --muted: #f4ead8;
  --muted-foreground: #5e6670;
  --accent: #08a8d8;
  --accent-foreground: #071522;
  --destructive: #d13f49;
  --border: #d7c9ad;
  --input: #d7c9ad;
  --ring: #f97316;
  --radius: 0.875rem;
  --navy: #071522;
  --teal: #064b57;
  --cyan: #08a8d8;
  --cream: #fff8e9;
  --pink: #f2a0aa;
  --purple: #a84d94;
  --yellow: #ffd229;
  --orange: #f97316;
  --gold: #d7ad4b;
}



* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-shell { min-height: 100vh; background: var(--cream); }
.page-width { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    radial-gradient(circle at 55% 0%, rgba(255, 225, 87, .8), transparent 34%),
    linear-gradient(105deg, #f97316 0%, #ffb31a 48%, #f68b15 100%);
  border-bottom: 4px solid var(--navy);
  box-shadow: 0 6px 20px rgba(7, 21, 34, .22);
}
.header-inner {
  width: min(1240px, calc(100% - 34px));
  min-height: 76px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: .035em; font-size: 27px; }
.brand img { height: 64px; width: auto; object-fit: contain; display: block; filter: drop-shadow(0 2px 3px rgba(7,21,34,.45)); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 3vw, 42px); }
.main-nav a { font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 3px; background: var(--navy); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.new-game-button svg { display: none; }
.new-game-button {
  min-height: 44px; min-width: 44px;
  border-radius: 14px;
  padding-inline: 22px;
  background: var(--navy) !important;
  color: var(--cream) !important;
  border: 3px solid var(--gold) !important;
  font-size: 14px; font-weight: 950; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 5px 0 rgba(7,21,34,.34);
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}
.new-game-button:hover { background: #0e2437 !important; border-color: #ffd76b !important; transform: translateY(-2px); box-shadow: 0 7px 0 rgba(7,21,34,.36); }
.new-game-button:active { transform: translateY(3px); box-shadow: 0 2px 0 rgba(7,21,34,.36); }
.new-game-button:focus-visible { outline: 3px solid var(--cream); outline-offset: 3px; }
.mobile-menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 10px; background: var(--navy); color: white; align-items: center; justify-content: center; }

.hero {
  position: relative;
  min-height: 790px;
  background:
    linear-gradient(rgba(4, 21, 29, .2), rgba(4, 25, 33, .9)),
    url('hero-casino-background-wide.webp') center / cover no-repeat,
    #073d47;
  color: white;
  overflow: hidden;
  padding: 28px 0 66px;
}
.hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, transparent 0 30%, rgba(0,0,0,.34) 80%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; }
.hero-title-row { min-height: 185px; display: flex; justify-content: center; align-items: center; gap: 26px; text-align: center; }
.hero-title-row > div { max-width: 840px; }
.hero-dice { width: 150px; height: 130px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.35)); }
.eyebrow, .section-kicker { margin: 0 0 9px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; color: var(--gold); }
.hero h1, section h2 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.hero h1 { font-size: clamp(46px, 6vw, 78px); line-height: .96; color: #fff5dc; text-shadow: 0 4px 0 rgba(213, 69, 62, .6), 0 10px 25px rgba(0,0,0,.4); }
.hero-subtitle { margin: 15px 0 0; font-size: clamp(16px, 2vw, 22px); font-weight: 800; }

.game-board {
  color: var(--navy);
  background: linear-gradient(145deg, #fffdf5, #fff3d9);
  border: 4px solid var(--navy);
  outline: 3px solid var(--gold);
  border-radius: 34px;
  padding: 22px;
  box-shadow: 0 24px 0 rgba(2, 14, 20, .42), 0 34px 70px rgba(0,0,0,.44);
}
.scoreboard { display: grid; grid-template-columns: 1fr 170px 1fr; gap: 16px; align-items: stretch; max-width: 980px; margin-inline: auto; }
.score-panel { min-height: 104px; display: flex; align-items: center; justify-content: space-between; border: 3px solid var(--navy); border-radius: 17px; padding: 12px 28px; box-shadow: inset 0 2px rgba(255,255,255,.65), 0 6px 0 rgba(7,21,34,.18); }
.score-panel svg { width: 55px; height: 55px; stroke-width: 1.7; }
.score-panel div { display: flex; align-items: baseline; gap: 14px; }
.score-panel span, .target-score span { display: block; text-transform: uppercase; font-weight: 950; letter-spacing: .04em; }
.score-panel strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 58px; line-height: 1; }
.player-score { background: linear-gradient(135deg, #ffb0b6, #f17988); }
.cpu-score { background: linear-gradient(135deg, #31c5f0, #169bd0); }
.target-score { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--navy); color: var(--cream); border: 3px solid var(--gold); border-radius: 16px; box-shadow: 0 6px 0 rgba(7,21,34,.22); }
.target-score strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 52px; line-height: 1; color: white; }
.turn-score { width: max-content; margin: 13px auto -4px; position: relative; z-index: 3; background: linear-gradient(#e89c25, #c76e10); color: white; border: 2px solid var(--navy); border-radius: 999px; padding: 6px 22px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; box-shadow: inset 0 2px rgba(255,255,255,.45); }
.rolling-tray {
  position: relative;
  min-height: 350px;
  display: grid;
  grid-template-columns: 1fr .72fr 1fr;
  align-items: center;
  gap: 10px;
  padding: 24px 40px 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 45%, rgba(18, 130, 144, .65), transparent 46%),
    url('teal-felt-texture-seamless.webp') center / 420px repeat,
    #0a6974;
  border: 14px solid #172126;
  outline: 3px solid var(--gold);
  border-radius: 46px;
  box-shadow: inset 0 14px 22px rgba(0,0,0,.5), inset 0 -8px 18px rgba(0,0,0,.28), 0 9px 0 rgba(7,21,34,.2);
}
.tray-pig { width: 100%; height: 225px; object-fit: contain; filter: drop-shadow(0 20px 14px rgba(0,0,0,.34)); transition: transform .3s ease; }
.tray-pig-left { transform: rotate(-3deg); }
.tray-pig-right { transform: rotate(4deg); }
.tray-dice { width: 100%; height: 175px; object-fit: contain; filter: drop-shadow(0 18px 13px rgba(0,0,0,.35)); }
.is-rolling .tray-pig-left { animation: tumble-left .52s ease both; }
.is-rolling .tray-pig-right { animation: tumble-right .52s ease both; }
.is-rolling .tray-dice { animation: dice-roll .52s ease both; }
@keyframes tumble-left { 50% { transform: translate(18px,-32px) rotate(22deg) scale(.94); } }
@keyframes tumble-right { 50% { transform: translate(-18px,-28px) rotate(-20deg) scale(.94); } }
@keyframes dice-roll { 50% { transform: translateY(-30px) rotate(28deg); } }
.result-badge { position: absolute; left: 50%; bottom: 13px; transform: translateX(-50%); min-width: 310px; background: rgba(5,34,40,.94); color: white; border: 2px solid var(--gold); border-radius: 12px; padding: 8px 22px; text-align: center; text-transform: uppercase; box-shadow: 0 8px 18px rgba(0,0,0,.28); }
.result-badge span { display: block; font-size: 13px; font-weight: 900; letter-spacing: .08em; color: #ffe1a0; }
.result-badge strong { display: block; margin-top: 2px; font-size: 22px; }
.game-actions { display: grid; grid-template-columns: 1.45fr 1fr; gap: 20px; max-width: 760px; margin: 20px auto 0; }
.game-actions button { height: 70px; }
.roll-button, .bank-button { border-radius: 16px !important; border: 3px solid var(--navy) !important; font-size: 22px !important; font-weight: 950 !important; text-transform: uppercase; box-shadow: 0 7px 0 rgba(7,21,34,.28) !important; transition: transform .16s ease, box-shadow .16s ease !important; }
.roll-button { background: linear-gradient(#ffe64f, #ffbc13) !important; color: var(--navy) !important; }
.bank-button { background: #fff9eb !important; color: var(--navy) !important; }
.roll-button:hover, .bank-button:hover { transform: translateY(-2px); box-shadow: 0 9px 0 rgba(7,21,34,.3) !important; }
.roll-button:active, .bank-button:active { transform: translateY(4px); box-shadow: 0 2px 0 rgba(7,21,34,.3) !important; }
.game-hint { text-align: center; margin: 13px 0 0; font-size: 14px; }

.light-section { background: #fffaf0; }
.how-section { padding: 34px 0 26px; border-bottom: 1px solid #b8d8da; }
section h2 { font-size: clamp(34px, 5vw, 52px); line-height: 1; }
.how-section h2, .scoring-section > div > h2, .faq-section h2 { text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; margin-top: 24px; }
.step-card { position: relative; min-height: 170px; display: grid; grid-template-columns: auto 1fr; gap: 10px 14px; align-items: start; overflow: visible; border: 2px solid #6c4c2f; border-radius: 18px; padding: 18px; background: #fff8e9; box-shadow: 0 6px 0 rgba(7,21,34,.08); }
.step-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #11779c; color: white; font-size: 22px; font-weight: 950; }
.step-card h3 { margin: 6px 0 4px; text-transform: uppercase; font-size: 17px; }
.step-card p { margin: 0; font-size: 13px; line-height: 1.45; }
.step-card img { grid-column: 1 / -1; justify-self: end; width: 145px; height: 82px; object-fit: contain; margin-top: -12px; }
.step-arrow { position: absolute; right: -31px; top: 50%; width: 29px; height: 29px; color: var(--navy); }

.scoring-section { padding: 34px 0 46px; }
.scoring-section .section-kicker, .faq-section .section-kicker { text-align: center; color: #8e5b19; }
.scoring-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 26px; }
.score-card { position: relative; min-height: 205px; display: flex; justify-content: space-between; overflow: hidden; border: 3px solid var(--navy); border-radius: 18px; box-shadow: 0 7px 0 rgba(7,21,34,.18); }
.score-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 25%, rgba(255,255,255,.38), transparent 38%); }
.score-copy { position: relative; z-index: 2; padding: 20px 0 18px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.score-copy h3 { margin: 0; text-transform: uppercase; font-size: 22px; font-weight: 950; color: white; text-shadow: 0 2px 1px rgba(0,0,0,.48); }
.score-copy strong { margin-top: 6px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 66px; line-height: .9; color: white; text-shadow: 0 3px 1px rgba(0,0,0,.35); }
.score-copy span { color: white; text-transform: uppercase; font-weight: 950; }
.score-card img { position: relative; z-index: 1; align-self: flex-end; width: 62%; height: 180px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 15px 10px rgba(0,0,0,.2)); }
.score-cyan { background: linear-gradient(135deg, #08a8d8, #29cce9); }
.score-yellow { background: linear-gradient(135deg, #f1b716, #ffe044); }
.score-green { background: linear-gradient(135deg, #4ba84b, #8bd96a); }
.score-blue { background: linear-gradient(135deg, #168ec8, #42c8e6); }
.score-coral { background: linear-gradient(135deg, #e45d52, #f39b83); }
.score-orange { background: linear-gradient(135deg, #ed7d15, #ffb329); }

.rules-section { padding: 60px 0; border-top: 1px solid #cad9d5; }
.rules-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.rules-visual { min-height: 430px; display: flex; align-items: flex-end; position: relative; }
.rules-visual > img { width: 58%; max-height: 390px; object-fit: contain; filter: drop-shadow(0 18px 15px rgba(7,21,34,.18)); }
.notebook { position: absolute; right: 0; top: 25px; width: 53%; min-height: 335px; background: #fffef8; border: 3px solid #8a5a2b; border-radius: 12px; padding: 26px 20px 20px 35px; transform: rotate(-1.5deg); box-shadow: 0 12px 20px rgba(7,21,34,.18); }
.notebook::before { content: ""; position: absolute; left: 13px; top: 0; bottom: 0; width: 5px; border-left: 3px dashed #7a5937; }
.notebook h3 { margin: 0 0 20px; text-align: center; text-transform: uppercase; font-size: 22px; }
.notebook ul, .rules-copy ul { list-style: none; margin: 0; padding: 0; }
.notebook li { display: flex; gap: 9px; margin: 15px 0; font-size: 14px; font-weight: 700; }
.notebook svg { width: 20px; color: #2d9d45; flex: 0 0 auto; }
.rules-copy h2 { margin-bottom: 24px; }
.rules-copy > ul { display: grid; gap: 16px; }
.rules-copy > ul li { display: flex; align-items: center; gap: 15px; font-size: 16px; font-weight: 700; }
.rules-copy > ul svg { width: 27px; height: 27px; color: #0a86aa; }
.tip-box { display: flex; align-items: center; gap: 12px; margin: 25px 0 18px; border: 2px solid #9d761b; border-radius: 10px; background: #ffe769; padding: 12px 16px; font-weight: 950; text-transform: uppercase; }
.dark-button { height: 46px; border-radius: 8px; background: var(--navy) !important; color: white !important; text-transform: uppercase; font-weight: 900; }

.strategy-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #05677c, #04a6c2); color: white; border-block: 5px solid var(--navy); }
.strategy-inner { min-height: 340px; display: grid; grid-template-columns: 210px 1fr 210px; align-items: end; gap: 16px; }
.strategy-copy { align-self: center; text-align: center; padding: 32px 0; }
.strategy-copy .section-kicker { color: #ffe565; }
.strategy-copy h2 { font-size: clamp(36px, 5vw, 58px); text-shadow: 0 4px 0 rgba(7,21,34,.32); }
.strategy-pig { width: 100%; height: 290px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 20px 12px rgba(0,0,0,.22)); }
.risk-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.risk-grid article { min-height: 112px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 14px; padding: 12px; background: rgba(3,65,80,.32); }
.risk-grid svg { width: 28px; height: 28px; color: #ffe45c; }
.risk-grid strong { display: block; text-transform: uppercase; }
.risk-grid span { font-size: 11px; opacity: .9; }
.strategy-button { height: 53px; margin-top: 18px; font-size: 16px !important; padding-inline: 42px !important; }

.faq-section { padding: 55px 0 64px; }
.faq-inner { max-width: 900px; }
.faq-list { margin-top: 25px; border: 2px solid #b7ad9c; border-radius: 14px; overflow: hidden; background: white; box-shadow: 0 10px 25px rgba(7,21,34,.08); }
.faq-item { border-color: #d8d1c5 !important; }
.faq-trigger { padding: 18px 22px !important; font-size: 16px !important; text-decoration: none !important; }
.faq-content { padding: 0 22px 18px !important; color: #46505a; line-height: 1.6; }

.final-cta { position: relative; min-height: 245px; display: grid; grid-template-columns: 1fr minmax(340px, 620px) 1fr; align-items: end; overflow: hidden; text-align: center; background: url('orange-cta-background-wide.webp') center / cover no-repeat, linear-gradient(120deg, #f97316, #ffc121, #f98416); border-top: 5px solid var(--navy); }
.final-cta > div { align-self: center; position: relative; z-index: 2; padding: 26px 0; }
.final-cta p { margin: 0 0 5px; text-transform: uppercase; font-size: 12px; font-weight: 950; letter-spacing: .17em; }
.final-cta h2 { font-size: clamp(48px, 6vw, 72px); color: #fff6e1; text-shadow: 0 4px 0 #9f341f, 0 7px 0 var(--navy); }
.cta-button { height: 52px; margin-top: 14px; border: 3px solid var(--navy) !important; border-radius: 12px !important; background: linear-gradient(#ffe95a,#ffc514) !important; color: var(--navy) !important; text-transform: uppercase; font-weight: 950 !important; box-shadow: 0 6px 0 rgba(7,21,34,.3) !important; }
.cta-pig { width: 100%; height: 210px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 14px 10px rgba(0,0,0,.2)); }
.cta-pig.left { transform: rotate(-8deg); }
.cta-pig.right { transform: rotate(7deg); }

.site-footer { background: var(--navy); color: #d9e0e5; padding: 42px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 44px; }
.footer-logo { color: #ffb1b5; }
.footer-logo img { height: 52px; width: auto; filter: none; }
.footer-brand p { margin: 12px 0 8px; font-size: 13px; }
.age-note { font-size: 12px; color: #ffcf65; }
.footer-grid h3 { margin: 4px 0 12px; color: white; text-transform: uppercase; font-size: 13px; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid a:hover { color: #ffc43a; }
.footer-bottom { margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); text-align: center; font-size: 11px; color: #8fa0ac; }

/* Editorial pages */
.editorial-shell { background: #fffaf0; }
.editorial-shell h1,
.editorial-shell h2,
.editorial-shell h3 { text-wrap: balance; }

.blog-hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 74% 35%, rgba(17, 164, 179, .42), transparent 29%),
    linear-gradient(90deg, rgba(2, 18, 28, .98), rgba(3, 43, 54, .88)),
    url('hero-casino-background-wide.webp') center 44% / cover no-repeat;
  border-bottom: 5px solid var(--gold);
}
.blog-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  background: linear-gradient(transparent, rgba(0,0,0,.34));
  pointer-events: none;
}
.blog-hero-inner { min-height: 405px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; z-index: 1; }
.blog-hero-copy { max-width: 610px; padding: 55px 0; }
.blog-hero-copy .section-kicker { color: #ffd65a; }
.blog-hero h1 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-size: clamp(62px, 8vw, 102px);
  line-height: .92;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: #fff5de;
  text-shadow: 0 5px 0 #ad3f2c, 0 13px 30px rgba(0,0,0,.48);
}
.blog-hero-copy > p:last-child { max-width: 580px; margin: 23px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.55; font-weight: 700; color: #d9eef0; }
.blog-hero-art { position: relative; align-self: stretch; min-height: 405px; }
.blog-hero-art::before { content: ""; position: absolute; width: 330px; height: 330px; left: 10%; top: 32px; border: 1px solid rgba(255,210,85,.45); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,210,85,.04), 0 0 80px rgba(5,177,192,.25); }
.blog-hero-pig { position: absolute; z-index: 2; right: 0; bottom: -14px; width: 360px; height: 365px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 24px 20px rgba(0,0,0,.4)); }
.blog-hero-dice { position: absolute; z-index: 3; left: 3%; bottom: 35px; width: 210px; height: 170px; object-fit: contain; transform: rotate(-8deg); filter: drop-shadow(0 18px 15px rgba(0,0,0,.38)); }

.featured-section { padding: 70px 0 58px; background: #fffaf0; }
.editorial-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.editorial-heading-row h2 { font-size: clamp(38px, 5vw, 56px); }
.editorial-heading-row .section-kicker { color: #9b5c18; }
.view-all-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 7px; font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .055em; border-bottom: 2px solid var(--navy); }
.view-all-link svg, .article-link svg { width: 17px; transition: transform .2s ease; }
.view-all-link:hover svg, .article-link:hover svg { transform: translateX(4px); }
.featured-article-card { display: grid !important; grid-template-columns: 1.02fr .98fr; gap: 0 !important; overflow: hidden; padding: 0 !important; border: 3px solid var(--navy) !important; border-radius: 24px !important; background: #fffdf7 !important; box-shadow: 0 12px 0 rgba(7,21,34,.14), 0 26px 54px rgba(7,21,34,.13) !important; }
.featured-article-visual { position: relative; min-height: 430px; overflow: hidden; background: radial-gradient(circle at 58% 45%, #138899 0, #075c68 40%, #042e38 100%), url('teal-felt-texture-seamless.webp') center / 380px repeat; border-right: 3px solid var(--navy); }
.featured-article-visual::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,213,82,.52); border-radius: 19px; pointer-events: none; }
.felt-glow { position: absolute; width: 310px; height: 310px; left: 30%; top: 10%; border-radius: 50%; background: rgba(15,181,195,.34); filter: blur(20px); }
.featured-article-visual > img:first-of-type { position: absolute; z-index: 2; width: 390px; height: 390px; left: 4%; bottom: -20px; object-fit: contain; filter: drop-shadow(0 24px 18px rgba(0,0,0,.37)); }
.featured-article-visual .featured-dice { position: absolute; z-index: 3; right: 4%; top: 32px; width: 175px; height: 150px; object-fit: contain; transform: rotate(9deg); filter: drop-shadow(0 18px 14px rgba(0,0,0,.34)); }
.featured-article-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px 52px !important; }
.editorial-badge { border: 1px solid #ac5c12 !important; background: #ffd55a !important; color: var(--navy) !important; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.featured-article-copy h2 { margin: 18px 0 15px; font-size: clamp(36px, 4.5vw, 54px); line-height: 1.03; }
.featured-article-copy > p { margin: 0; color: #3c4b55; font-size: 17px; line-height: 1.65; }
.article-meta { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: #69737a; font-size: 12px; font-weight: 700; }
.article-meta svg { width: 16px; height: 16px; }
.read-guide-button { min-height: 52px; margin-top: 27px; padding-inline: 25px !important; border: 2px solid var(--navy) !important; border-radius: 10px !important; background: linear-gradient(#ffe85c,#ffc319) !important; color: var(--navy) !important; font-weight: 950 !important; text-transform: uppercase; box-shadow: 0 5px 0 rgba(7,21,34,.22) !important; }

.latest-guides { padding: 64px 0 80px; background: #f3ead9; border-block: 1px solid #d2c5ae; }
.editorial-heading-row.compact { align-items: center; }
.editorial-heading-row.compact > p { max-width: 270px; color: #606c73; font-weight: 700; text-align: right; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { gap: 0 !important; overflow: hidden; padding: 0 !important; border: 2px solid #b8aa92 !important; border-radius: 18px !important; background: #fffdf8 !important; box-shadow: 0 8px 0 rgba(7,21,34,.08) !important; transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-5px); box-shadow: 0 13px 0 rgba(7,21,34,.11) !important; }
.article-card-visual { position: relative; min-height: 215px; display: block; overflow: hidden; border-bottom: 2px solid var(--navy); }
.article-card-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 25%, rgba(255,255,255,.45), transparent 40%); }
.article-card-visual img { position: absolute; z-index: 2; right: 2%; bottom: -9px; width: 78%; height: 205px; object-fit: contain; object-position: right bottom; filter: drop-shadow(0 16px 11px rgba(0,0,0,.24)); transition: transform .24s ease; }
.article-card:hover .article-card-visual img { transform: scale(1.04) rotate(1deg); }
.article-card-icon { position: absolute; z-index: 3; left: 17px; top: 17px; display: grid; place-items: center; width: 42px; height: 42px; border: 2px solid rgba(255,255,255,.75); border-radius: 11px; background: rgba(7,21,34,.86); color: white; }
.article-card-icon svg { width: 21px; }
.article-teal { background: linear-gradient(135deg,#056676,#0db0bd); }
.article-gold { background: linear-gradient(135deg,#c47a0f,#ffd34a); }
.article-orange { background: linear-gradient(135deg,#d95718,#ffab2d); }
.article-coral { background: linear-gradient(135deg,#b9444b,#ef8b74); }
.article-navy { background: linear-gradient(135deg,#071522,#17445a); }
.article-blue { background: linear-gradient(135deg,#08739e,#24b9de); }
.article-card-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 23px 24px 25px !important; }
.article-card-meta { width: 100%; display: flex; justify-content: space-between; gap: 14px; color: #717980; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.article-card-meta span:first-child { color: #ad5912; }
.article-card h3 { margin: 13px 0 10px; font-size: 23px; line-height: 1.15; }
.article-card h3 a:hover { color: #b84b16; }
.article-card-copy > p { flex: 1; margin: 0; color: #55616a; font-size: 14px; line-height: 1.55; }
.article-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: #9b4416; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .045em; }
.article-card:last-child:nth-child(3n + 2) { grid-column: 2; }

.blog-play-cta { min-height: 300px; display: grid; grid-template-columns: 1fr minmax(420px, 650px) 1fr; align-items: end; overflow: hidden; text-align: center; background: url('orange-cta-background-wide.webp') center / cover no-repeat, #f79418; border-top: 5px solid var(--navy); }
.blog-play-cta > div { align-self: center; padding: 38px 0; }
.blog-play-cta .section-kicker { color: var(--navy); }
.blog-play-cta h2 { font-size: clamp(43px, 6vw, 67px); color: #fff8e7; text-shadow: 0 4px 0 #a74125, 0 8px 0 var(--navy); }
.blog-play-cta > img { width: 100%; height: 255px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 16px 12px rgba(0,0,0,.2)); }

/* Article */
.article-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(3,17,27,.99) 0%, rgba(4,44,53,.94) 58%, rgba(3,34,43,.82) 100%), url('hero-casino-background-wide.webp') center / cover no-repeat; border-bottom: 5px solid var(--gold); }
.article-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 77% 47%, rgba(9,168,184,.34), transparent 28%); pointer-events: none; }
.article-hero-inner { min-height: 570px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 44px; position: relative; z-index: 1; }
.article-hero-copy { padding: 55px 0; }
.article-breadcrumb { margin-bottom: 34px; }
.article-breadcrumb ol { color: #b9cbd0; }
.article-breadcrumb a:hover { color: #ffd45f; }
.article-breadcrumb [aria-current="page"] { color: #ffcf53; }
.article-category { display: inline-flex; padding: 6px 12px; border: 1px solid #af5b17; border-radius: 999px; background: #ffd45a; color: var(--navy); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.article-hero h1 { max-width: 790px; margin: 18px 0 18px; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(48px, 6vw, 76px); line-height: .98; letter-spacing: .018em; color: #fff7e5; text-shadow: 0 4px 0 rgba(175,60,43,.7), 0 11px 25px rgba(0,0,0,.38); }
.article-deck { max-width: 760px; margin: 0; color: #d8e8e9; font-size: 18px; line-height: 1.6; font-weight: 650; }
.article-byline { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: #d7e2e4; }
.author-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 2px solid #ffca4d; border-radius: 50%; background: #f4a3aa; color: var(--navy); }
.author-mark svg { width: 23px; }
.article-byline > span:nth-child(2) { display: flex; flex-direction: column; }
.article-byline strong { font-size: 13px; color: white; }
.article-byline small { margin-top: 3px; font-size: 11px; color: #aabec2; }
.read-time { display: inline-flex; align-items: center; gap: 6px; margin-left: 12px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.25); font-size: 12px; }
.read-time svg { width: 16px; }
.article-hero-visual { position: relative; align-self: stretch; min-height: 570px; }
.article-hero-visual::after { content: ""; position: absolute; width: 365px; height: 365px; left: 4%; top: 92px; border: 2px solid rgba(255,205,77,.4); border-radius: 50%; box-shadow: 0 0 0 18px rgba(255,205,77,.035), 0 0 90px rgba(13,188,197,.22); }
.article-thinking-pig { position: absolute; z-index: 2; left: -8%; bottom: -26px; width: 430px; height: 450px; object-fit: contain; filter: drop-shadow(0 28px 22px rgba(0,0,0,.45)); }
.article-hero-dice { position: absolute; z-index: 3; right: -8%; top: 38px; width: 210px; height: 180px; object-fit: contain; transform: rotate(12deg); filter: drop-shadow(0 20px 15px rgba(0,0,0,.4)); }
.decision-chip { position: absolute; z-index: 4; display: inline-flex; padding: 9px 16px; border: 2px solid var(--navy); border-radius: 999px; color: var(--navy); font-size: 12px; font-weight: 950; text-transform: uppercase; box-shadow: 0 5px 0 rgba(0,0,0,.22); }
.decision-roll { left: 4%; top: 115px; background: #3bc8e8; transform: rotate(-7deg); }
.decision-bank { right: 0; bottom: 95px; background: #ffe052; transform: rotate(5deg); }

.article-layout { display: grid; grid-template-columns: 245px minmax(0, 760px); justify-content: center; align-items: start; gap: 70px; padding-top: 62px; padding-bottom: 75px; }
.article-sidebar { position: sticky; top: 104px; display: grid; gap: 18px; }
.toc-card { border: 2px solid #c4b79f; border-radius: 15px; background: white; padding: 20px; box-shadow: 0 7px 0 rgba(7,21,34,.07); }
.toc-card > strong { display: block; padding-bottom: 14px; border-bottom: 2px solid var(--navy); text-transform: uppercase; font-size: 13px; letter-spacing: .07em; }
.toc-card nav { display: grid; gap: 12px; margin-top: 15px; }
.toc-card a { color: #53616a; font-size: 13px; line-height: 1.35; }
.toc-card a:hover { color: #b94e17; }
.sidebar-play-card { overflow: hidden; border: 2px solid var(--navy); border-radius: 15px; background: linear-gradient(145deg,#0a8b9a,#07515f); color: white; padding: 0 18px 19px; text-align: center; box-shadow: 0 7px 0 rgba(7,21,34,.16); }
.sidebar-play-card img { width: 150px; height: 135px; margin: -8px auto -4px; object-fit: contain; filter: drop-shadow(0 11px 8px rgba(0,0,0,.25)); }
.sidebar-play-card strong { display: block; text-transform: uppercase; }
.sidebar-play-card p { margin: 5px 0 14px; color: #d8eff0; font-size: 12px; }
.sidebar-play-card .dark-button { background: #ffd64a !important; color: var(--navy) !important; }

.article-body { min-width: 0; color: #26333c; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.78; }
.article-body > section { scroll-margin-top: 110px; margin-top: 52px; }
.article-body h2 { margin: 0 0 18px; font-family: Arial, Helvetica, sans-serif; font-size: clamp(29px, 4vw, 38px); line-height: 1.15; letter-spacing: -.02em; text-transform: none; color: var(--navy); }
.article-body p { margin: 0 0 22px; }
.article-lead { margin-top: 0 !important; padding-bottom: 25px; border-bottom: 1px solid #d1c5b0; color: #1c2a33; font-size: 22px; line-height: 1.65; }
.article-callout { display: grid; grid-template-columns: auto 1fr; gap: 17px; align-items: start; margin: 30px 0; border: 2px solid; border-radius: 14px; padding: 19px 21px; font-family: Arial, Helvetica, sans-serif; }
.article-callout > svg { width: 30px; height: 30px; }
.article-callout strong { display: block; text-transform: uppercase; font-size: 14px; letter-spacing: .045em; }
.article-callout p { margin: 4px 0 0; font-size: 14px; line-height: 1.55; }
.key-callout { border-color: #087487; background: #dff4f2; }
.key-callout svg { color: #087487; }
.tip-callout { border-color: #b57a17; background: #fff1a9; }
.tip-callout svg { color: #ad6b0a; }
.decision-table { margin: 28px 0 32px; overflow: hidden; border: 2px solid var(--navy); border-radius: 14px; background: white; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 6px 0 rgba(7,21,34,.08); }
.decision-row { display: grid; grid-template-columns: .7fr .7fr 1.6fr; align-items: center; min-height: 65px; border-top: 1px solid #d8d1c4; }
.decision-row:first-child { border-top: 0; }
.decision-row > * { padding: 12px 17px; }
.decision-head { min-height: 45px; background: var(--navy); color: white; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .065em; }
.decision-row:not(.decision-head) { font-size: 14px; }
.decision-row:not(.decision-head) strong { font-size: 17px; }
.move-roll, .move-think, .move-bank { width: max-content; border-radius: 999px; padding: 5px 10px !important; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.move-roll { background: #bdeef3; color: #046779; }
.move-think { background: #ffed9d; color: #875600; }
.move-bank { background: #c8efc7; color: #20722c; }
.pig-out-explainer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 28px 0; border: 2px solid #b9ad98; border-radius: 16px; background: #fffefa; padding: 22px; font-family: Arial, Helvetica, sans-serif; }
.pig-out-explainer > svg { color: #b04f19; }
.pig-out-explainer > div { min-height: 155px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; background: #f3eadb; text-align: center; }
.pig-out-explainer img, .pig-out-explainer > div > svg { width: 105px; height: 82px; object-fit: contain; color: #088096; }
.pig-out-explainer > div > svg { padding: 17px; }
.pig-out-explainer strong { text-transform: uppercase; font-size: 14px; }
.pig-out-explainer span { color: #6a7379; font-size: 11px; }
.probability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; font-family: Arial, Helvetica, sans-serif; }
.probability-grid article { border: 2px solid #aebfc0; border-radius: 13px; background: #eef8f6; padding: 17px; }
.probability-grid svg { width: 26px; color: #087d90; }
.probability-grid strong { display: block; margin: 8px 0 5px; text-transform: uppercase; font-size: 12px; }
.probability-grid p { margin: 0; color: #526168; font-size: 12px; line-height: 1.5; }
.article-checklist { list-style: none; display: grid; gap: 13px; margin: 27px 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
.article-checklist li { display: flex; gap: 12px; align-items: flex-start; border-bottom: 1px solid #ded5c4; padding: 0 0 13px; font-size: 15px; line-height: 1.55; }
.article-checklist svg { flex: 0 0 auto; width: 22px; color: #198339; }
.beginner-plan-card { display: grid; grid-template-columns: 42px 1fr; gap: 16px 14px; margin: 27px 0; border: 2px solid #a96b20; border-radius: 16px; background: #fff5cd; padding: 22px; font-family: Arial, Helvetica, sans-serif; }
.beginner-plan-card > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--navy); color: white; font-weight: 950; }
.beginner-plan-card strong { display: block; text-transform: uppercase; font-size: 14px; }
.beginner-plan-card p { margin: 3px 0 0; color: #566068; font-size: 13px; line-height: 1.45; }
.article-finish { display: grid; grid-template-columns: 220px 1fr; align-items: end; gap: 22px; overflow: hidden; margin-top: 58px; border: 3px solid var(--navy); border-radius: 20px; background: url('orange-cta-background-wide.webp') center / cover no-repeat, #f78d17; padding: 22px 27px 0 0; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 8px 0 rgba(7,21,34,.13); }
.article-finish > img { width: 220px; height: 255px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 15px 12px rgba(0,0,0,.22)); }
.article-finish > div { padding: 20px 0 30px; }
.article-finish .section-kicker { color: var(--navy); }
.article-finish h2 { margin-bottom: 9px; font-size: 34px; }
.article-finish p:not(.section-kicker) { margin: 0; font-size: 14px; line-height: 1.5; }

.related-guides { padding: 65px 0 75px; background: #eee2cd; border-top: 1px solid #c9b99e; }
.related-guides > div > .section-kicker { color: #9b5b17; text-align: center; }
.related-guides h2 { text-align: center; font-size: clamp(38px, 5vw, 54px); }
.related-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.related-guide-grid a { display: grid; grid-template-columns: 115px 1fr; grid-template-rows: auto 1fr; gap: 3px 17px; align-items: center; min-height: 145px; overflow: hidden; border: 2px solid #b2a185; border-radius: 15px; background: #fffaf1; padding: 10px 16px 10px 8px; box-shadow: 0 6px 0 rgba(7,21,34,.08); }
.related-guide-grid a:hover { border-color: var(--navy); }
.related-guide-grid img { grid-row: 1 / 3; width: 115px; height: 120px; object-fit: contain; filter: drop-shadow(0 10px 8px rgba(0,0,0,.15)); }
.related-guide-grid span { align-self: end; color: #a14d15; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.related-guide-grid strong { align-self: start; font-size: 17px; line-height: 1.2; }

.pose-score-list,
.pose-rarity-list { display: grid; gap: 10px; margin: 28px 0; font-family: Arial, Helvetica, sans-serif; }
.pose-score-list article,
.pose-rarity-list article { display: grid; grid-template-columns: 105px 1fr auto; align-items: center; min-height: 95px; overflow: hidden; border: 2px solid #baad96; border-radius: 13px; background: #fffdf7; padding: 7px 20px 7px 8px; box-shadow: 0 4px 0 rgba(7,21,34,.06); }
.pose-score-list img,
.pose-rarity-list img { width: 100px; height: 80px; object-fit: contain; filter: drop-shadow(0 8px 6px rgba(0,0,0,.14)); }
.pose-score-list strong,
.pose-rarity-list strong { display: block; text-transform: uppercase; font-size: 14px; }
.pose-score-list span,
.pose-rarity-list span { display: block; color: #667078; font-size: 12px; }
.pose-score-list b { display: grid; place-items: center; width: 51px; height: 51px; border-radius: 50%; background: var(--navy); color: white; font-size: 23px; }
.pose-rarity-list b { padding: 6px 11px; border-radius: 999px; background: #ffe183; color: #744300; font-size: 11px; text-transform: uppercase; }

.finish-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 34px 0; font-family: Arial, Helvetica, sans-serif; }
.finish-track::before { content: ""; position: absolute; left: 9%; right: 9%; top: 27px; height: 4px; background: linear-gradient(90deg,#1590a4,#ffd74b,#f97316); }
.finish-track > div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
.finish-track span { display: grid; place-items: center; width: 58px; height: 58px; border: 3px solid var(--navy); border-radius: 50%; background: #fff4d5; font-weight: 950; box-shadow: 0 5px 0 rgba(7,21,34,.13); }
.finish-track strong { margin-top: 11px; text-transform: uppercase; font-size: 12px; }
.finish-track small { max-width: 115px; margin-top: 3px; color: #687178; font-size: 10px; line-height: 1.35; }

/* About, legal and contact pages */
.info-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(90deg, rgba(3,18,28,.98), rgba(4,57,67,.9)), url('hero-casino-background-wide.webp') center / cover no-repeat; border-bottom: 5px solid var(--gold); }
.info-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 76% 40%, rgba(16,174,188,.3), transparent 29%); pointer-events: none; }
.info-hero-inner { position: relative; z-index: 1; min-height: 410px; display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 55px; }
.info-hero .section-kicker { color: #ffd65e; }
.info-hero h1 { max-width: 760px; margin: 0; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(58px, 8vw, 92px); line-height: .95; letter-spacing: .025em; text-transform: uppercase; color: #fff7e5; text-shadow: 0 5px 0 rgba(178,61,41,.7), 0 12px 28px rgba(0,0,0,.4); }
.info-hero-inner > div > p:last-child { max-width: 680px; margin: 22px 0 0; color: #d7e9ea; font-size: 19px; line-height: 1.6; font-weight: 700; }
.info-hero-inner > img { width: 390px; height: 370px; object-fit: contain; object-position: bottom; align-self: end; filter: drop-shadow(0 24px 18px rgba(0,0,0,.42)); }
.info-layout { max-width: 1040px; padding-top: 65px; padding-bottom: 80px; }
.info-main-card { border: 3px solid var(--navy); border-radius: 21px; background: #fffdf7; padding: 42px 48px; box-shadow: 0 9px 0 rgba(7,21,34,.1); }
.info-main-card .section-kicker { color: #9c5b16; }
.info-layout section h2 { margin: 0 0 18px; font-size: clamp(34px, 5vw, 52px); }
.info-main-card p:not(.section-kicker),
.info-split-section p { color: #43515a; font-size: 17px; line-height: 1.7; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.value-grid article { min-height: 210px; border: 2px solid #b7aa94; border-radius: 16px; background: #f7eedf; padding: 25px; box-shadow: 0 6px 0 rgba(7,21,34,.06); }
.value-grid svg { width: 31px; height: 31px; color: #087c91; }
.value-grid h3 { margin: 14px 0 8px; text-transform: uppercase; font-size: 17px; }
.value-grid p { margin: 0; color: #56626a; font-size: 14px; line-height: 1.55; }
.info-split-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: stretch; margin-top: 32px; }
.info-split-section > div { border: 2px solid #b6aa95; border-radius: 17px; background: #fffdf7; padding: 30px; }
.info-split-section .section-kicker { color: #9c5b16; }
.info-quote { display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg,#087b8c,#064d5a) !important; color: white; }
.info-quote svg { width: 36px; color: #ffd65a; }
.info-quote p { margin-bottom: 0; color: white; font-size: 20px; font-weight: 800; }

.legal-document { max-width: 820px; margin-inline: auto; border: 2px solid #c1b49d; border-radius: 18px; background: #fffdf8; padding: 45px 52px; box-shadow: 0 9px 0 rgba(7,21,34,.07); }
.legal-document section { padding: 0 0 30px; margin: 0 0 30px; border-bottom: 1px solid #ded4c2; }
.legal-document section:last-child { padding: 0; margin: 0; border-bottom: 0; }
.legal-document section h2 { margin-bottom: 12px; font-family: Arial, Helvetica, sans-serif; font-size: 27px; text-transform: none; letter-spacing: -.02em; }
.legal-document p { margin: 0; color: #46535c; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.75; }
.legal-document a { color: #a84816; text-decoration: underline; text-underline-offset: 3px; }

.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-options article { display: grid; grid-template-columns: 44px 1fr; gap: 14px; border: 2px solid #b8ab94; border-radius: 16px; background: #fffdf8; padding: 24px; box-shadow: 0 6px 0 rgba(7,21,34,.07); }
.contact-options svg { width: 32px; color: #087c90; }
.contact-options h2 { margin: 2px 0 8px !important; font-family: Arial, Helvetica, sans-serif; font-size: 18px !important; text-transform: uppercase; }
.contact-options p { margin: 0; color: #59646b; font-size: 13px; line-height: 1.5; }
.contact-options a { display: inline-flex; margin-top: 13px; color: #a84916; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.contact-form-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 42px; margin-top: 35px; border: 3px solid var(--navy); border-radius: 20px; background: #f3e8d6; padding: 40px; box-shadow: 0 9px 0 rgba(7,21,34,.1); }
.contact-form-section .section-kicker { color: #9c5b16; }
.contact-form-section > div > p:last-child { color: #536068; line-height: 1.6; }
.contact-form-section form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-field { display: grid; gap: 8px; }
.contact-field-wide { grid-column: 1 / -1; }
.contact-field label { font-weight: 900; text-transform: uppercase; font-size: 11px; letter-spacing: .055em; }
.contact-field input,
.contact-field textarea { border: 2px solid #a99d88; background: white; }
.contact-field input { height: 47px; }
.contact-field textarea { min-height: 150px; resize: vertical; }
.contact-submit { width: max-content; margin-top: 0; }

.not-found-page { width: min(1000px, calc(100% - 40px)); min-height: 640px; margin-inline: auto; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; padding: 70px 0; }
.not-found-code { display: block; margin-bottom: -20px; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: 130px; line-height: 1; color: #f0c15a; text-shadow: 0 5px 0 #bd4c21; }
.not-found-copy .section-kicker { color: #9c5b16; }
.not-found-copy h1 { margin: 0; font-family: Impact, "Arial Narrow", Arial, sans-serif; font-size: clamp(50px, 7vw, 80px); line-height: .95; text-transform: uppercase; }
.not-found-copy > p:not(.section-kicker) { max-width: 590px; color: #4e5b63; font-size: 17px; line-height: 1.65; }
.not-found-copy > div { display: flex; gap: 13px; align-items: center; margin-top: 25px; }
.not-found-copy .dark-button { height: 52px; }
.not-found-art { position: relative; min-height: 480px; display: grid; place-items: end center; border: 4px solid var(--navy); border-radius: 50% 50% 24px 24px; background: radial-gradient(circle,#0b9aaa,#07515d 63%,#042f38); overflow: hidden; box-shadow: 0 12px 0 rgba(7,21,34,.14); }
.not-found-art img { width: 420px; height: 430px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 20px 17px rgba(0,0,0,.35)); }
.not-found-art span { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 7px; width: max-content; padding: 8px 13px; border: 2px solid var(--navy); border-radius: 999px; background: #ffd653; font-size: 11px; font-weight: 950; text-transform: uppercase; }

@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .main-nav { display: none; position: absolute; left: 16px; right: 16px; top: 78px; padding: 20px; background: #fff4dd; border: 3px solid var(--navy); border-radius: 15px; box-shadow: 0 16px 28px rgba(0,0,0,.25); }
  .main-nav.nav-open { display: grid; gap: 18px; }
  .mobile-menu-button { display: flex; }
  .hero-title-row { flex-direction: column; gap: 0; padding: 24px 0; }
  .hero-dice { width: 110px; height: 80px; }
  .scoreboard { grid-template-columns: 1fr 115px 1fr; }
  .score-panel { padding-inline: 16px; }
  .score-panel svg { width: 38px; height: 38px; }
  .score-panel strong { font-size: 45px; }
  .target-score strong { font-size: 43px; }
  .steps-grid { gap: 18px; }
  .step-arrow { display: none; }
  .rules-grid { grid-template-columns: 1fr; gap: 30px; }
  .rules-visual { max-width: 680px; margin-inline: auto; }
  .strategy-inner { grid-template-columns: 150px 1fr 150px; }
  .footer-grid { grid-template-columns: 1.6fr repeat(3, 1fr); gap: 22px; }
}

@media (max-width: 720px) {
  .page-width { width: min(100% - 22px, 1120px); }
  .header-inner { width: calc(100% - 22px); min-height: 68px; }
  .brand { font-size: 22px; gap: 8px; }
  .brand img { height: 46px; width: auto; }
  .new-game-button { width: 44px; min-width: 44px; padding: 0 !important; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; }
  .new-game-button span { display: none; }
  .new-game-button svg { display: block; }
  .new-game-button svg { width: 19px; height: 19px; }
  .mobile-menu-button { width: 42px; height: 42px; }
  .hero { padding-top: 8px; min-height: auto; }
  .hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-subtitle { font-size: 15px; }
  .game-board { padding: 11px; border-radius: 22px; border-width: 3px; outline-width: 2px; }
  .scoreboard { grid-template-columns: 1fr 80px 1fr; gap: 7px; }
  .score-panel { min-height: 80px; border-width: 2px; border-radius: 12px; padding: 8px; justify-content: center; gap: 6px; }
  .score-panel svg { width: 27px; height: 27px; }
  .score-panel div { flex-direction: column; gap: 0; align-items: center; }
  .score-panel strong { font-size: 39px; }
  .score-panel span, .target-score span { font-size: 10px; }
  .target-score { border-width: 2px; border-radius: 12px; }
  .target-score strong { font-size: 35px; }
  .turn-score { font-size: 11px; padding: 5px 14px; }
  .rolling-tray { min-height: 270px; grid-template-columns: 1fr .8fr 1fr; padding: 24px 12px 74px; border-width: 9px; border-radius: 30px; }
  .tray-pig { height: 142px; }
  .tray-dice { height: 110px; }
  .result-badge { min-width: 240px; max-width: calc(100% - 20px); padding: 7px 12px; }
  .result-badge span { font-size: 10px; }
  .result-badge strong { font-size: 17px; }
  .game-actions { grid-template-columns: 1fr; gap: 11px; margin-top: 15px; }
  .game-actions button { height: 56px; }
  .roll-button, .bank-button { font-size: 17px !important; border-radius: 12px !important; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 145px; }
  .scoring-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .score-card { min-height: 165px; border-width: 2px; }
  .score-copy { padding: 14px 0 12px 13px; }
  .score-copy h3 { font-size: 15px; }
  .score-copy strong { font-size: 50px; }
  .score-card img { height: 145px; width: 64%; }
  .rules-section { padding: 40px 0; }
  .rules-visual { min-height: 370px; }
  .notebook { width: 58%; min-height: 305px; padding: 20px 12px 16px 28px; }
  .notebook li { font-size: 12px; }
  .strategy-inner { min-height: 540px; grid-template-columns: 110px 1fr 110px; align-items: end; }
  .strategy-copy { grid-column: 1 / -1; grid-row: 1; align-self: start; }
  .strategy-pig { height: 180px; }
  .strategy-pig.left { grid-column: 1 / 2; }
  .strategy-pig.right { grid-column: 3 / 4; }
  .risk-grid { gap: 7px; }
  .risk-grid article { min-height: 105px; padding: 8px 4px; }
  .risk-grid span { font-size: 9px; }
  .final-cta { min-height: 300px; grid-template-columns: 1fr 2fr 1fr; }
  .cta-pig { height: 140px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 440px) {
  .header-inner { grid-template-columns: 1fr auto auto; gap: 7px; }
  .brand { font-size: 19px; }
  .brand img { height: 40px; width: auto; }
  .hero-dice { display: none; }
  .hero-title-row { min-height: 175px; }
  .score-panel svg { display: none; }
  .rolling-tray { grid-template-columns: 1fr 1fr; }
  .tray-dice { position: absolute; left: 50%; top: 18px; transform: translateX(-50%); width: 90px; height: 72px; }
  .tray-pig { margin-top: 35px; }
  .scoring-grid { grid-template-columns: 1fr; }
  .score-card { min-height: 175px; }
  .rules-visual { min-height: 330px; }
  .rules-visual > img { width: 53%; }
  .notebook { width: 61%; }
  .risk-grid { grid-template-columns: 1fr; }
  .strategy-inner { min-height: 730px; }
  .strategy-pig { height: 155px; }
  .final-cta { min-height: 340px; }
  .final-cta h2 { font-size: 48px; }
  .cta-pig { height: 120px; }
}

@media (max-width: 960px) {
  .blog-hero-inner { grid-template-columns: 1fr .75fr; }
  .blog-hero-pig { right: -55px; width: 315px; }
  .blog-hero-dice { left: -10%; width: 165px; }
  .featured-article-copy { padding: 38px 34px !important; }
  .article-card-grid { grid-template-columns: repeat(2, 1fr); }
  .article-card:last-child:nth-child(3n + 2) { grid-column: auto; }
  .blog-play-cta { grid-template-columns: .75fr 2fr .75fr; }
  .article-hero-inner { grid-template-columns: 1.28fr .72fr; gap: 15px; }
  .article-thinking-pig { left: -23%; width: 360px; }
  .article-hero-dice { right: -20%; width: 170px; }
  .decision-chip { font-size: 10px; }
  .article-layout { grid-template-columns: 210px minmax(0, 680px); gap: 38px; }
  .related-guide-grid { grid-template-columns: 1fr 1fr; }
  .related-guide-grid a:last-child { grid-column: 1 / -1; max-width: calc(50% - 10px); justify-self: center; }
  .info-hero-inner { grid-template-columns: 1fr 300px; gap: 25px; }
  .info-hero-inner > img { width: 300px; height: 330px; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-options article { min-height: 130px; }
  .contact-form-section { grid-template-columns: 1fr; gap: 20px; }
  .not-found-page { grid-template-columns: 1fr .8fr; }
  .not-found-art { min-height: 400px; }
  .not-found-art img { height: 370px; }
}

@media (max-width: 720px) {
  .blog-hero-inner { min-height: 390px; grid-template-columns: 1fr; }
  .blog-hero-copy { position: relative; z-index: 5; padding: 62px 0 72px; }
  .blog-hero-copy > p:last-child { max-width: 82%; font-size: 16px; }
  .blog-hero-art { position: absolute; inset: 0; min-height: 390px; opacity: .42; }
  .blog-hero-art::before { left: auto; right: -70px; }
  .blog-hero-pig { right: -70px; width: 280px; height: 300px; opacity: .92; }
  .blog-hero-dice { left: auto; right: 120px; width: 130px; opacity: .7; }
  .featured-section { padding: 48px 0; }
  .editorial-heading-row { align-items: flex-start; }
  .view-all-link { display: none; }
  .featured-article-card { grid-template-columns: 1fr; }
  .featured-article-visual { min-height: 315px; border-right: 0; border-bottom: 3px solid var(--navy); }
  .featured-article-visual > img:first-of-type { width: 310px; height: 310px; }
  .featured-article-visual .featured-dice { width: 135px; height: 115px; }
  .featured-article-copy { padding: 30px 25px 34px !important; }
  .featured-article-copy h2 { font-size: 37px; }
  .editorial-heading-row.compact { display: block; }
  .editorial-heading-row.compact > p { display: none; }
  .latest-guides { padding: 48px 0 58px; }
  .article-card-grid { grid-template-columns: 1fr; gap: 18px; }
  .article-card { display: grid !important; grid-template-columns: 42% 58%; }
  .article-card-visual { min-height: 205px; border-bottom: 0; border-right: 2px solid var(--navy); }
  .article-card-visual img { width: 105%; height: 190px; right: -10%; }
  .article-card-copy { padding: 19px 18px !important; }
  .article-card-meta { display: grid; gap: 3px; }
  .article-card h3 { font-size: 19px; }
  .article-card-copy > p { display: none; }
  .article-link { margin-top: auto; }
  .blog-play-cta { min-height: 350px; grid-template-columns: .6fr 2fr .6fr; }
  .blog-play-cta > img { height: 160px; }
  .blog-play-cta > div { padding: 45px 0; }
  .blog-play-cta h2 { font-size: 42px; }

  .article-hero-inner { min-height: 730px; display: block; }
  .article-hero-copy { position: relative; z-index: 5; padding: 38px 0 280px; }
  .article-breadcrumb { margin-bottom: 26px; }
  .article-hero h1 { font-size: clamp(45px, 13vw, 62px); }
  .article-deck { font-size: 16px; }
  .article-byline { flex-wrap: wrap; }
  .read-time { margin-left: 54px; }
  .article-hero-visual { position: absolute; inset: auto 0 0; min-height: 290px; }
  .article-hero-visual::after { width: 265px; height: 265px; left: 26%; top: 15px; }
  .article-thinking-pig { left: 14%; bottom: -35px; width: 290px; height: 310px; }
  .article-hero-dice { right: 3%; top: 4px; width: 125px; height: 110px; }
  .decision-roll { left: 5%; top: 42px; }
  .decision-bank { right: 5%; bottom: 45px; }
  .article-layout { grid-template-columns: 1fr; gap: 38px; padding-top: 36px; padding-bottom: 55px; }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; gap: 12px; }
  .sidebar-play-card { display: grid; grid-template-columns: 90px 1fr; grid-template-rows: auto auto auto; align-items: center; padding: 10px 12px; text-align: left; }
  .sidebar-play-card img { grid-row: 1 / 4; width: 90px; height: 100px; margin: 0; }
  .sidebar-play-card p { margin: 1px 0 7px; }
  .sidebar-play-card .dark-button { width: max-content; height: 38px; }
  .article-body { font-size: 17px; }
  .article-lead { font-size: 20px; }
  .probability-grid { grid-template-columns: 1fr; }
  .probability-grid article { display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; }
  .probability-grid article svg { grid-row: 1 / 3; }
  .probability-grid strong { margin-top: 0; }
  .article-finish { grid-template-columns: 150px 1fr; padding-right: 17px; }
  .article-finish > img { width: 160px; height: 220px; }
  .article-finish h2 { font-size: 28px; }
  .related-guide-grid { grid-template-columns: 1fr; }
  .related-guide-grid a:last-child { grid-column: auto; max-width: none; }
  .pose-score-list article,
  .pose-rarity-list article { grid-template-columns: 82px 1fr auto; min-height: 82px; padding-right: 12px; }
  .pose-score-list img,
  .pose-rarity-list img { width: 80px; height: 68px; }
  .finish-track { grid-template-columns: 1fr 1fr; gap: 22px; }
  .finish-track::before { display: none; }
  .info-hero-inner { min-height: 520px; display: block; padding-top: 55px; }
  .info-hero-inner > div { position: relative; z-index: 2; }
  .info-hero h1 { font-size: clamp(55px, 15vw, 76px); }
  .info-hero-inner > div > p:last-child { max-width: 84%; font-size: 16px; }
  .info-hero-inner > img { position: absolute; right: -45px; bottom: -18px; width: 260px; height: 270px; opacity: .55; }
  .info-layout { padding-top: 42px; padding-bottom: 55px; }
  .info-main-card { padding: 30px 24px; }
  .value-grid { grid-template-columns: 1fr; }
  .info-split-section { grid-template-columns: 1fr; }
  .legal-document { padding: 30px 24px; }
  .contact-form-section { padding: 29px 22px; }
  .contact-form-section form { grid-template-columns: 1fr; }
  .contact-field-wide { grid-column: auto; }
  .not-found-page { grid-template-columns: 1fr; padding: 52px 0; }
  .not-found-code { font-size: 100px; }
  .not-found-art { min-height: 360px; }
  .not-found-art img { height: 340px; }
}

@media (max-width: 520px) {
  .article-card { grid-template-columns: 38% 62%; }
  .article-card-visual { min-height: 190px; }
  .article-card-icon { left: 10px; top: 10px; width: 36px; height: 36px; }
  .article-card-visual img { height: 175px; }
  .article-card h3 { font-size: 17px; }
  .article-card-meta span:last-child { display: none; }
  .article-link { font-size: 10px; }
  .blog-play-cta { grid-template-columns: .35fr 2fr .35fr; }
  .blog-play-cta > img { height: 110px; }
  .blog-play-cta h2 { font-size: 36px; }
  .article-hero-copy { padding-bottom: 260px; }
  .article-hero-inner { min-height: 760px; }
  .article-sidebar { grid-template-columns: 1fr; }
  .sidebar-play-card { grid-template-columns: 100px 1fr; }
  .decision-row { grid-template-columns: .75fr .85fr; }
  .decision-row > *:last-child { grid-column: 1 / -1; padding-top: 0; color: #5c676e; }
  .decision-head > *:last-child { display: none; }
  .decision-row:not(.decision-head) { padding-bottom: 8px; }
  .pig-out-explainer { grid-template-columns: 1fr; }
  .pig-out-explainer > svg { transform: rotate(90deg); justify-self: center; }
  .article-finish { grid-template-columns: 105px 1fr; padding: 12px 13px 0 0; }
  .article-finish > img { width: 115px; height: 190px; }
  .article-finish > div { padding: 15px 0 23px; }
  .article-finish h2 { font-size: 24px; }
  .article-finish p:not(.section-kicker) { display: none; }
  .pose-score-list article,
  .pose-rarity-list article { grid-template-columns: 70px 1fr auto; }
  .pose-score-list img,
  .pose-rarity-list img { width: 68px; height: 60px; }
  .pose-score-list b { width: 40px; height: 40px; font-size: 18px; }
  .pose-rarity-list b { max-width: 82px; text-align: center; }
  .info-hero-inner { min-height: 500px; }
  .info-hero-inner > div > p:last-child { max-width: 95%; }
  .contact-options article { grid-template-columns: 36px 1fr; padding: 19px; }
  .contact-options svg { width: 28px; }
  .not-found-copy > div { align-items: stretch; flex-direction: column; }
  .not-found-copy .read-guide-button,
  .not-found-copy .dark-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .new-game-button:hover, .new-game-button:active { transform: none; }
}
