/* ==========================================================================
   ABSOLUTE TATTOOING
   Visual world: painted flash sheet on a shop wall.
   Bottle green field, bone paper panels, heavy ink keylines, one vermilion.
   Shape system: zero radius everywhere. Depth: offset + soft blur only.
   ========================================================================== */

:root {
  --field:      #0f3428;
  --field-deep: #0a241b;
  --field-lift: #164635;
  --ink:        #12100e;
  --ink-soft:   #221e19;
  --paper:      #e8e1cf;
  --paper-dim:  #d8cfb7;
  --accent:     #cf3a22;
  --accent-ink: #9d2614;

  --on-field:       var(--paper);
  --on-field-muted: #b9c9bf;
  --on-paper:       var(--ink);
  --on-paper-muted: #5f5847;

  --keyline: 3px solid var(--ink);
  --hair:    1px solid rgba(18, 16, 14, 0.28);

  --display: "Alfa Slab One", "Rockwell", Georgia, serif;
  --text:    "Archivo", "Helvetica Neue", Arial, sans-serif;

  --step-0: clamp(1.0rem, 0.97rem + 0.16vw, 1.075rem);
  --step-1: clamp(1.15rem, 1.09rem + 0.3vw, 1.32rem);
  --step-2: clamp(1.45rem, 1.32rem + 0.65vw, 1.85rem);
  --step-3: clamp(1.9rem, 1.62rem + 1.4vw, 2.75rem);
  --step-4: clamp(2.4rem, 1.85rem + 2.75vw, 4.1rem);
  --step-5: clamp(2.9rem, 1.9rem + 5vw, 5.6rem);

  --gut: clamp(1.15rem, 4vw, 2.25rem);
  --band: clamp(3.5rem, 8vw, 6.5rem);
  --wrap: 1180px;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);

  color-scheme: dark;
}

/* --- reset ------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--field);
  color: var(--on-field);
  font-family: var(--text);
  font-size: var(--step-0);
  line-height: 1.65;
  font-synthesis-weight: none;
  -webkit-font-smoothing: antialiased;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.014) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(0,0,0,0.03) 0 1px, transparent 1px 4px);
}

img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 400; line-height: 1.08; margin: 0; letter-spacing: -0.005em; }
p, ul, ol { margin: 0 0 1.05em; }
ul, ol { padding-left: 1.15em; }
li { margin-bottom: 0.45em; }
strong { font-weight: 700; }

/* --- browser surfaces: the parts nobody themes ------------------------- */
::selection { background: var(--accent); color: #fff; }
:root { caret-color: var(--accent); scrollbar-color: var(--accent) var(--field-deep); scrollbar-width: thin; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--field-deep); }
::-webkit-scrollbar-thumb { background: var(--accent); border: 3px solid var(--field-deep); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.tnum { font-variant-numeric: tabular-nums; }

/* --- links -------------------------------------------------------------- */
a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 0.22em; text-decoration-color: var(--accent); }
a:hover { text-decoration-color: currentColor; }
.on-paper a { color: var(--accent-ink); }
.on-paper a:hover { color: var(--ink); }

/* --- skip link ---------------------------------------------------------- */
.skip {
  position: absolute; left: -9999px; top: 0; z-index: 99;
  background: var(--accent); color: #fff; padding: 0.85rem 1.25rem;
  font-weight: 700; text-decoration: none;
}
.skip:focus { left: 0; }

/* --- shell -------------------------------------------------------------- */
.wrap { width: min(100% - var(--gut) * 2, var(--wrap)); margin-inline: auto; }
.band { padding-block: var(--band); }

/* ==========================================================================
   MASTHEAD
   ========================================================================== */
.masthead {
  background: var(--ink);
  border-bottom: 4px solid var(--accent);
  position: sticky; top: 0; z-index: 40;
}
.masthead__bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; min-height: 68px;
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; padding-block: 0.5rem; }
.brand svg { display: block; height: 40px; width: auto; }
.brand__name { font-family: var(--display); font-size: 1.16rem; line-height: 1; color: var(--paper); }
.brand__sub {
  display: block; font-family: var(--text); font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.3em; color: var(--on-field-muted); margin-top: 0.34em;
}

.nav { display: flex; align-items: center; gap: clamp(0.75rem, 1.6vw, 1.6rem); }
.nav a {
  font-size: 0.83rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--paper); text-decoration: none; padding: 0.4rem 0; border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.nav a:hover { border-bottom-color: var(--paper); }
.nav a[aria-current="true"] { border-bottom-color: var(--accent); }
.nav__call {
  background: var(--accent); color: #fff; padding: 0.6rem 1rem; border-bottom: 0;
  font-size: 0.88rem; font-weight: 700;
}
.nav__call:hover { background: var(--accent-ink); border-bottom: 0; }

.navtoggle { display: none; background: none; border: 2px solid var(--paper); color: var(--paper);
  font: 700 0.8rem/1 var(--text); letter-spacing: 0.12em; text-transform: uppercase; padding: 0.65rem 0.85rem; cursor: pointer; }
.navtoggle:active { transform: translateY(1px); }

@media (max-width: 960px) {
  .navtoggle { display: block; }
  .nav {
    position: absolute; inset: 100% 0 auto 0; background: var(--ink);
    flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem var(--gut) 1.25rem;
    border-bottom: 4px solid var(--accent); display: none;
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: 0.85rem 0; border-bottom: 1px solid rgba(232,225,207,0.16); }
  .nav__call { margin-top: 0.9rem; text-align: center; padding: 0.85rem 1rem; }
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font: 700 1.02rem/1 var(--text); letter-spacing: 0.01em;
  padding: 1.05rem 1.5rem; text-decoration: none; border: var(--keyline);
  white-space: nowrap; transition: transform 0.12s var(--ease), background-color 0.16s var(--ease);
}
.btn--go { background: var(--accent); color: #fff; }
.btn--go:hover { background: var(--accent-ink); }
.btn--line { background: transparent; color: var(--paper); border-color: var(--paper); }
.btn--line:hover { background: var(--paper); color: var(--ink); }
.btn--onpaper { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--onpaper:hover { background: var(--ink); color: var(--paper); }
.btn:active { transform: translateY(2px); }
.btnrow { display: flex; flex-wrap: wrap; gap: 0.85rem; }

/* ==========================================================================
   FRAMED IMAGES
   Photos are small originals. They are never upscaled or cropped.
   The frame does the work: fixed height, image sits on the baseline.
   ========================================================================== */
.frame {
  background: var(--paper); border: var(--keyline); padding: 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  display: inline-block;
}
.frame img { border: 1px solid rgba(18,16,14,0.35); }
.frame--plate { display: flex; align-items: flex-end; justify-content: center; }
.frame figcaption {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em;
  color: var(--on-paper-muted); padding-top: 0.6rem; text-align: center;
}

/* ==========================================================================
   HERO  (layout family: asymmetric split)
   ========================================================================== */
.hero { padding-top: clamp(2.5rem, 6vw, 5rem); padding-bottom: clamp(3rem, 7vw, 5.5rem); position: relative; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr); gap: clamp(1.5rem, 4vw, 3.5rem); align-items: end; }
.hero h1 { font-size: var(--step-5); letter-spacing: -0.015em; }
.hero h1 .rule { display: block; color: var(--accent); }
.hero__sub { font-size: var(--step-1); max-width: 34ch; color: var(--on-field-muted); margin-top: 1.35rem; }
.hero .btnrow { margin-top: 2rem; }
.hero__aside { display: flex; flex-direction: column; align-items: flex-end; gap: 1.1rem; }
.hero__stamp {
  border: 2px solid var(--on-field-muted); padding: 0.75rem 1rem; max-width: 20rem;
  font-size: 0.82rem; line-height: 1.5; color: var(--on-field-muted);
}
.hero__stamp b { color: var(--paper); display: block; font-size: 0.9rem; margin-bottom: 0.2rem; }
@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__aside { align-items: flex-start; }
}

/* ==========================================================================
   PAPER PANEL  (layout family: single measured column on bone)
   ========================================================================== */
.panel {
  background: var(--paper); color: var(--on-paper); border: var(--keyline);
  padding: clamp(1.6rem, 4vw, 3.25rem);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.panel h2 { font-size: var(--step-3); max-width: 20ch; }
.panel__lede { font-size: var(--step-1); max-width: 62ch; margin-top: 1.15rem; }
.panel__body { max-width: 68ch; color: var(--on-paper); }
.panel__body p { margin-bottom: 1.05em; }
.panel--withplate { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 3.5vw, 3rem); align-items: start; }
@media (max-width: 820px) { .panel--withplate { grid-template-columns: 1fr; } }

/* ==========================================================================
   STYLE GRID  (layout family: uneven tile grid, 10 cells for 10 pages)
   ========================================================================== */
.styles h2 { font-size: var(--step-3); max-width: 18ch; margin-bottom: 0.6rem; }
.styles__intro { max-width: 56ch; color: var(--on-field-muted); margin-bottom: 2.25rem; }
.tiles { display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; background: var(--ink); border: var(--keyline); }
.tile {
  display: flex; flex-direction: column; justify-content: flex-end; gap: 0.4rem;
  padding: clamp(1.1rem, 2.2vw, 1.65rem); min-height: 150px; text-decoration: none;
  background: var(--field-lift); color: var(--paper);
  transition: background-color 0.18s var(--ease);
}
.tile:hover { background: var(--accent); color: #fff; }
.tile:hover .tile__note { color: rgba(255,255,255,0.9); }
.tile__name { font-family: var(--display); font-size: var(--step-2); line-height: 1.02; }
.tile__note { font-size: 0.86rem; line-height: 1.45; color: var(--on-field-muted); }
.tile--wide { grid-column: span 3; }
.tile--half { grid-column: span 2; }
.tile--third { grid-column: span 2; }
.tile--paper { background: var(--paper); color: var(--ink); }
.tile--paper .tile__note { color: var(--on-paper-muted); }
.tile--ink { background: var(--ink); }
.tile--tall { grid-row: span 2; justify-content: space-between; }
@media (max-width: 900px) { .tiles { grid-template-columns: repeat(2, 1fr); }
  .tile--wide, .tile--half, .tile--third { grid-column: span 1; } .tile--tall { grid-row: span 1; } }
@media (max-width: 520px) { .tiles { grid-template-columns: 1fr; } }

/* ==========================================================================
   ROSTER  (layout family: framed plate row)
   ========================================================================== */
.roster { background: var(--field-deep); }
.roster h2 { font-size: var(--step-3); margin-bottom: 0.5rem; }
.roster__intro { max-width: 54ch; color: var(--on-field-muted); margin-bottom: 2.5rem; }
.roster__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 2.5vw, 2rem); }
.card { display: flex; flex-direction: column; text-decoration: none; color: var(--paper); }
.card .frame { width: 100%; height: 268px; }
.card__name { font-family: var(--display); font-size: var(--step-2); margin-top: 1rem; }
.card__note { font-size: 0.9rem; color: var(--on-field-muted); margin-top: 0.35rem; }
.card__go { margin-top: 0.7rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); }
.card:hover .card__go { color: var(--paper); }
.card:hover .frame { box-shadow: 0 6px 14px rgba(0,0,0,0.4); transform: translateY(3px); }
.card .frame { transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease); }
@media (max-width: 880px) { .roster__list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .roster__list { grid-template-columns: 1fr; } .card .frame { height: auto; } }

/* ==========================================================================
   FLOW  (layout family: numbered horizontal rhythm, no card containers)
   ========================================================================== */
.flow h2 { font-size: var(--step-3); max-width: 20ch; margin-bottom: 2.25rem; }
.flow__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); }
.flow__item { border-top: 3px solid var(--accent); padding-top: 1.1rem; }
.flow__item h3 { font-size: var(--step-2); margin-bottom: 0.5rem; }
.flow__item p { font-size: 0.95rem; color: var(--on-field-muted); margin: 0; }
@media (max-width: 880px) { .flow__list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .flow__list { grid-template-columns: 1fr; } }

/* ==========================================================================
   STATEMENT  (layout family: full-width display type on ink)
   ========================================================================== */
.statement { background: var(--ink); }
.statement p {
  font-family: var(--display); font-size: var(--step-4); line-height: 1.06;
  max-width: 22ch; margin: 0; color: var(--paper);
}
.statement p em { font-style: normal; color: var(--accent); }
.statement__foot { margin-top: 1.75rem; max-width: 52ch; color: var(--on-field-muted); }
.statement__foot p { font-family: var(--text); font-size: var(--step-0); line-height: 1.65; max-width: none; color: inherit; }

/* ==========================================================================
   SPLIT  (layout family: two measured columns on field)
   ========================================================================== */
.split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(1.75rem, 5vw, 4.5rem); align-items: start; }
.split h2 { font-size: var(--step-3); }
.split__body { max-width: 62ch; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; } }

/* ==========================================================================
   LOCATE  (layout family: address block with big type)
   ========================================================================== */
.locate { background: var(--paper); color: var(--on-paper); }
.locate__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(1.75rem, 5vw, 4rem); align-items: center; }
.locate h2 { font-size: var(--step-3); margin-bottom: 1rem; }
.locate address { font-style: normal; font-size: var(--step-1); line-height: 1.5; }
.locate__phone { font-family: var(--display); font-size: var(--step-3); display: inline-block; margin-top: 1rem; color: var(--accent-ink); text-decoration: none; }
.locate__phone:hover { color: var(--ink); }
@media (max-width: 820px) { .locate__grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   INTERIOR PAGES
   ========================================================================== */
.crumbs { font-size: 0.8rem; color: var(--on-field-muted); padding-top: 1.5rem; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.crumbs li::after { content: "/"; margin-left: 0.45rem; opacity: 0.5; }
.crumbs li:last-child::after { content: ""; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

.pagehead { padding-block: clamp(2.25rem, 5vw, 3.75rem) clamp(1.75rem, 4vw, 3rem); }
.pagehead h1 { font-size: var(--step-4); max-width: 17ch; }
.pagehead__lede { font-size: var(--step-1); max-width: 58ch; color: var(--on-field-muted); margin-top: 1.15rem; }

.prose { max-width: 68ch; }
.prose h2 { font-size: var(--step-2); margin-top: 2.5rem; margin-bottom: 0.85rem; }
.prose h3 { font-family: var(--text); font-weight: 700; font-size: var(--step-1); margin-top: 1.85rem; margin-bottom: 0.6rem; letter-spacing: 0; }
.prose > *:first-child { margin-top: 0; }
.prose ul { padding-left: 1.1em; }
.prose li::marker { color: var(--accent); }

.layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(2rem, 5vw, 4rem); align-items: start; padding-bottom: var(--band); }
@media (max-width: 940px) { .layout { grid-template-columns: 1fr; } }

.rail { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 1.5rem; }
.rail__box { border: 2px solid rgba(232,225,207,0.28); padding: 1.35rem; }
.rail__box h2 { font-family: var(--display); font-size: var(--step-1); margin-bottom: 0.8rem; }
.rail__box p { font-size: 0.9rem; color: var(--on-field-muted); }
.rail__box .btn { width: 100%; justify-content: center; padding: 0.9rem 1rem; font-size: 0.95rem; }
.rail__list { list-style: none; margin: 0; padding: 0; }
.rail__list li { margin: 0; border-top: var(--hair); border-top-color: rgba(232,225,207,0.2); }
.rail__list li:first-child { border-top: 0; }
.rail__list a { display: block; padding: 0.62rem 0; font-size: 0.92rem; font-weight: 600; text-decoration: none; }
.rail__list a:hover { color: var(--accent); }
.rail__list a[aria-current="true"] { color: var(--accent); }

/* callout inside prose */
.callout { border: 2px solid var(--accent); padding: 1.35rem 1.5rem; margin: 2rem 0; background: var(--field-lift); }
.callout h2, .callout h3 { font-family: var(--display); font-weight: 400; font-size: var(--step-1); margin: 0 0 0.5rem; letter-spacing: 0; }
.callout p:last-child { margin-bottom: 0; }

/* myth block */
.myth { margin: 2.25rem 0; border-top: 3px solid var(--accent); padding-top: 1.35rem; }
.myth h3 { font-family: var(--display); font-weight: 400; font-size: var(--step-2); margin: 0 0 0.55rem; letter-spacing: 0; }

/* Q and A */
.qa { margin-top: 2.75rem; }
.qa h2 { font-size: var(--step-3); margin-bottom: 1.5rem; }
.qa__item { border-top: var(--hair); border-top-color: rgba(232,225,207,0.24); padding: 1.4rem 0; }
.qa__item:last-child { border-bottom: var(--hair); border-bottom-color: rgba(232,225,207,0.24); }
.qa__item h3 { font-family: var(--display); font-weight: 400; font-size: var(--step-1); letter-spacing: 0; margin: 0 0 0.6rem; }
.qa__item p { margin: 0; color: var(--on-field-muted); max-width: 68ch; }

/* artist page head */
.artisthead { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: end; padding-block: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 3.5vw, 2.5rem); }
.artisthead h1 { font-size: var(--step-4); }
.artisthead__meta { margin-top: 0.9rem; color: var(--on-field-muted); font-size: var(--step-1); max-width: 40ch; }
@media (max-width: 720px) { .artisthead { grid-template-columns: 1fr; align-items: start; } }

/* index listing */
.listing { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; background: var(--ink); border: var(--keyline); }
.listing a {
  background: var(--field-lift); padding: clamp(1.35rem, 3vw, 2rem); text-decoration: none; color: var(--paper);
  display: flex; flex-direction: column; gap: 0.5rem; transition: background-color 0.18s var(--ease);
}
.listing a:hover { background: var(--accent); color: #fff; }
.listing a:hover .listing__note { color: rgba(255,255,255,0.92); }
.listing__name { font-family: var(--display); font-size: var(--step-2); line-height: 1.05; }
.listing__note { font-size: 0.92rem; color: var(--on-field-muted); }
@media (max-width: 700px) { .listing { grid-template-columns: 1fr; } }

/* contact detail rows */
.detail { display: grid; grid-template-columns: 10rem minmax(0, 1fr); gap: 1rem; padding: 1.15rem 0; border-top: var(--hair); border-top-color: rgba(232,225,207,0.24); }
.detail:last-of-type { border-bottom: var(--hair); border-bottom-color: rgba(232,225,207,0.24); }
.detail dt { font-weight: 700; font-size: 0.82rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--on-field-muted); }
.detail dd { margin: 0; font-size: var(--step-1); }
@media (max-width: 560px) { .detail { grid-template-columns: 1fr; gap: 0.3rem; } }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.foot { background: var(--ink); border-top: 4px solid var(--accent); padding-block: clamp(2.75rem, 6vw, 4.25rem) 2rem; }
.foot__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(1.75rem, 4vw, 3.5rem); }
.foot h2 { font-family: var(--text); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--on-field-muted); margin-bottom: 1rem; }
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 0.5rem; }
.foot a { text-decoration: none; font-size: 0.95rem; }
.foot a:hover { text-decoration: underline; text-decoration-color: var(--accent); }
.foot address { font-style: normal; font-size: 0.95rem; line-height: 1.6; color: var(--on-field-muted); }
.foot__phone { font-family: var(--display); font-size: var(--step-2); color: var(--paper); text-decoration: none; display: inline-block; margin-top: 0.75rem; }
.foot__phone:hover { color: var(--accent); }
.foot__base { margin-top: 2.75rem; padding-top: 1.35rem; border-top: 1px solid rgba(232,225,207,0.18); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: 0.82rem; color: var(--on-field-muted); }
@media (max-width: 780px) { .foot__grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   MOTION: one authored moment, everything visible by default
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .lift { opacity: 0; transform: translateY(18px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
  .lift.is-in { opacity: 1; transform: none; }
  .lift:nth-child(2) { transition-delay: 0.07s; }
  .lift:nth-child(3) { transition-delay: 0.14s; }
  .lift:nth-child(4) { transition-delay: 0.21s; }
  .hero h1 > span { display: block; opacity: 0; transform: translateY(26px); animation: settle 0.85s var(--ease) forwards; }
  .hero h1 > span:nth-child(2) { animation-delay: 0.1s; }
  .hero h1 > span:nth-child(3) { animation-delay: 0.2s; }
  .hero__sub, .hero .btnrow, .hero__aside { opacity: 0; animation: settle 0.85s var(--ease) 0.3s forwards; }
}
@keyframes settle { to { opacity: 1; transform: none; } }

/* print */
@media print {
  body { background: #fff; color: #000; }
  .masthead, .rail, .foot, .btnrow { display: none; }
}
